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?
how are you determining the original connection is lost?
The modeline of my CLJS files show ‘not connected’
and I lose the ability to eval
I believe the same issue occurs if I start in CLJ code and then open a CLJS sibling. The CLJ connection is lost similarly
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?
I will try that in a minute
Yes! Thank you
That was a tremendous help
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
The limitation is nothing compared to having both REPLs working at a moment’s notice
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?
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