-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
It causes unexpected result if arguments are the same as option name #483
Comments
I'm not quite ready to say this is a dupe of #471, as 'version' is somewhat internal, and you've added |
The bug is with When looping over the options passed it accepts any values. It should perhaps only accept values that |
I've added a fix proposal to pull request #517 |
The "fix" seems to be breaking other features, per failed unit tests. I'm not sure what or why at this point. Once the two play nice it should be useable. |
It looks like many of the unit tests don't work when this functionality is fixed. Many of them pass options that are not defined as
To me, this seems like the correct behavior, though these will not pass a travis-ci build. |
Closing as duplicate of #346 |
This issue is quite similar to #471.
The text was updated successfully, but these errors were encountered: