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

Fixes silent overflow when parsing Decimal::MAX with a fractional component #530

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

paupino
Copy link
Owner

@paupino paupino commented Jul 18, 2022

Alternative PR to #529. Effectively does the same check but at the offending call site to prevent additional check instructions for the majority of passing cases.

@paupino paupino merged commit afd41f7 into master Jul 18, 2022
@paupino paupino deleted the b/fixes-silent-overflow-on-str-parse branch July 18, 2022 17:01
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.

None yet

1 participant