-
Notifications
You must be signed in to change notification settings - Fork 113
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
Bash style brace expansions stops working after upgrade to 3.2.8 #351
Comments
MurzNN
changed the title
Bash style brace expansions stops working after upgrade to
Bash style brace expansions stops working after upgrade to 3.2.8
Jan 14, 2022
This was referenced Jan 14, 2022
Open
MurzNN
added a commit
to Murz-forks/preconstruct
that referenced
this issue
Jan 14, 2022
`fast-glob` versions after 3.2.7 have an issue mrmlnc/fast-glob#351 So it's good to temporary limit the version as workaround, until that issue is fixed.
Yeah, with 3.2.11 it works, thanks for quick fixing! |
MurzNN
added a commit
to Murz-forks/preconstruct
that referenced
this issue
Jan 15, 2022
Issue mrmlnc/fast-glob#351 is fixed in 3.2.11 release.
This was referenced Jan 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Actual behavior
fast-glob
should see all files listed in brace expansions.Expected behavior
fast-glob
didn't see files in brace expansions.Steps to reproduce
test.js
with contents like this:node test.js
and see the output with missing files:fast-glob
to 3.2.7 and relaunch the script:You should see that expansions starts working!
fast-glob
to 3.2.8 and even 3.2.10 and see that expansions stop working.The text was updated successfully, but these errors were encountered: