lively
lively copied to clipboard
Support for Clojure 1.9
The current core.async version causes issues with Clojure 1.9 . This is fixed at clojure/core.async@2f87bc7 . Consider upgrading to core.async-0.3.442 or the latest core.async to support Clojure 1.9.
Thanks.
Pull request welcome :)
It fails with the latest core.async on all JDKs. But trying build.sh
with current alpha version of core.async on JDK 9 works.
Build failure : https://travis-ci.org/tirkarthi/lively/jobs/354379751
At least with
:dependencies [[org.clojure/core.async "0.4.474"]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/clojurescript "1.10.191"]]
:plugins [[lein-cljsbuild "1.1.7"]]}}
and Java 8, build is successful.