Skip to content

fix: migrate parser::read(Stream&, MB) to consuming_buffers#276

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/parser-read-mb-capy
Jul 22, 2026
Merged

fix: migrate parser::read(Stream&, MB) to consuming_buffers#276
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/parser-read-mb-capy

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

This overload still used the removed buffer_slice().data()/remove_prefix() API. It slipped past the build because it is an uninstantiated template (all tests drive read() with a WriteSink, a different overload).

Add testReadBuffers, which instantiates it with a real MutableBufferSequence so the gap cannot reopen.

This overload still used the removed buffer_slice().data()/remove_prefix()
API. It slipped past the build because it is an uninstantiated template
(all tests drive read() with a WriteSink, a different overload).

Add testReadBuffers, which instantiates it with a real
MutableBufferSequence so the gap cannot reopen.
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://276.http.prtest3.cppalliance.org/index.html

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

2026-07-22 18:44:55 UTC

@cppalliance-bot

Copy link
Copy Markdown

GCOVR code coverage report https://276.http.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://276.http.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://276.http.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-07-22 18:59:39 UTC

@mvandeberg
mvandeberg merged commit 3efb2c3 into cppalliance:develop Jul 22, 2026
12 checks passed
@mvandeberg
mvandeberg deleted the pr/parser-read-mb-capy branch July 22, 2026 21:04
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.

2 participants