-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 E notation parsing in BigDecimal
#9577
Fix E notation parsing in BigDecimal
#9577
Conversation
Apologies for the long delay on this... I will review if still relevant and fix up PR if needed (else close) |
345fc96
to
f40b0ef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @stevegeek 🙇 !
I can confirm this (#9547) is still an issue , and this fix is still relevant. My RFC for changing the parsing: #9580 #9581 is also thus still relevant but guess it maybe superseeded by #10641 .. anyway will move that discussion there. Thank you @beta-ziliani for all the work on Crystal (and thanks @straight-shoota for the original review)! Let me know if there is anything else you need with this PR. |
BigDecimal
Fixes #9547
These changes fix the various classes of problems i could find by fuzzing the passing of E notation in
BigDecimal