feat(protoenc): decode UDT type anchors - #263
Draft
benbellick wants to merge 1 commit into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor/preserve-testcase-udt-names #263 +/- ##
========================================================================
- Coverage 70.30% 70.08% -0.22%
========================================================================
Files 48 48
Lines 11044 11099 +55
========================================================================
+ Hits 7764 7779 +15
- Misses 2910 2941 +31
- Partials 370 379 +9 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
benbellick
force-pushed
the
refactor/preserve-testcase-udt-names
branch
from
June 9, 2026 20:54
ac6af5c to
04903bb
Compare
benbellick
force-pushed
the
refactor/decode-udt-type-anchors
branch
from
June 9, 2026 20:54
0be6a45 to
745b829
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UDT serialization now assigns anchors from semantic extension type IDs, but the decode path also needs registry context to recover those IDs from protobuf anchors.
This adds the registry-aware type decode path and uses it from expression and literal decoding paths that already have an extension registry available.
Note: This PR was developed with AI assistance. All changes have been reviewed, and I take full responsibility for this contribution.