-
-
Notifications
You must be signed in to change notification settings - Fork 646
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
escape globs in generate_file_targets
#15383
Conversation
caleblloyd
commented
May 10, 2022
- Fixes Unmatched glob when files matches filename with square brackets #15381
generate_file_targets
Is this the correct approach? Should globs even be allowed in If there is a better way, could you point me in the right direction? |
I have moved the glob escaping into If all of the resolver for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Signed-off-by: Caleb Lloyd <[email protected]>
Head branch was pushed to by a user without write access
I had to push an updated commit to fix a Type Checker error, could you please re-approve the workflow run? Thanks! |
Thanks for iterating! There was some minor confusion on our end because your branch is |
Thanks! |
Fixes pantsbuild#15381. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
Fixes pantsbuild#15381. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
…#15402) Fixes #15381. [ci skip-rust] Co-authored-by: Caleb Lloyd <[email protected]>
…#15403) Fixes #15381. [ci skip-rust] Co-authored-by: Caleb Lloyd <[email protected]>