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

Allow parameters in any order #73

Merged
merged 18 commits into from
Jan 6, 2021

Conversation

talbotmcinnis
Copy link
Contributor

Used a new style of regex parsing to be more flexible about how options are parsed for each object type. This sets the ground work for more flexibility to define new options going forward.

Copy link
Owner

@rkusa rkusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be a very useful improvement to spot configuration issues, thanks a lot for the PR! 👍

Looks great, I only left some minor comments for the first method, but they would also apply to the other ones. Let me know what you think about the suggested changes.

crates/datis-core/src/extract.rs Outdated Show resolved Hide resolved
crates/datis-core/src/extract.rs Show resolved Hide resolved
crates/datis-core/src/extract.rs Outdated Show resolved Hide resolved
crates/datis-core/src/extract.rs Outdated Show resolved Hide resolved
@talbotmcinnis
Copy link
Contributor Author

talbotmcinnis commented Dec 4, 2020 via email

Copy link
Owner

@rkusa rkusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that it took so long, looks good, thanks!

@rkusa rkusa merged commit d3dce71 into rkusa:master Jan 6, 2021
@talbotmcinnis talbotmcinnis deleted the AllowParametersInAnyOrder branch January 16, 2021 20:01
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