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

Ensure leading invalid digits for floats correctly error. #156

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Alexhuszagh
Copy link
Owner

This corrects the behavior from reporting an EmptyMantissa to correctly report an InvalidDigit.

Closes #97

This corrects the behavior from reporting an EmptyMantissa to correctly
report an InvalidDigit.

Closes #97
@Alexhuszagh Alexhuszagh added the bug Something isn't working label Sep 20, 2024
@Alexhuszagh Alexhuszagh added this to the 1.0.2 milestone Sep 20, 2024
@Alexhuszagh Alexhuszagh merged commit 2cf88c8 into main Sep 20, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the issue_97 branch September 20, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Inconsistent error between int and float parsing
1 participant