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] byGlob: Re-included exclude patterns do not add resources to the result set themselves #193

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

RandomByte
Copy link
Member

@RandomByte RandomByte commented Nov 22, 2019

The current handling of glob exclude patterns may lead to resources
being added to a result set even though they do not match the provided
glob patterns. This can happen if a negated exclude pattern is provided.

Resolves https://github.com/SAP/ui5-builder/issues/367

Depends on mrmlnc/fast-glob#86

…e result set themselves

The current handling of glob exclude patterns may lead to resources
being added to a result set even though they do not match the provided
glob patterns. This can happen if a negated exclude pattern is provided.

Resolves https://github.com/SAP/ui5-builder/issues/367
@RandomByte RandomByte force-pushed the glob-fix-included-excludes branch from 31f56c0 to 29e29ba Compare November 22, 2019 13:31
@flovogt flovogt changed the base branch from master to v2 November 3, 2022 13:23
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.

fs.DuplexCollection byGlob returns wrong result
1 participant