lively icon indicating copy to clipboard operation
lively copied to clipboard

Support for Clojure 1.9

Open tirkarthi opened this issue 6 years ago • 3 comments

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.

tirkarthi avatar Mar 16 '18 12:03 tirkarthi

Pull request welcome :)

immoh avatar Mar 16 '18 14:03 immoh

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

tirkarthi avatar Mar 16 '18 16:03 tirkarthi

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.

immoh avatar Mar 17 '18 16:03 immoh