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

Implement NOSEQ #213

Closed
wants to merge 3 commits into from
Closed

Conversation

carmenbianca
Copy link

Fixes #212.

My code probably breaks convention of the project here and there, but it works as a proof of concept.

My code does not touch wcmatch.wcmatch at all, although maybe it should? I was unable to divine exactly how that sub-library works, and I am not using it in my own project.

I remain available to make improvements to this PR.

@gir-bot gir-bot added S: needs-review Needs to be reviewed and/or approved. C: docs Related to documentation. C: fnmatch Fnmatch library. C: glob Glob library. C: pathlib Pathlib library. C: pattern-parser Related to pattern parsing. C: source Related to source code. C: tests Related to testing. labels Apr 28, 2024
@facelessuser facelessuser added the S: rejected The pull request is rejected for the stated reasons. label Apr 28, 2024
@facelessuser
Copy link
Owner

Since you have moved in a different direction as noted in #212, I will close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: docs Related to documentation. C: fnmatch Fnmatch library. C: glob Glob library. C: pathlib Pathlib library. C: pattern-parser Related to pattern parsing. C: source Related to source code. C: tests Related to testing. S: needs-review Needs to be reviewed and/or approved. S: rejected The pull request is rejected for the stated reasons.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a way to disable sequence matching
3 participants