You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* support fixed length lists, part 1
* more fixed size
* fix tests for wit-parser
* re-implement as two separate types (outside of WIT)
* adapt the tests for the new type
* handle reading correctly
* wat parsing
* generate fixed size lists in wit-smith
* proper rustfmt (whitespace change)
* implement Alex' suggetions, part one
* implement roundtrip tests
* limit the maximum size of a fixed list. to avoid memory explosion at parsing
* separate list types, as proposed by Alex
* post-rebase fixes
* fix the tests
* Move local test to CLI test
* use same command line order as proposed by Alex
* prefer the name chosen by Alex
* apply missing changes by Alex (I should have fetched before rebase)
* limit the size of flattened fixed size lists, forbid empty ones
* test for zero and too high number
* check for type mismatch during composition
* clearly separate list from fixed-size-list in code
* separate list types in encoder as well
* manually run rustfmt
---------
Co-authored-by: Alex Crichton <[email protected]>
0 commit comments