Skip to content

Implement, document, and test signed bounded integers#171

Merged
mborland merged 7 commits intodevelopfrom
168
Apr 8, 2026
Merged

Implement, document, and test signed bounded integers#171
mborland merged 7 commits intodevelopfrom
168

Conversation

@mborland
Copy link
Copy Markdown
Member

@mborland mborland commented Apr 8, 2026

Closes: #168

@mborland mborland added this to the v0.1.0 milestone Apr 8, 2026
@mborland mborland self-assigned this Apr 8, 2026
@mborland mborland added the enhancement New feature or request label Apr 8, 2026
@cppalliance-bot
Copy link
Copy Markdown

cppalliance-bot commented Apr 8, 2026

An automated preview of the documentation is available at https://171.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-04-08 15:45:15 UTC

@mborland mborland merged commit 57048b9 into develop Apr 8, 2026
39 of 40 checks passed
@mborland mborland deleted the 168 branch April 8, 2026 17:18
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 96.96673% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.3%. Comparing base (c7e8fd5) to head (d70972c).
⚠️ Report is 10 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/safe_numbers/bounded_integers.hpp 83.9% 30 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #171     +/-   ##
=========================================
+ Coverage     97.1%   97.3%   +0.2%     
=========================================
  Files          141     149      +8     
  Lines        10264   11286   +1022     
  Branches      3720    4014    +294     
=========================================
+ Hits          9962   10972   +1010     
- Misses         236     247     +11     
- Partials        66      67      +1     
Files with missing lines Coverage Δ
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/limits.hpp 100.0% <ø> (ø)
test/test_signed_bounded_addition.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_construction.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_conversions.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_division.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_modulo.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_multiplication.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_subtraction.cpp 100.0% <100.0%> (ø)
test/test_signed_bounded_unary.cpp 100.0% <100.0%> (ø)
... and 1 more

... and 1 file 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 c7e8fd5...d70972c. Read the comment docs.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement signed bounded integers

2 participants