Under SVN 1303, I'm getting a ClassNotFoundException from a macro.
Here's a simplified example of the problem:
(defn test1 [x] (+ x 1))
(defmacro test2
[form] (list 'list form {:a test1}))
(test2 (+ 1 1)) => java.lang.ClassNotFoundException: user$test1__3765
Is this a bug?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---