Fork me on GitHub
#cider
<
2018-06-10
>
bozhidar11:06:09

@magra Please, file a ticket for this, so we won’t forget about it.

magra11:06:46

@bozhidar Is this the same as, or related to, issue #2317 you added yesterday? https://github.com/clojure-emacs/cider/issues/2317

magra11:06:47

ok. It isn't it is just related to the workaround.

bozhidar11:06:40

The problem with 2317 is that when you start reading in you can’t mark the end of the input.

magra11:06:09

Yes, it seems that I have rediscovered this one: https://github.com/clojure-emacs/cider/issues/1438

bozhidar13:06:20

Ah, I remembered this one. Didn’t really have time to debug it properly, but that’s likely some issue on the nREPL side.

theeternalpulse16:06:26

I'm connecting to the clojurescript repl run by shadow-cljs but cider can't resolve any requires or look up docs. is there an extra step needed for clojurescript projects to work ootb

richiardiandrea17:06:12

@theeternalpulse I kind of noticed the same while working with shadow

richiardiandrea17:06:44

it happens with manual bootstrap so it might be some middleware issue

richiardiandrea18:06:28

@bozhidar the README of nrepl says that the namespaces have been renamed to nrepl.* but that does not seem to be what is in src?

richiardiandrea18:06:11

is it a README issue, I can fix it...just wanted to be sure

theeternalpulse23:06:36

My issue actually was that I was as using shadow-cljs and I didn't include cider-nrepl. I assumed it would pick up my lein or boot profile.

richiardiandrea23:06:55

In cider with jack-in you should not need that, if you start it from the terminal then yes you need to hook that up