We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When decoding CBOR data that contains unassigned simple values, as in those that aren't of false, true, null or undefined, an error is thrown:
false
true
null
undefined
ciborium/ciborium/src/de/mod.rs
Line 191 in 9a45110
A minimal repro was posted by @Anrock at anweiss/cddl#90 (comment).
It would be great to be able to capture these values so that CDDL tools can validate these values.
No response
The text was updated successfully, but these errors were encountered:
@dpal is there any plans to implement this? anweiss/cddl is almost the only cddl-tool in a good shape and having such breakers in it is a pity
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Description
When decoding CBOR data that contains unassigned simple values, as in those that aren't of
false
,true
,null
orundefined
, an error is thrown:ciborium/ciborium/src/de/mod.rs
Line 191 in 9a45110
A minimal repro was posted by @Anrock at anweiss/cddl#90 (comment).
It would be great to be able to capture these values so that CDDL tools can validate these values.
Acceptance Criteria
No response
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: