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 globset instead of glob #156

Merged
merged 2 commits into from Nov 21, 2021
Merged

Use globset instead of glob #156

merged 2 commits into from Nov 21, 2021

Conversation

ghost
Copy link

@ghost ghost commented Nov 17, 2021

Currently glob doesn't support brace expansions. Also, **/ on glob will also match files rust-lang/glob#83, it could surprise some people if they were planning to use **/ in their exclude attribute. So I changed glob dependency into globset.

@pyrossh pyrossh requested a review from AzureMarker November 17, 2021 15:33
utils/Cargo.toml Outdated Show resolved Hide resolved
@pyrossh pyrossh merged commit 34299eb into pyrossh:master Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants