You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
Hello,
While playing with clojure.contrib.test-is/with-test I realized that I was unable to use with-test with macros because the form (defmacro foo [bar]) returns nil and not #'foo. Please find attached a patch.