Skip to content

Conversation

mborland
Copy link
Member

Previously we only handled with integer, decimal separator. Now we can insert the thousands separators. I believe we need to add this support to {fmt} and

Closes: #1127

@mborland mborland added this to the v6.0.0 milestone Oct 17, 2025
@mborland mborland self-assigned this Oct 17, 2025
@mborland mborland added Bug Something isn't working Boost Review Collected Comments from Boost Review Period labels Oct 17, 2025
@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

❌ Patch coverage is 99.02913% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 99.4%. Comparing base (8102c85) to head (dcb1ef8).
⚠️ Report is 39 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/decimal/detail/locale_conversion.hpp 98.2% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #1138     +/-   ##
=========================================
- Coverage     99.4%   99.4%   -0.0%     
=========================================
  Files          252     253      +1     
  Lines        17208   17292     +84     
  Branches      1870    1883     +13     
=========================================
+ Hits         17091   17174     +83     
- Misses         117     118      +1     
Files with missing lines Coverage Δ
include/boost/decimal/cstdio.hpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/io.hpp 100.0% <100.0%> (ø)
test/test_decimal32_fast_stream.cpp 100.0% <100.0%> (ø)
test/test_string_locale_conversion.cpp 100.0% <100.0%> (ø)
include/boost/decimal/detail/locale_conversion.hpp 98.4% <98.2%> (-1.6%) ⬇️

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 8102c85...dcb1ef8. 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 d4decd0 into develop Oct 21, 2025
74 checks passed
@mborland mborland deleted the 1127 branch October 21, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Boost Review Collected Comments from Boost Review Period Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix iostream locale support

1 participant