Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tightened regexps for -H:IncludeResources examples #3086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jglick
Copy link

@jglick jglick commented Dec 22, 2020

People accustomed to using shell globs or Ant-style patterns for specifying resources to include/exclude may not remember that . is a metacharacter in full regexps and needs to be escaped. Otherwise we would match for example Resource_txt which is probably not what was intended.

@graalvmbot
Copy link
Collaborator

Hello Jesse Glick, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address jglick -(at)- cloudbees -(dot)- com. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

@graalvmbot
Copy link
Collaborator

Hello Jesse Glick, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address jglick -(at)- cloudbees -(dot)- com. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants