-
Notifications
You must be signed in to change notification settings - Fork 179
cider.nrepl.middleware.util.java/source-info does not work with version 0.17.0-SNAPSHOT #482
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
Comments
I had a look at the change log. It seems that this commit 47cb956 caused the issue. |
Nice research! I wonder why no one else noticed this so far, and also why this is not raising any errors if the function is missing now. Can you confirm things work as expect with 0.2.5 in https://github.com/clojure-emacs/orchard (in CIDER 0.17 we're splitting I also curious what we should do about Java 9 - I guess we should just copy the approach Boot took. Would you be interested in working on this? |
dynapath 1.0 breaks the java source-info functionality as dynapath removed the functionality we needed due to incompatibility with Java 9. That's just a temp fix and has to be addressed properly afterwards.
I've reverted the dep update, but this needs to be fixed differently, as it's going to break in the next release of Java. |
@peterwang Can you verify this is fixed for you? |
Expected behavior
Actual behavior
Steps to reproduce the problem
cider
from melpa, (in my case the version is: cider 20180121.1106)cider-jack-in
in a clojure projectEnvironment & Version information
file: ~/.m2/repository/cider/cider-nrepl/0.17.0-SNAPSHOT/cider-nrepl-0.17.0-SNAPSHOT.jar:META-INF/maven/cider/cider-nrepl/pom.properties
cider-nrepl version
cider-nrepl-0.17.0-SNAPSHOT.jar
Java version
CLJ cljapp@localhost:25040 (Java 1.8.0_151, Clojure 1.9.0, nREPL 0.2.13)
Operating system
CentOS release 6.5 (Final)
Linux devbox 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: