metosin / malli

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

fix: mx/defn + :malli/always + varargs #838

Closed opqdonut closed 1 year ago

opqdonut commented 1 year ago

instead of trying to recreate a correct defn that supports everything, just use (def name (-instrument (fn ...)))

also add test cases for destructuring and metadata

fixes #837

follow-up to #825

opqdonut commented 1 year ago

discovered a related issue #839 while working on this

ikitommi commented 1 year ago

thanks!