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
Describe the bug
To* coercers for numbers and vectors accept input string and number incompatible with target type, silently converting input into a unspecified value.
Describe the bug
To* coercers for numbers and vectors accept input string and number incompatible with target type, silently converting input into a unspecified value.
Some of the affected coercers:
To Reproduce
Expected behavior
Affected To* for numbers and vectors should throw error when input is incompatible with target type.
The text was updated successfully, but these errors were encountered: