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
Addresses an error introduced when rearranging error handling
in array parsers. The validation of `count` being non-negative
was dropped at some point along the way; this change brings that
check back and switches the `Array(parsing:count:parser:)`
initializer to throw `ThrownParsingError` instead of having a
generic error type parameter.
0 commit comments