We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fastparse.ParseUint64("31415926535897932384", 10)
This logic will return the wrong answer, giving 12969182462188380764 with no error instead of an error and the maximum value for a uint64.
12969182462188380764
uint64
-
No response
The text was updated successfully, but these errors were encountered:
dbussink
Successfully merging a pull request may close this issue.
Overview of the Issue
This logic will return the wrong answer, giving
12969182462188380764
with no error instead of an error and the maximum value for auint64
.Reproduction Steps
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: