gorilla

neupsh 2016-12-08T15:35:28.000004Z

Hello, i have defined a boot-clj task to start gorilla repl (without a project) inside a boot-clj pod. when i start gorilla repl in a bootclj pod, it works great and i can even update dependencies in the pod gorilla repl is running from the worksheet itself. Now, i want to access the repl from emacs cider as well, (for autocompletion and what not). Is there a way to let gorilla know of the cider repl middleware inside the bootclj pod ? i can add the cider-nrepl and related dependencies in the pod, but i dont know how to make gorilla start the repl with the cider-nrepl middleware..

neupsh 2016-12-08T15:38:42.000005Z

here is my boot task: https://gist.github.com/neupsh/0f2448719e7cc3de71461ae6b66f284c

neupsh 2016-12-08T17:46:47.000010Z

i see that gorilla-repl tries to load cider middlewares, but somehow it is not loaded

neupsh 2016-12-08T17:47:02.000011Z

i can access cider namespaces in the gorilla worksheet

neupsh 2016-12-08T17:47:18.000012Z

but when i connect from cider, it says cider-nrepl version is nil

neupsh 2016-12-08T17:48:21.000013Z

is there a way to pass other custom middlewares to gorilla nrepl ?