-
Notifications
You must be signed in to change notification settings - Fork 112
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
There are duplicates when using non-normalized paths in patterns #190
Comments
Will be covered by |
After several approaches:
But I understand that this is not a user-friendly way. I suggest we make the following steps:
Right now moved to |
Closed
This was referenced Sep 12, 2024
This was referenced Sep 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Actual behavior
The output of fast-glob contains duplicates when using non-normalized paths in patterns (like
./file.txt
).Expected behavior
Duplicates should be avoided.
Steps to reproduce & code sample
Let's assume the working directory contains the following files:
file1.txt
andfile2.txt
I just wanted to raise the issue, though I'm not sure if this is an actual bug or if it's wanted.
Cheers
The text was updated successfully, but these errors were encountered: