cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Derek Passen 2020-12-14T15:33:51.324100Z

I work on a combined CLJ/CLJS project. When I connect a sibling REPL, the initial connection is lost. Is this a known CIDER/Sesman issue or is it likely to be some project configuration somewhere?

dpsutton 2020-12-14T15:42:56.324500Z

how are you determining the original connection is lost?

Derek Passen 2020-12-14T15:54:59.324800Z

The modeline of my CLJS files show ‘not connected’

Derek Passen 2020-12-14T15:55:05.325Z

and I lose the ability to eval

Derek Passen 2020-12-14T15:55:40.325600Z

I believe the same issue occurs if I start in CLJ code and then open a CLJS sibling. The CLJ connection is lost similarly

dpsutton 2020-12-14T15:56:36.326700Z

yeah i think you're seeing a bug that we're discussing right now. CIDER is only aware of the repl your point was most recently in. If you open the first repl buffer, put your cursor in it, and then back to the source buffer is it aware its connected?

Derek Passen 2020-12-14T15:57:06.327100Z

I will try that in a minute

Derek Passen 2020-12-14T16:00:16.327300Z

Yes! Thank you

Derek Passen 2020-12-14T16:00:32.327500Z

That was a tremendous help

dpsutton 2020-12-14T16:02:26.328100Z

you're welcome. we're discussing that issue as we speak. its an annoying limitation but just put your cursor in which ever repl you need and it should work

Derek Passen 2020-12-14T16:02:54.328600Z

The limitation is nothing compared to having both REPLs working at a moment’s notice

jherrlin 2020-12-14T16:26:49.331400Z

Hey! I would like to have an interactive link to a file on my local filesystem in my cider-doc buffer. Does anyone know if this is possible and how i can do that?

jherrlin 2020-12-14T16:28:26.332200Z

Trying to set stuff like [[file:/home/john/git/project/somefile.java:23]] in my docstring, but cider-doc buffer cant create a link from that