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
chore: Have ParsedValue deserialize to Nil as fallback
If no other variant could be deserialized into successfully,
the type is not supported and treated as the `Nil` type.
This better communicates failures within tests when a type is
compared and is not expected to be `Nil`.
Signed-off-by: Brennan Kinney <[email protected]>
0 commit comments