Hi Ed,
I could not reproduce the behavior you described with Leiningen. Here is my
test script:
https://gist.github.com/stuartsierra/ca2b9bd7072224e099beb8b95b49b69c
This issue might be caused by some pre-compiled files on the classpath when
you run `lein test`. Since macros are evaluated durin
Hi,
I've got a problem where specs are not always being checked during macro
expansion. It seems to be reliably be checked when I load the code using
cider (using cider-load-buffer), but not when running lein test at the
terminal.
Code:
(defproject macroexpand-spec-test "0.1.0-SNAPSHOT"
:descri