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

Codec specs should clarify that decoders shouldn't require strictness #196

Closed
mvdan opened this issue Mar 29, 2022 · 0 comments · Fixed by #214
Closed

Codec specs should clarify that decoders shouldn't require strictness #196

mvdan opened this issue Mar 29, 2022 · 0 comments · Fixed by #214
Assignees

Comments

@mvdan
Copy link
Contributor

mvdan commented Mar 29, 2022

See ipld/go-ipld-prime#390 (comment) and the comments below.

In short, specs like dag-cbor currently require decoders to strictly enforce determinism, but our main implementations (Go, JS) do not, and will never be able to due to backwards compatibility concerns. We should update the spec to say that the codec decoders should not have this strictness requirement by default, but that it should be implemented as an opt-in instead.

rvagg added a commit that referenced this issue May 10, 2022
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 added a commit that referenced this issue May 13, 2022
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 added a commit that referenced this issue May 13, 2022
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎉 Done
Development

Successfully merging a pull request may close this issue.

2 participants