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
It seems that c52ae78 introduced a regression where, given an either schema containing an auto schema, passing auto actually fails with an incorrect message saying it got none.
I think the most sensible solution would be to provide default: auto when defining the auto schema? that does then mean that passing none as the value makes it mutate into auto.
What are your thoughts? I don't think there's a clean solution
It seems that c52ae78 introduced a regression where, given an
either
schema containing anauto
schema, passing auto actually fails with an incorrect message saying it gotnone
.I haven't actually tested this specific snippet, it's a minified version, I've done the bisection on the actual snippet.
The text was updated successfully, but these errors were encountered: