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

Use escape_glob_dir instead of escape_glob #747

Merged
merged 3 commits into from
Mar 7, 2016
Merged

Conversation

jaym
Copy link
Contributor

@jaym jaym commented Feb 26, 2016

For ruby >= 2.2, Dir.glob behaves differently than ruby 2.0
and breaks in more places when backslashes are used when globbing.
This means that Windows is sad and will not load any plugins with
Ruby >= 2.2 in a lot of cases. This is the safest thing to do
because it will use forward slashes.

For ruby >= 2.2, Dir.glob behaves differently than ruby 2.0
and breaks in more places when backslashes are used when globbing.
This means that Windows is sad and will not load any plugins with
Ruby >= 2.2 in a lot of cases. This is the safest thing to do
because it will use forward slashes.
@tas50
Copy link
Contributor

tas50 commented Feb 27, 2016

👍

1 similar comment
@thommay
Copy link
Contributor

thommay commented Mar 7, 2016

👍

thommay added a commit that referenced this pull request Mar 7, 2016
Use escape_glob_dir instead of escape_glob
@thommay thommay merged commit da65e43 into master Mar 7, 2016
@jkeiser jkeiser added the Bug label Mar 8, 2016
@tas50 tas50 deleted the jdm/escape-dir-glob branch April 22, 2016 18:28
@thommay thommay added Type: Bug Does not work as expected. and removed Bug labels Jan 24, 2017
@chef chef locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug Does not work as expected.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants