metosin / malli

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

Better error handling when passing IntoSchema to `m/schema` #1026

Open frenchy64 opened 3 months ago

frenchy64 commented 3 months ago

Related https://github.com/metosin/malli/issues/780 Related https://github.com/metosin/malli/issues/1048

For backwards-compatibility, don't throw if an IntoSchema is provided as a property and happens to coerce to schema. Maybe we should warn in this case, because I don't think it has much utility.