fzakaria / slf4j-timbre

SLF4J binding for Clojure's Timbre
Eclipse Public License 1.0
94 stars 24 forks source link

slf4j-timbre causes mysterious failure due to encore and reader #9

Closed kenrestivo closed 8 years ago

kenrestivo commented 8 years ago

I got bit by this as well. It actually took me hours to try to track it down, and I never did figure it out. But thankfully someone finally did:

http://yogthos.net/posts/2015-12-26-AOTGotchas.html

I suppose maybe the library instead of :aot :all could exclude some namespaces from AOT? Or is this impossible to fix?

fzakaria commented 8 years ago

I'm going to close as this is a duplicate of https://github.com/fzakaria/slf4j-timbre/issues/8 Pretty good to see Yogthos's blog. I think the only solution is to wait for 4.15 and just update.

Shame of this AOT problem as I do like the Timbre library but it makes the choice vs Log4J implementation.