Re: java.lang.NoSuchFieldError: __thunk__0__

2016-01-25 Thread Ryan Fowler
I just submitted http://dev.clojure.org/jira/browse/CLJ-1886 I was able to narrow down the problem space a little bit, but it's still gnarly. Ryan On Mon, Jan 25, 2016 at 4:27 AM, Nicola Mometto wrote: > Can you log this issue in clojure's JIRA? > > On Friday, January 15, 2016 at 11:21:17 PM U

Re: java.lang.NoSuchFieldError: __thunk__0__

2016-01-25 Thread Nicola Mometto
Can you log this issue in clojure's JIRA? On Friday, January 15, 2016 at 11:21:17 PM UTC, Ryan Fowler wrote: > > I've got a head-scratcher. > > A combination of aot compiling, ring-jetty, slf4j-timbre, timbre and > core.async causes "java.lang.NoSuchFieldError: __thunk__0__" > > I've created a r