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

Add yash-fnmatch crate #160

Merged
merged 108 commits into from
Jun 18, 2022
Merged

Add yash-fnmatch crate #160

merged 108 commits into from
Jun 18, 2022

Conversation

magicant
Copy link
Owner

@magicant magicant commented Jun 5, 2022

No description provided.

@magicant magicant self-assigned this Jun 5, 2022
@magicant magicant mentioned this pull request Jun 5, 2022
6 tasks
The BracketAtom variant is already named CharClass. We should name all
items consistently.
The ClassAsciiKind enum is a type defined in a dependency crate. Let's
avoid exposing it in our public API for better forward compatibility.
The parser functions no longer return an error.
This removes a clone in Pattern::with_config.
This possibly reduce unnecessary overhead of copying.
Now that we have Pattern::from_ast(_and_config), the Pattern::new and
Pattern::with_config functions should be named so that it is clearer
that they parse a pattern.
@magicant magicant marked this pull request as ready for review June 18, 2022 13:18
@magicant magicant merged commit 0f368f4 into master Jun 18, 2022
@magicant magicant deleted the glob branch June 18, 2022 13:27
@magicant magicant mentioned this pull request Aug 27, 2022
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant