-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Recursive globs fail too early on partial path match #14934
Comments
In Lines 401 to 403 in 6933208
I...don't think this is correct? In |
@zackradisic wdyt? |
@dylan-conway spent some time investigating. This bug is present in both the Zig and Rust library our glob implementation was partially based on |
Likely the same bug: devongovett/glob-match#9 |
What version of Bun is running?
1.1.31+e448c4cc3
What platform is your computer?
Linux 6.11.0-400.asahi.fc40.aarch64+16k aarch64 unknown
What steps can reproduce the bug?
What is the expected behavior?
What do you see instead?
Additional information
I'm pretty sure this is because the glob code sees the
a
and tries the parse the fullabc
, then bails out early when that fails?The text was updated successfully, but these errors were encountered: