Skip to content

Fix 2x parsing problems with literals (prefix and oversize value)#445

Merged
mborland merged 13 commits into
developfrom
437
Jul 23, 2026
Merged

Fix 2x parsing problems with literals (prefix and oversize value)#445
mborland merged 13 commits into
developfrom
437

Conversation

@mborland

Copy link
Copy Markdown
Member

Closes: #437
Closes: #438

@mborland mborland self-assigned this Jul 23, 2026
@mborland mborland added Bug Something isn't working Boost Review Feedback from the review period including pre- and post- on the ML labels Jul 23, 2026
@mborland mborland added this to the v4.0.0 milestone Jul 23, 2026
@cppalliance-bot

cppalliance-bot commented Jul 23, 2026

Copy link
Copy Markdown

An automated preview of the documentation is available at https://445.int128.prtest3.cppalliance.org/libs/int128/doc/html/index.html

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

2026-07-23 19:42:06 UTC

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 88.15789% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.18%. Comparing base (f3aecea) to head (03c1e3d).
⚠️ Report is 23 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/int128/detail/mini_from_chars.hpp 78.04% 9 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #445      +/-   ##
===========================================
- Coverage    96.28%   96.18%   -0.10%     
===========================================
  Files           83       83              
  Lines         7268     7319      +51     
  Branches      2560     2593      +33     
===========================================
+ Hits          6998     7040      +42     
- Misses          31       40       +9     
  Partials       239      239              

☔ View full report in Codecov by Harness.
📢 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.

@mborland
mborland merged commit 3b2e143 into develop Jul 23, 2026
81 of 83 checks passed
@mborland
mborland deleted the 437 branch July 23, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Boost Review Feedback from the review period including pre- and post- on the ML Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Oversize literals should compile error Prefixes for literals being ignored

2 participants