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

dag-cbor,dag-json: relax strictness rules for decoders #214

Merged
merged 2 commits into from
May 13, 2022

Commits on May 13, 2022

  1. dag-cbor,dag-json: relax strictness rules for decoders

    Fixes: #196
    
    Current text reflects an idealistic perspective, not a pragmatic one that
    accounts for historical data and handling data from encoders that don't quite
    follow the rules. Nor do the current statements requiring strictness reflect
    the reality of our current decoders, which are lose and don't even yet have
    full opt-in strictness modes; even though we note the lack of strictness in
    the implementation notes.
    rvagg committed May 13, 2022
    Configuration menu
    Copy the full SHA
    da162f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d125e View commit details
    Browse the repository at this point in the history