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

Migrate special tag handling from cbor.Value to use cbor.TagSet #548

Closed
agaffney opened this issue Mar 17, 2024 · 0 comments · Fixed by #549
Closed

Migrate special tag handling from cbor.Value to use cbor.TagSet #548

agaffney opened this issue Mar 17, 2024 · 0 comments · Fixed by #549
Assignees

Comments

@agaffney
Copy link
Contributor

The fxamacker/cbor library has support for registering custom tag number handlers for encode/decode. We've been adding these special cases to cbor.Value, but we should make them available using the generic encode/decode wrappers without having to use cbor.Value. Create/add cbor.TagSet mappings for our custom types and add them to the encoder/decoder configs.

@agaffney agaffney self-assigned this Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for custom CBOR tag types from cbor.Value to the
generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for custom CBOR tag types from cbor.Value to the
generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
agaffney added a commit that referenced this issue Mar 17, 2024
This moves the handling for some custom CBOR tag types from cbor.Value
to the generic encoder/decoder to make them more widely usable.

Fixes #548
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 a pull request may close this issue.

1 participant