From 79c0be8eb02d8775869a49083522ac2d98b836c6 Mon Sep 17 00:00:00 2001 From: Danie Roux Date: Wed, 4 Mar 2015 14:35:43 +0200 Subject: [PATCH] Warn about lein 2.5.1 and the broken REPL integration Warn users that the REPL integration doesn't work on the latest lein --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 803635b..013e794 100644 --- a/README.markdown +++ b/README.markdown @@ -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),