Skip to content

Conversation

@alandefreitas
Copy link
Member

@alandefreitas alandefreitas commented Oct 22, 2025

The relevant changes are: 8f4674a

Other commits are related to the build errors that were blocking the CI.

@cppalliance-bot
Copy link

cppalliance-bot commented Oct 22, 2025

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

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

2025-10-22 14:54:03 UTC

@sdarwin
Copy link
Collaborator

sdarwin commented Oct 22, 2025

libs/url/test/unit/grammar/grammar_parse.cpp: In member function ‘void boost::urls::grammar::parse_test::testRef()’:
libs/url/test/unit/grammar/grammar_parse.cpp:27:9: error: ‘BOOST_STATIC_ASSERT’ was not declared in this scope; did you mean ‘BOOST_HAS_STATIC_ASSERT’?
   27 |         BOOST_STATIC_ASSERT(is_rule<
      |         ^~~~~~~~~~~~~~~~~~~
      |         BOOST_HAS_STATIC_ASSERT

@alandefreitas
Copy link
Member Author

alandefreitas commented Oct 22, 2025

@sdarwin Where's that from? That's been fixed, right?

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.22%. Comparing base (e1c9031) to head (d4884a6).
⚠️ Report is 4 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #935   +/-   ##
========================================
  Coverage    99.22%   99.22%           
========================================
  Files          158      159    +1     
  Lines         8604     8657   +53     
========================================
+ Hits          8537     8590   +53     
  Misses          67       67           
Files with missing lines Coverage Δ
example/router/impl/router.hpp 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/segments_range.hpp 100.00% <100.00%> (ø)
include/boost/url/grammar/charset.hpp 100.00% <ø> (ø)
include/boost/url/grammar/impl/range_rule.hpp 95.47% <ø> (ø)
include/boost/url/grammar/impl/variant_rule.hpp 100.00% <ø> (ø)
include/boost/url/grammar/optional_rule.hpp 100.00% <ø> (ø)
include/boost/url/grammar/range_rule.hpp 100.00% <ø> (ø)
include/boost/url/grammar/tuple_rule.hpp 100.00% <ø> (ø)
... and 8 more

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 e1c9031...d4884a6. 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 0b7fd49 into boostorg:develop Oct 22, 2025
49 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.

3 participants