Fork me on GitHub
#cider
<
2016-02-18
>
jonpither15:02:00

Trying to debug https://github.com/clojure-emacs/cider/issues/533. When in Windows you try to kill a process running a 'batch job', you get 'Terminate batch job (Y/N)?', I wonder if this is responsible for the hanging processes

jonpither15:02:51

Not sure if related, but when kill cider (via cider-quit), I often get (error "Selecting deleted buffer")), it seems that nrepl-server-filter is being called, but when the (with-current-buffer (process-buffer process)) is called, the result from (process-buffer process) is null

jonpither15:02:54

^ is it possible for nrepl-server-filter to be called, even though the process buffer has been killed? If so, the CIDER code should guard against this

sanjayl21:02:00

Getting a massive error when trying to build with lein 2.6.1. Looks like it's related to mranderson. Are you guys having a problem too, or is my setup just borked? Ended up downgrading lein to 2.5.3 and now everything works fine

benedek22:02:11

You mean you tried to build cider, @sanjayl ?

benedek22:02:55

On my todo list

sanjayl23:02:21

That's right @benedek, I got it when trying to build cider-nrepl. I checked in the leinigen issue tracker but somehow didn't think to look in yours! Thanks for the quick reply. sl