Bozhidar Batsov

Results 1761 comments of Bozhidar Batsov

Sorry for the radio silence here. If I recall correctly the responses were supposed to track the current ns (`*ns*`). If we just echo back the ns of the request...

Btw, I checked how we do things in CIDER - basically we send the current ns everywhere and the REPL buffer sets as the current `ns` whatever it got from...

Seems to be an issue with the built-in CLI, as I couldn't reproduce this when using CIDER or `lein repl` (which in turn uses REPLy).

> I think as far as clients are concerned, it'd be easiest if we could avoid sending the second done message. Yeah, I totally agree. I'm assuming the bug you...

Looking at the code it seems that just removing the `:done` from the error message would be enough, but I don't like that this will break the common pattern of...

Well, it's basically an op rebinding a few dynamic vars (you can see the original proposal for 0.1 here https://github.com/clojure-emacs/piggieback/pull/28/commits/36efddac2a77ec97b9562d16ec7aadccc0fbc012). Not sure if @aaronc is interested in updating his PR...

That sounds like an amazing idea! Would be game changing for a tool like CIDER.

I finally started working on this today, so I'll have some update soon. Now I'm leaning towards adding a `runtime` and `name/server` (short for "implementation/server name") key at the top-level...