-
Notifications
You must be signed in to change notification settings - Fork 3
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
Exceptions in Clojure 1.9 #1
Comments
This is due to using an older version core.async that is not compatible with Clojure 1.9 . This is fixed at clojure/core.async@2f87bc7 . Also I could see this project uses Clojure 1.9 - alpha 14. Since Clojure 1.9 is stable both core.async and clojure could be upgraded. |
To add to this discussion this project fails in JDK 9 . It uses a version of alembic that fails under JDK 9 with an older version of dynapath (latest version of dynapath is JDK 9 compatible). There is a PR waiting to be merged upstream pallet/alembic#16 which could help in running stepwise under JDK 9. Thanks. |
Hey guys, sorry been away. We're running 1.9 in production now and I'll be making a new release of stepwise in the next couple days with some other enhancements as well. |
Ok 0.5.8-SNAPSHOT is Clojure 1.9 and JDK 9 compatible by temporarily disabling alembic (it's only used in dev repls), migrating to spec.alpha, and bumping core.async's version. I also updated the AWS SDK version, which the enhancements I mentioned depend on, but those will come later this week. Cheers! |
Reopened for visibility until there's a release version with the fixes |
Ok, fixed in version 0.5.8 |
Thanks |
Thanks @spieden 💪 |
Hi,
Such a great project first of all. Thanks for all the great work. I am trying to run it under clojure 1.9 and having the following exception. Did you able to run with the 1.9 ?
The text was updated successfully, but these errors were encountered: