metosin / malli

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

Mixing custom registry with a local registry #913

Open jtrunick opened 1 year ago

jtrunick commented 1 year ago

Currently you cannot mix custom registry with local registry...

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

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

ikitommi commented 11 months ago

Yes, this should be changed.