I know it can be a pain, but a sample project on GitHub, or a zip/tar file of the project, plus info like: OS version, JDK version, and sequence of commands run after creating the repo that lead to the error, preferably reproduced 100% or reasonably large fraction of the time, can make the difference between determining the cause of such problems, vs. them remaining a mystery.
Thanks, Andy On Tue, Dec 16, 2014 at 1:48 PM, Mike Fikes <[email protected]> wrote: > > I've recently seen the same error: > > Loading test/cljs/classroom_checkout/test1.cljs... done > CompilerException java.lang.ClassFormatError: Unknown constant tag 117 > in class file classroom_checkout/utils_test$eval12853, > compiling:(/private/var/folders/m0/161fm8fx069fk_fny08nrmkm0000gp/T/form-init7703020558715930971.clj:1:1131) > > I caused this by making a copy of Nolen's recently added cljs.core tests > and by trying to load them in my browser REPL. It appears to be related to > the size of the file: If I try just a few forms in the ns, it works, but > once beyond say 500 or 1000 lines, I get this error, with the exact number > changing depending on the size of the file. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > 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 > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
