Skip to content
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

Warn about lein 2.5.1 and the broken REPL integration #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Warn about lein 2.5.1 and the broken REPL integration
Warn users that the REPL integration doesn't work on the latest lein
  • Loading branch information
danieroux committed Mar 4, 2015
commit 79c0be8eb02d8775869a49083522ac2d98b836c6
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ Macroexpansion occurs long after cljx touches your code.

### REPL Integration

The nREPL middleware is **broken** for Leiningen **2.5.1**, see https://github.com/lynaghk/cljx/issues/66. `lein downgrade 2.5.0` is the quick fix.

cljx provides an nREPL middleware that allows you to work with `.cljx` files in
the same way you work with regular `.clj` files from any toolchain with good
nREPL support, like [cider](https://github.com/clojure-emacs/cider),
Expand Down