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