Skip to content

feat: BytesParser Tracer MVP - #588

Open
KyleKing wants to merge 17 commits into
kyle/fix-353from
kyle/streaming-maybe
Open

feat: BytesParser Tracer MVP#588
KyleKing wants to merge 17 commits into
kyle/fix-353from
kyle/streaming-maybe

Conversation

@KyleKing

@KyleKing KyleKing commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Fixes: #300

Stacked on the in-progress decoded text parser using the same OOP pattern for streaming and bytes support. I wanted to explore what an implementation might look like and so far this seems promising. If accepted, future work would be to expand this pattern for other parsers beyond this first PoC in subsequent PRs

@KyleKing
KyleKing marked this pull request as ready for review July 6, 2026 23:09
@KyleKing
KyleKing requested a review from deanmalmgren July 6, 2026 23:10
@KyleKing

KyleKing commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator Author

Note: the failing Windows step in CI is fixed in #589

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.

Extract information from bytes

1 participant