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
Using registry references to "composite" schemas in :map schemas and wrapping them in a vector without additional arguments causes an unexpected error.
Using registry references to "composite" schemas in
:map
schemas and wrapping them in a vector without additional arguments causes an unexpected error.Additional context:
It parses correctly if the reference is not wrapped in a vector, or if a map argument is included.
Additionally, this only happens with "composite" schemas that take arguments like
:tuple
,:map-of
,:<=
etc.The failing syntax from before works if the reference is a plain type-schema like
:any
,:string
,:int
etc.The text was updated successfully, but these errors were encountered: