Closed jjcomer closed 8 years ago
Clojure 1.8 has come out few days after the last Pulsar release (0.7.4, which supports Clojure 1.7) and it changes quite a few important things under the cover so it's expected to require changes in Pulsar to support it, especially with auto-instrumentation. We'll upgrade ASAP Pulsar to Clojure 1.8 and publish a 0.7.5-SNAPSHOT.
In the meanwhile do you have a chance to try it without auto-instrumentation (i.e. with explicit defsfn
, sfn
etc.)? If not I suggest you to stay with Clojure 1.7 until there's a new Pulsar SNAPSHOT. Or is there some Clojure 1.8 feature you need badly (or would greatly benefit from)?
The biggest benefit we have notice is compilation time, 1.8 is significantly faster. I keep a lookout for when the snapshot drops and give the upgrade a try then.
We recently hit this issue and see there is no 1.7.5-SNAPSHOT available in clojars?
Any ideas, on a 0.7.5 snapshot timeframe (with support for Clojure 1.8.0)? It would be very helpful to use to be able to manage our roadmap.
Awesome! Can't wait to start testing this out.
I recently tried upgrading my pulsar application to clojure 1.8 with no success.
This is the new stack trace I'm seeing when running 1.8 (this error does not happen when running 1.7)
This is a pretty printed exception (so it goes backwards which the top of the stack at the bottom). The stack leaves my code in on
matcher.clj: 49
which is acall!
to a gen-server.We have auto instrumentation turned on. This error happens with both pulsar 0.7.3 and 0.7.4
Any insights would be great.