metosin / malli

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

Enforce entry specs in open map destructurings #1021

Closed frenchy64 closed 3 months ago

frenchy64 commented 3 months ago

A spec of [:altn [:cat k1 s1] ... [:cat kn sn] [:cat :any :any]] is equivalent to [:cat :any :any]. This results in specs for destructured open maps that skip all entry checks when providing kw args.

ikitommi commented 3 months ago

indeed. good catch. thanks!