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

fix: make file globbing behave more as expected #1204

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Apr 16, 2024

Previously we were just supplying the plain globs. However that also matched files in sub-folders (e.g. build.txt would match lib/build.txt and so on).

Now we are always prepending a / in front, so that these files are matched based on the root folder (and a plain build.txt would only match /build.txt, not lib/build.txt).

@wolfv wolfv changed the title Fix globbing fix: make file globbing behave more as expected Apr 16, 2024
@ruben-arts ruben-arts added the 💣 breaking Breaks something in the api or config label Apr 16, 2024
@ruben-arts
Copy link
Contributor

I like this change and i think we should merge it, But this might be breaking for want to mention that in the changelog

@ruben-arts ruben-arts merged commit 952f465 into prefix-dev:main Apr 16, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💣 breaking Breaks something in the api or config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants