Fork me on GitHub
#gorilla
<
2016-12-08
>
neupsh15:12:28

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

neupsh17:12:47

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

neupsh17:12:02

i can access cider namespaces in the gorilla worksheet

neupsh17:12:18

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

neupsh17:12:21

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