Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: query_rule consistent interpretation #865

Merged
merged 6 commits into from
Oct 4, 2024

Conversation

alandefreitas
Copy link
Member

query_rule broke a grammar parse invariant by using different interpretations of the string depending on whether the reason for termination was the end of a string or a continuation with an invalid character.

fix #864

@alandefreitas alandefreitas changed the title refactor: query_rule consistent nparam refactor: query_rule consistent interpretation Oct 2, 2024
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.19%. Comparing base (78ed463) to head (8038474).
Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #865      +/-   ##
===========================================
- Coverage    99.21%   99.19%   -0.03%     
===========================================
  Files          157      157              
  Lines         8421     8415       -6     
===========================================
- Hits          8355     8347       -8     
- Misses          66       68       +2     
Files with missing lines Coverage Δ
include/boost/url/grammar/impl/variant_rule.hpp 100.00% <ø> (ø)
src/rfc/absolute_uri_rule.cpp 96.42% <100.00%> (-3.58%) ⬇️
src/rfc/detail/query_part_rule.hpp 100.00% <100.00%> (ø)
src/rfc/origin_form_rule.cpp 94.73% <100.00%> (-0.27%) ⬇️
src/rfc/query_rule.cpp 100.00% <100.00%> (ø)
src/rfc/relative_ref_rule.cpp 95.65% <100.00%> (-0.35%) ⬇️
src/rfc/uri_rule.cpp 96.96% <100.00%> (-3.04%) ⬇️

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 78ed463...8038474. Read the comment docs.

@cppalliance-bot
Copy link

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

1 similar comment
@cppalliance-bot
Copy link

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

query_rule broke a grammar parse invariant by using different interpretations of the string depending on whether the reason for termination was the end of a string or a continuation with an invalid character.

fix boostorg#864
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

1 similar comment
@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

Antora version: an automated preview of the documentation is available at https://865.urlantora.prtest2.cppalliance.org/site/index.html

@cppalliance-bot
Copy link

1 similar comment
@cppalliance-bot
Copy link

@alandefreitas alandefreitas merged commit b6688d9 into boostorg:develop Oct 4, 2024
45 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.

Assertion failure when iterating params
3 participants