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

Fix Dir.glob with multi components after recursive wildcard #12057

Merged

Conversation

straight-shoota
Copy link
Member

Fixes #12056

@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:files labels May 13, 2022
@straight-shoota straight-shoota added this to the 1.5.0 milestone Jun 16, 2022
@straight-shoota straight-shoota merged commit b10b1d5 into crystal-lang:master Jun 17, 2022
@straight-shoota straight-shoota deleted the fix/glob-wildcard branch June 17, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:stdlib:files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dir.glob with ** doesn't work when multiple trailing segments follow it.
2 participants