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

How should parser deal with float out of range 64-bit? #618

Closed
LongTengDao opened this issue May 6, 2019 · 1 comment
Closed

How should parser deal with float out of range 64-bit? #618

LongTengDao opened this issue May 6, 2019 · 1 comment

Comments

@LongTengDao
Copy link
Contributor

LongTengDao commented May 6, 2019

1e1000 should be parsed as inf, or throw an error (like dealing with 10000000000000000000000000000000000 integer, which is out of range signed long)?

If it's an error, maybe the official test example should be changed (or delete):

key2 = 1e1_000

@pradyunsg
Copy link
Member

Duplicate of #538

@pradyunsg pradyunsg marked this as a duplicate of #538 May 7, 2019
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

No branches or pull requests

2 participants