-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use glob_match instead of globset #24
Comments
Hello! 👋 I'm interested in working on this issue to replace globset with glob-match. I've taken a preliminary look at the codebase, and I believe I can tackle this. Before I dive in, I'd like to clarify a few points: Reason for Switch: Can you provide a bit more context about why we're considering this switch? Are there any specific advantages of glob-match over globset that I should be aware of? Backward Compatibility: Do we aim to ensure complete backward compatibility in behavior, or are slight deviations acceptable as long as the primary functionality remains consistent? Existing Tests: Are there existing tests that cover the functionalities using globset? If yes, I'll ensure they all pass after the switch. If not, I'll aim to write tests to ensure the behavior is consistent. Deprecation: Post the switch, do we intend to deprecate all globset functionalities immediately or will there be a transition phase? Looking forward to your insights. Once I have a clearer picture, I'll start with the implementation. |
@abdiu34567 Thanks for asking for some details:
|
https://github.com/devongovett/glob-match
The text was updated successfully, but these errors were encountered: