Add #{items := list()} type for encode/decode #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-encode-maps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for decoding sub-structures.
Example:
Previously, the template supported only
[type()]
, denoting a list where all elements are of the same type. This made it tricky to extend the list pattern. Also, complex subtypes aren't necessarily that descriptive:The serialization would look like this:
Created by: radrow
Comment please
Created by: radrow
Check for duplicates in
Items
?I guess we could, but there will be runtime overhead to catch what would be a compile-time error.
Created by: radrow
Review: Approved
approved this merge request
Merged by: uwiger at 2023-08-18 12:40:50 UTC