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
so, yes, the registries should be merged propertly.
my 1 cent:
we could have 2 registries, global and local -> schemas can assume that the global is always available and only carry the accumulated local registry with them. this should be pushed to schema forms so one can create schemas out of the forms
If schemas with registries are merged with
:merge
, the dereferenced schema often cannot be round-tripped.Notice the following schema is missing a
::z
binding so is no longer well-formed.We might be able to fix this by merging the registries, but something else is needed if the registries both define the same names.
For example, here the schema for
:y
is being captured by the wrong scope, and becomes[:y boolean?]
instead of[:y int?]
.The text was updated successfully, but these errors were encountered: