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

Return EOF on truncated numbers #525

Merged
merged 2 commits into from Mar 19, 2019
Merged

Return EOF on truncated numbers #525

merged 2 commits into from Mar 19, 2019

Conversation

17dec
Copy link

@17dec 17dec commented Mar 19, 2019

My attempt at fixing #524. First commit fixes that issue, the second commit also fixes a similar issue with truncated negative numbers ("-") and truncated exponents ("1e" and "1e+").

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

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

Thanks!

@dtolnay dtolnay merged commit bb58e6c into serde-rs:master Mar 19, 2019
@dtolnay
Copy link
Member

dtolnay commented Mar 19, 2019

Please add the email you used for these commits to https://github.com/settings/emails so that GitHub can attribute the commits to you.

@17dec
Copy link
Author

17dec commented Mar 20, 2019

Please add the email you used for these commits to https://github.com/settings/emails so that GitHub can attribute the commits to you.

Is that... a requirement to contribution? Because I'd prefer not to have all my git commits over the past 10 years linked to an account I otherwise never use.

@dtolnay
Copy link
Member

dtolnay commented Mar 20, 2019

Thanks for checking -- it is not a requirement to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants