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

Make sure the string interning happens on decoding protobuf files #1711

Merged
merged 3 commits into from
Aug 12, 2024

Conversation

ljeub-pometry
Copy link
Collaborator

What changes were proposed in this pull request?

The string interning logic is now always called when using the internal apis instead of being part of the high-level logic. In particular the protobuf decoder was missing it before.

Why are the changes needed?

Make sure string interning always happens.

Does this PR introduce any user-facing change? If yes is this documented?

No

How was this patch tested?

Added test for the string interning in serialise

@miratepuffin miratepuffin merged commit 12dcc04 into master Aug 12, 2024
19 checks passed
@miratepuffin miratepuffin deleted the fix/protobuf_str_intern branch August 12, 2024 09:46
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