Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Releases: alexandergunnarson/defnt

Fix underscore specs in seq and map destructuring contexts

11 May 14:52
c6f1019
Compare
Choose a tag to compare

Previously these wouldn't compile but now they do:

(defns abcde [[a string?] _ b string?] a)
(defns ghijk [{:keys [a string?]} _ b string?] a)

Generative testing now works for `defns`

10 May 20:58
9d18b2a
Compare
Choose a tag to compare
Merge pull request #2 from alexandergunnarson/develop

0.2.0: Generative testing now works for `defns`

First working pass of `defns`; only known issue is in generative testing

05 May 17:53
5957791
Compare
Choose a tag to compare
Merge pull request #1 from alexandergunnarson/develop

0.1.0: First working pass of `defns`; only known issue is in generative testing