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
Document fixed-size-lists must be non-empty (#504)
Currently the component model and WIT generally avoid zero-sized types
since they're not always handled well in all languages. Given the niche
use case of a zero-sized list add a validation rule that
fixed-size-lists are non-zero in length.
Closes#503
0 commit comments