stathissideris/spec-provider

Sets are broken

stathissideris opened this issue · 3 comments

> (pprint-specs
    (infer-specs
      [#{:a}] :foo/stuff) *ns* 's)

(s/def :foo/stuff (s/or))

Fixed, you now get:

(s/def :foo/stuff (s/coll-of keyword? :kind set?))

Fix released in 0.4.4

Sorry for the noise above (I had mistakenly referred to this ticket in a commit message).