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

Do not intern extension type strings #260

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

casperisfine
Copy link

Fix: #248 (comment)

Extensions might not expect it, and it's unlikely that they'll be kept as is as binary strings anyway.

So we should use this optimized path only for RAW_TYPE_STRING and RAW_TYPE_BINARY.

Fix: msgpack#248 (comment)

Extensions might not expect it, and it's unlikely that they'll be kept
as is as binary strings anyway.
@casperisfine casperisfine force-pushed the fix-symbol-frozen-string branch from 1d5d4ca to 3c66561 Compare February 10, 2022 11:26
@tagomoris
Copy link
Member

👍

@tagomoris tagomoris merged commit 8c05cb6 into msgpack:master Feb 15, 2022
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.

3 participants