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

Fix bug with pre-release parsing #74

Merged
merged 1 commit into from
Feb 1, 2016
Merged

Fix bug with pre-release parsing #74

merged 1 commit into from
Feb 1, 2016

Conversation

steveklabnik
Copy link
Contributor

With this extra conditional, a pre-release version of 0 gets parsed as an
AlphaNumeric rather than a Numeric.

Fixes #73

@wycats do you have any idea why this conditional was included here?

With this extra conditional, a pre-release version of 0 gets parsed as an
AlphaNumeric rather than a Numeric.

Fixes #73
@steveklabnik
Copy link
Contributor Author

I have tested this patch with @alexcrichton 's test in rust-lang/cargo#2337 (comment) and it seems to have worked.

I'm going to merge this and cut a new version with it so that Cargo can pick up the fix, might take a few hours though.

steveklabnik added a commit that referenced this pull request Feb 1, 2016
Fix bug with pre-release parsing
@steveklabnik steveklabnik merged commit e49ead9 into master Feb 1, 2016
@alexcrichton
Copy link
Contributor

Thanks @steveklabnik!

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