Fork me on GitHub
#test-check
<
2019-08-22
>
kenny02:08:05

@alexmiller Adding gen/let to the spec gen ns would be quite helpful. It basically a copy paste (unless there's some smarter way to dynamically expose a macro). We use gen/let all over the place via a helper ns. We cannot require test.check because we don't want it on the classpath at runtime.

Alex Miller (Clojure team)03:08:12

because you need macros at compile time, I don't think you can dynamically include it the way we dynamically load the other functions from gen

Alex Miller (Clojure team)03:08:50

there is actually a ticket for this though with a patch, but I don't remember if it just recreates the macro or what