-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
As of the fixes in #53 babbage.cddl now runs through codegen, but there are various compile errors still existing relating to the above types:
- bool::deserialize() error (likely easy to fix - might only be with preserve-encodings)
- 5577 | ... Ok(x, enc) => (x as i64, Some(enc)),
| ^ ^^^ expected 1 field, found 2
and
5304 | ... serializer.write_negative_integer_sz(*value as i128, fit_sz(*value as i128, key_9_value_value_encoding, force_canonical))?;
| ^^^^^^^^^^^^^^ expectedu64, foundi128
both look like it's an issue with negative ints with preserve-encodings=true
Metadata
Metadata
Assignees
Labels
No labels