clojure-spec

seancorfield 2021-12-15T18:08:28.249800Z

I haven't tried to repro this (and therefore haven't commented on it) but wondered if someone here could take a look? https://clojureverse.org/t/does-clojure-spec-supports-records/8428

Alex Miller (Clojure team) 2021-12-15T18:46:24.250500Z

Records will generally only work with :req-un / :opt-un - this is covered in the spec guide https://clojure.org/guides/spec

Alex Miller (Clojure team) 2021-12-15T18:51:20.250700Z

oh, this is https://clojure.atlassian.net/browse/CLJ-1975