clojure-emacs/sayid

Make the middleware compatible with nREPL 0.4.x+

bbatsov opened this issue · 1 comments

As nREPL 0.4 uses a different namespace than 0.2.x and 0.3.x you'll have to do some trivial changes to support them both. Something along the lines of what is done here https://github.com/nrepl/piggieback/pull/92/files

bpiel commented

@bbatsov thanks for the tip