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: glob with extension options #88

Merged
merged 1 commit into from
Nov 11, 2024
Merged

fix: glob with extension options #88

merged 1 commit into from
Nov 11, 2024

Conversation

fortmarek
Copy link
Member

Related: tuist/tuist#7026

This PR fixes matching files with options such as *.{swift,cpp}. In case there are multiple option groups, we currently expand only one which is a known limitation. To fix that, we'd need to match each option with all options from all other option groups, increasing the complexity of this PR (and the O(n)) complexity considerably.

@fortmarek fortmarek requested a review from pepicrft November 11, 2024 09:22
@fortmarek fortmarek changed the title Fix glob with extension options fix: glob with extension options Nov 11, 2024
@fortmarek fortmarek merged commit 0619855 into main Nov 11, 2024
9 checks passed
@fortmarek fortmarek deleted the fix/glob-options branch November 11, 2024 10:46
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.

2 participants