You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1022,6 +1022,20 @@ In the REPL buffer, issue the following.
1022
1022
1023
1023
This will cause cider to print extensive information on the REPL buffer when you try to debug an expression (e.g., with `C-u C-M-x`). [File an issue](https://github.com/clojure-emacs/cider-repl/issues/new) and copy this information.
1024
1024
1025
+
### Warning saying you have to use nREPL 0.2.7+
1026
+
1027
+
CIDER currently requires at least nREPL 0.2.7 to work properly (there were some
1028
+
nasty bugs in 0.2.6). Unfortunately the latest `leiningen` (2.5.1) pulls in exactly
1029
+
0.2.6, so you if you're a lein user you'll have to do a bit of manual work. Just
Generally you're advised to use the newest nREPL with CIDER, as bugs get fixed
1037
+
in pretty much every release.
1038
+
1025
1039
## Documentation
1026
1040
1027
1041
A single-page quick reference PDF for CIDER commands is available [here](doc/cider-refcard.pdf). This PDF can be created manually by running `pdflatex` on [the CIDER refcard LaTeX file](doc/cider-refcard.tex).
0 commit comments