-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
NumberFormatException on handle-pprint-fn #2123
Comments
Can you enable nREPL message logging and paste here what triggers the error exactly? (see http://cider.readthedocs.io/en/latest/troubleshooting/) |
Cannot reproduce. Try |
You're right, I'm using JDK 8. Java 9 is not readily available for Fedora 24, so if someone else wants to reproduce, that'd be good. |
nREPL message log: |
Not sure whether this belongs in this issue, but since yesterday I also no longer get stacktrace popups. The stacktrace is printed in the REPL instead (which is quite annoying). Edit: Only the base exception is printed in the REPL, below that comes something like: |
Yeah, just found the bug clojure-emacs/cider-nrepl#462 |
Expected behavior
No exceptions when editing my buffer
Actual behavior
When moving my cursor over a symbol defined in the same
let
-block, I get a NumberFormatException popupSteps to reproduce the problem
Load this file into CIDER, move cursor to 8:25 (onto
children
). I get the following exception popup:Environment & Version information
CIDER version information
Lein/Boot version
Leiningen 2.8.1 on Java 9 OpenJDK 64-Bit Server VM
Emacs version
GNU Emacs 25.3.1
Operating system
Arch Linux
The text was updated successfully, but these errors were encountered: