-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile exception with 4.2.0 #146
Comments
Hi Nic, please provide further details? How are you compiling? What version of Clojure are you using? What JVM version? Any particular behaviour triggering this? Thanks |
Clojure 1.6.0 on Java HotSpot(TM) Client VM 1.8.0_25-b18 I'm just using: lein repl on a project for which timbre 3 was working fine. When the repl comes up I get this error, obviously as part of it bringing in the deps? |
Having difficulty reproducing the error described by the GitHub issue. Figure the cause might have something to do with attaching the type info to the (fn []) form? The approach as of this commit seems like it'd be less likely to trip up the compiler.
Hi Nic, I haven't been able to reproduce this on my end. As a random idea, trying one change that might help. Please confirm if that fixes the issue on your end? Otherwise you may need you to provide a reproducible repo that I can look at. Note: tried to upload the change to Clojars but looks like they're still down due to the Linode DDoS attack. You'll unfortunately need to use a local Timbre copy:
Thanks again for the report |
Well, it occurs to me that maybe I didn't get a download because of the DDoS. I didn't notice any error like that. So I'll try this next week and maybe they'll be ok then. |
I got the same error although 4.2.0 worked for me before. |
@rdanitz Hi Robert, could you please clarify: 4.2.0 worked for you before what? |
@rdanitz Oh, also- any chance you could possibly confirm whether Thanks! |
@ptaoussanis 4.2.1-SNAPSHOT works with clojure 1.6.0 now. |
@rdanitz Awesome, thanks for confirming! |
Closing this with the release of https://github.com/ptaoussanis/timbre/releases/tag/v4.2.1 |
Having difficulty reproducing the error described by the GitHub issue. Figure the cause might have something to do with attaching the type info to the (fn []) form? The approach as of this commit seems like it'd be less likely to trip up the compiler.
which means here: https://github.com/ptaoussanis/timbre/blob/master/src/taoensso/timbre.cljx#L568
I've no idea why this would show as a problem. Seems weird?
The text was updated successfully, but these errors were encountered: