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

Allow string readers to handle numbers #521

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Allow string readers to handle numbers #521

merged 2 commits into from
Sep 14, 2023

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Sep 14, 2023

This was what we wanted all along - we added all th other visitInt* and visitFloat* overloads in f7b61ce - but it was missing one overload that was necessary in the common parsing codepath

Fixes #520

Covered by additional unit tests, and tweaked the json used in some failure tests to keep them failing

@lihaoyi lihaoyi merged commit 1e089f3 into main Sep 14, 2023
8 checks passed
@lihaoyi lihaoyi deleted the string-parse-num branch September 14, 2023 09:38
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.

Reading json with more than 16 digits is converted to scientific notation
1 participant