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

Rewrite of argparser, commandparser, argbinder and the introspect #50

Merged
merged 34 commits into from
Feb 13, 2022

Conversation

AntonC9018
Copy link
Contributor

Rewrote virtually from scratch the argparser, commandparser, argbinder and the introspect module.
The stuff I wrote mostly comes with unit tests (only the argbinder module does not).
I have left the general interface overall unchanged, but the documentation should be updated and the examples must be broken.

There are a few breaking changes from the behavior perspective. The parseAsFlag argument flag corresponds to the now replaced _bool parse scheme. It used to be opt-in by default, without the option to opt out of it (I think). Right now it is never inferred.
I've changed a few function and template names, like ConverterFunction instead of BindWith, but those can be brought back by aliasing the new versions. I agree that the shorter names might be more convenient for the user, but the new names make way more sense internally.
There must be a couple more things like this, but I can't think of them right now.

@BradleyChatha BradleyChatha merged commit 9b6b245 into BradleyChatha:master Feb 13, 2022
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