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

Disable conflicting encode options when marshaling cbor.Tag. #546

Merged
merged 1 commit into from
Jun 7, 2024

Commits on Jun 3, 2024

  1. Disable conflicting encode options when marshaling cbor.Tag.

    Encode options, especially those that control the mapping from Go type to CBOR type, can result in
    output containing tag validity errors. For tag numbers that are built in, it's possible to "do the
    right thing" and override those options on a case-by-case basis. This can't and does not prevent tag
    validity errors for unrecognized tag numbers.
    
    Signed-off-by: Ben Luddy <[email protected]>
    benluddy committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0cabb4a View commit details
    Browse the repository at this point in the history