Closed malloc82 closed 5 years ago
What's your CIDER version?
melpha 20181223.711
sorry, the emacs package does not have commit version after the package is installed, but it's most likely this: 4e402d0bc3c274b077285039e1eb238d275c19c3
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.
I'm not sure if this is a bug of either cider or leiningen, or is simply a behavior that is configurable
Expected behavior
When encounter a compilation error, only top level error is printed in the repl, and the rest of the stack should be printed in *cider-error* window e.g.:
Actual behavior
Steps to reproduce the problem
Environment & Version information
clojure 1.10.0 (when using 1.9, the behavior is correct, I guess it's something to do with the new datafy api?) java 1.8.0_181-b13
CIDER version information
cider-0.19.0 SNAPSHOT (20181223.711)
Lein/Boot version
leiningen 2.8.3
Emacs version
emacs 26.1
Operating system
Mac & Linux