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 during compilation, if the namespace using the macro was AOT-compiled then the macro would not be evaluated again. Try running `lein clean` or the Gradle equivalent, and make sure there are no stale AOT-compiled .class files in the /target directory. –S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.