Fork me on GitHub
#cider
<
2019-06-04
>
lispyclouds07:06:28

Hello @bozhidar, I'm having trouble jacking in with boot 2.8.3, Clojure 1.10. Seeing this error pop up after Emacs freezes for a couple of seconds

lispyclouds07:06:07

also things like jump to definitions are not working

lispyclouds07:06:35

jack in works fine with leiningen though

bozhidar08:06:19

@rahul080327 Hmm, maybe there was difference between the custom boot task and the default one that we forgot about. Can you file a ticket for this?

arohner18:06:43

I’m still seeing an intermitting problem with my cider repl connections. I can M-x cider-connect, and then some of my buffers work. Others say not connected

arohner18:06:00

If I kill the repl buffer and reconnect, things again work, for a different set of buffers

arohner18:06:42

running 0.21.0 from melpa

arohner18:06:02

it appears the problem is related to files being in a separate lein project that is a dependency of my main project

arohner18:06:10

weirdly, if I cider-jack-in to the main project, and then visit the a dependency’s source file and cider-connect, I get two different repl buffers on the same nrepl connection

arohner18:06:20

but they share a clojure env so it kinda-sorta works ¯\(ツ)