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

fix(core): use unique symbol to indicate tags for cbor serialization #1457

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

kuhe
Copy link
Contributor

@kuhe kuhe commented Nov 21, 2024

This PR fixes tag serialization for CBOR.

There was no previous way to distinguish an actual tag as opposed to a map that structurally resembled a tag like
{ tag: 1, value: 100 }.

@kuhe kuhe merged commit 9c40f7b into smithy-lang:main Nov 21, 2024
11 checks passed
@kuhe kuhe deleted the fix/cbor branch November 21, 2024 21:40
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