Skip to content

Comments

feat: constexpr URL parsing for C++20#976

Merged
alandefreitas merged 3 commits intoboostorg:developfrom
alandefreitas:fix-890
Feb 20, 2026
Merged

feat: constexpr URL parsing for C++20#976
alandefreitas merged 3 commits intoboostorg:developfrom
alandefreitas:fix-890

Conversation

@alandefreitas
Copy link
Member

fix #890

@cppalliance-bot
Copy link

cppalliance-bot commented Feb 13, 2026

An automated preview of the documentation is available at https://976.url.prtest2.cppalliance.org/index.html

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

2026-02-19 22:40:15 UTC

@cppalliance-bot
Copy link

cppalliance-bot commented Feb 13, 2026

GCOVR code coverage report https://976.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://976.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff Report https://976.url.prtest2.cppalliance.org/diff-report/index.html

Build time: 2026-02-19 22:47:40 UTC

@codecov
Copy link

codecov bot commented Feb 17, 2026

Codecov Report

❌ Patch coverage is 99.31973% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.12%. Comparing base (968127f) to head (0a2c39f).
⚠️ Report is 4 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/url/detail/memcpy.hpp 66.66% 2 Missing ⚠️
include/boost/url/impl/params_encoded_ref.hpp 97.36% 2 Missing ⚠️
include/boost/url/impl/params_ref.hpp 97.84% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #976      +/-   ##
===========================================
+ Coverage    99.11%   99.12%   +0.01%     
===========================================
  Files          162      155       -7     
  Lines        10027    10043      +16     
===========================================
+ Hits          9938     9955      +17     
+ Misses          89       88       -1     
Files with missing lines Coverage Δ
doc/modules/ROOT/examples/unit/snippets.cpp 97.31% <100.00%> (+0.01%) ⬆️
include/boost/url/authority_view.hpp 100.00% <100.00%> (ø)
include/boost/url/detail/any_params_iter.hpp 100.00% <ø> (ø)
include/boost/url/detail/any_segments_iter.hpp 98.50% <ø> (ø)
include/boost/url/detail/fnv_1a.hpp 100.00% <100.00%> (ø)
include/boost/url/detail/impl/any_params_iter.hpp 99.40% <ø> (ø)
...nclude/boost/url/detail/impl/any_segments_iter.hpp 100.00% <ø> (ø)
include/boost/url/detail/impl/params_iter_impl.hpp 97.58% <ø> (ø)
...clude/boost/url/detail/impl/segments_iter_impl.hpp 99.19% <ø> (ø)
include/boost/url/detail/impl/url_impl.hpp 97.40% <100.00%> (ø)
... and 97 more

... and 2 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 968127f...0a2c39f. Read the comment docs.

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

@alandefreitas alandefreitas merged commit 062fe00 into boostorg:develop Feb 20, 2026
48 checks passed
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.

Explore C++14 constexpr for url_view

2 participants