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.
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.