Skip to content

Float parsing negative #1140

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

Merged
merged 6 commits into from
Mar 11, 2025
Merged

Float parsing negative #1140

merged 6 commits into from
Mar 11, 2025

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Mar 11, 2025

Fixes #1139
Fix a bug relating to parsing negative floating point values with no zero before decimal point in a context where an option could be possible.

@phlptp phlptp added the bug label Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (8d58bc0).
Report is 81 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main     #1140     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           17        17             
  Lines         4546      5035    +489     
  Branches         0      1035   +1035     
===========================================
+ Hits          4546      5035    +489     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phlptp phlptp merged commit f871b62 into CLIUtils:main Mar 11, 2025
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing to parse negative float values without a leading 0
1 participant