Re: Cryptic crashes in Leiningen

2015-11-09 Thread Gary Trakhman
Hahaha to the chances :). Looks like it'll help. Lein deps :tree will give you more information about the dependencies that are resolved On Nov 8, 2015 8:50 PM, "James Elliott" wrote: > Thanks, Gary! Kevin tried a :verbose require, and the last few lines > involved loading tools.reader and the

Re: Cryptic crashes in Leiningen

2015-11-08 Thread James Elliott
Thanks, Gary! Kevin tried a :verbose require, and the last few lines involved loading tools.reader and the ExceptionInfo class, so it seems very likely that you are correct about the problem. I have suggested trying this exclusion, does that look like it might do the trick? (I’m not entirely co

Re: Cryptic crashes in Leiningen

2015-11-08 Thread Gary Trakhman
Just a guess, since your project has many dependencies, and I have little time right now, but I had a recent issue with tools.reader <=0.9.2 and the ExceptionInfo class. The maven artifacts for tools.reader bundled .class files, and triggered this bug: http://dev.clojure.org/jira/browse/CLJ-1639