-
Notifications
You must be signed in to change notification settings - Fork 69
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
Latest deps #210
Latest deps #210
Conversation
Seeing as Clojure 1.9.0 is officially out, dependency upgraded
1/3 test runs fails. The test with https://travis-ci.org/clojure-emacs/refactor-nrepl/jobs/313733211 |
Also, noticed that TravisCI supports |
In the previous push, I upgraded Clojure 1.9.0-alpha17 -> 1.9.0 and ClojureScript 1.9.671 -> 1.9.946, which caused the build failure with openjdk7, with this exception:
Reverted back the ClojureScript upgrade and the tests passed. |
ta! will have a look |
Adding oraclejdk9 to .travisci results in the following failure:
Which is related to this classloader issue tobias/clojure-java-9#3 |
I'll remove the addition of I'll just try to see how much upward movement I can get by upgrading ClojureScript from the current 1.9.671 as there are the following releases since:
|
Upgraded by one release, since upgrading to the very latest release, breaks the build on openjdk7 on TravisCI. So trying to do it release by release.
Upgraded ClojureScript to 1.9.854, the tests passed: https://travis-ci.org/clojure-emacs/refactor-nrepl/builds/314060527 Will try the next release... |
Doing the upgrade incrementally, going to the next release and seeing if it breaks the build.
With ClojureScript 1.9.908 the tests pass: https://travis-ci.org/clojure-emacs/refactor-nrepl/builds/314065470 But with the latest ClojureScript release 1.9.946, as shown above: the tests fail: https://travis-ci.org/clojure-emacs/refactor-nrepl/jobs/313733211 What would you like to do? |
just went with cljs that works. ta! |
Upgraded Clojure 1.9.0-xyz to the latest 1.9.0 release.
Checklist
lein do clean, test
)./build.sh install
-- takes a long time)