JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Workaround to support cider middleware #136

Closed JonyEpsilon closed 10 years ago

JonyEpsilon commented 10 years ago

At the moment, both cider and gorilla try to insert their own middleware into the nREPL server. This means you can't use all of the features of cider (> 0.7.0) with gorilla.

As discussed here https://github.com/clojure-emacs/cider/issues/720 the best thing to do in the short term is to put a workaround into Gorilla which will look in the project data structure for the cider-nrepl dependency, and if it is present insert the middleware.

Will need to add a note to the website to document this as well.