Skip to content

Fix erroneous cast to unrepresentable values#1362

Merged
mborland merged 6 commits intodevelopfrom
1361
Apr 7, 2026
Merged

Fix erroneous cast to unrepresentable values#1362
mborland merged 6 commits intodevelopfrom
1361

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 3, 2026

Closes: #1361

@mborland mborland self-assigned this Apr 3, 2026
@mborland mborland added the Bug Something isn't working label Apr 3, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.6%. Comparing base (a07d93a) to head (c44572c).
⚠️ Report is 27 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1362     +/-   ##
=========================================
- Coverage     98.6%   98.6%   -0.0%     
=========================================
  Files          283     284      +1     
  Lines        22625   22656     +31     
  Branches      1972    1973      +1     
=========================================
+ Hits         22292   22322     +30     
- Misses         333     334      +1     
Files with missing lines Coverage Δ
include/boost/decimal/detail/to_integral.hpp 92.2% <100.0%> (-3.3%) ⬇️
test/github_issue_1361.cpp 100.0% <100.0%> (ø)

... and 4 files with indirect coverage changes


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 a07d93a...c44572c. Read the comment docs.

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

@mborland mborland merged commit 8f252ee into develop Apr 7, 2026
72 of 78 checks passed
@mborland mborland deleted the 1361 branch April 7, 2026 12:33
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.

sin(small_angles) for decimal64_t and decimal128_t leads to giant numbers

1 participant