Is anyone interested in filing a bug against IBM JDK 1.8.0 where it appears
that its JIT compiler fails about half of the time when doing 'mvn clean
test' in a Clojure 1.7.0 source tree?
You can find some attachments in an earlier message of this thread that can
get you started, but producing your
Looks good for current project. Project compiles and runs with clojure
"1.7.0-beta3", clojurescript "0.0-3269", figwheel "0.3.1" + core.async
core.match + om + ...
Figwheel repl still works from within Cursive.
Thanks,
Andrew
--
You received this message because you are subscribed to the Goog
Clojure 1.7.0-beta3 is now available.
Try it via
- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.7.0-beta3/
- Leiningen: [org.clojure/clojure "1.7.0-beta3"]
Additional enhancements to new features since 1.7.0-beta2:
1) CLJ-1728 - `source` fn now works for vars in cljc files
2) C