On Jun 25, 10:09 pm, Four of Seventeen wrote:
> Meanwhile I guess I'll fall back on the old, tedious debugging method
> for cases like this: break everything up into separate modules and try
> to compile each one until I find the one with the error, and then
> whittle that one down until I've iso
On Jun 25, 5:23 pm, "Stephen C. Gilardi" wrote:
> That error appears to be coming from a Java-level class loader (see
> the ultimate "caused by" in the stack trace). If you search for it
> using Google, you'll see it's appeared in contexts other than Clojure.
> I read it as "I can't complet
On Jun 25, 2009, at 5:00 PM, Four of Seventeen wrote:
Got this doing a load-file:
#
That error appears to be coming from a Java-level class loader (see
the ultimate "caused by" in the stack trace). If you search for it
using Google, you'll see it's appeared in contexts other than Clojure
Got this doing a load-file:
#
Full stack trace:
java.lang.ClassFormatError: Unknown constant tag 116 in class file com/
foo/bar$eval__10559 (NO_SOURCE_FILE:0)
at clojure.lang.Compiler.eval(Compiler.java:4543)
at clojure.core$eval__3990.invoke(core.clj:1728)
at clojure.ma