Open
Description
We recently had a regression that caused the webapp to fail after a sequence of API calls were made: #1559
I think we could have caught this using strict type checking since
would have been caught by type analysis, as the line appends an element of type list, which is not the type of element the list holds.Metadata
Metadata
Assignees
Labels
No labels