metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.44k stars 205 forks source link

Local registries must be data #885

Open jtrunick opened 1 year ago

jtrunick commented 1 year ago

Currently, the local registry must be data, doesn’t accept IntoSchema instances. This both is a) unfortunate b) slows m/form a lot.

eg.

[:map {:registry (merge mc/default-registry {::id int?  ::country string?}}...