I found that the problem I'm experiencing is, in essence, the same issue as 
discussed (and fixed) here 
<https://code.google.com/p/counterclockwise/issues/detail?id=429>, but with 
some new tool in my toolchain (Cursive/simple-brepl/Weasel).

TL;DR: Something produces a .class file that exceeds the 65535 bytes 
allowed by the JVM.

The evidence: I can take the large test foo.clj file attached to the thread 
and reproduce the problem, and eliminate it by deleting a few lines. This 
is consistent with what I was seeing earlier when trying to load all of 
ClojureScript's core tests.

I'll start with Colin to see if he has any thoughts on whether Cursive is 
involved. I can successfully evaluate and use the results of a (load-file 
"path/to/filename.cljs") form in the REPL, but hit the error only when 
using Cursive's “Load File in REPL” menu item.

-- 
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.

Reply via email to