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

Fix for PPC64 errno value converting LDBL_MIN #104

Merged
merged 5 commits into from
Dec 7, 2023
Merged

Fix for PPC64 errno value converting LDBL_MIN #104

merged 5 commits into from
Dec 7, 2023

Conversation

mborland
Copy link
Member

@mborland mborland commented Dec 7, 2023

Closes: #103

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #104 (5b5850f) into develop (ff8712e) will decrease coverage by 0.02%.
The diff coverage is 40.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #104      +/-   ##
===========================================
- Coverage    75.90%   75.89%   -0.02%     
===========================================
  Files           28       28              
  Lines         3955     3957       +2     
===========================================
+ Hits          3002     3003       +1     
- Misses         953      954       +1     
Files Coverage Δ
src/from_chars.cpp 97.14% <66.66%> (-2.86%) ⬇️
include/boost/charconv/to_chars.hpp 74.47% <0.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff8712e...5b5850f. Read the comment docs.

@mborland mborland merged commit 7e742dc into develop Dec 7, 2023
50 of 52 checks passed
@mborland mborland deleted the limits branch December 7, 2023 12:40
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.

PPC64 fails std::numeric_limits<long double>::min() conversion in limits.cpp
1 participant