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

Support fast_float 7.0.0 #136

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

musicinmybrain
Copy link

@musicinmybrain musicinmybrain commented Nov 22, 2024

This does not quite work yet.

See https://github.com/fastfloat/fast_float/releases/tag/v7.0.0 and discussion in #135.

@musicinmybrain
Copy link
Author

I considered the suggestion in #135 (comment), and it is much cleaner for 7.0.0, but as noted in #135 (comment), it’s not quite backwards-compatible.

This type is not supported in fast_float:
fastfloat/fast_float#88.

As of fast_float 7.0.0, trying to parse long doubles with fast_float
results in a compiler error rather than selecting the wrong overload:
eliaskosunen#135 (comment).
@musicinmybrain musicinmybrain changed the title [DRAFT] Support fast_float 7.0.0 Support fast_float 7.0.0 Nov 30, 2024
Copy link

codecov bot commented Nov 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.07%. Comparing base (e8ab15a) to head (8c53bc3).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #136   +/-   ##
=======================================
  Coverage   80.07%   80.07%           
=======================================
  Files           8        8           
  Lines        5601     5601           
=======================================
  Hits         4485     4485           
  Misses       1116     1116           

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

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.

1 participant