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

Parse Fix #366

Merged
merged 2 commits into from
Nov 20, 2014
Merged

Parse Fix #366

merged 2 commits into from
Nov 20, 2014

Conversation

mappum
Copy link
Contributor

@mappum mappum commented Nov 20, 2014

Fixed an obscure CLI argument parsing bug, and made some tests to prevent regression. This is ready to merge, but feel free to give it a double-check.

@btc btc added the status/in-progress In progress label Nov 20, 2014
argDefIndex++
argDef = getArgDef(argDefIndex, argDefs)
}
if argDef.Required {
Copy link
Member

Choose a reason for hiding this comment

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

yeah this is the kind of subtle bug that i was worried about

jbenet added a commit that referenced this pull request Nov 20, 2014
@jbenet jbenet merged commit e1be961 into master Nov 20, 2014
@jbenet jbenet removed the status/in-progress In progress label Nov 20, 2014
@jbenet jbenet deleted the parse-fix branch November 20, 2014 08:25
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.

3 participants