Fork me on GitHub
#cider
<
2022-06-01
>
Drew Verlee19:06:21

When I eval any s-expression from my nRepl client/emacs buffer it don't see the output as expected. I also don't see an Nrepl message that I would expect if the message was being correctly received. However if i save the file, then fighweel-main is correctly tracking the change and updating the browser application with the changes. Any idea how i can get client to nrepl server evalutaion back for expressions that don't require browser feedback?

Drew Verlee19:06:16

Historically when this happens I believe i usually just kill my repl session and restart it, ill try that here to, but it would be nice to know why this is happening and potential avoid or fix it more gracefully.

Drew Verlee19:06:59

if i try to kill the repl i'm told there is no repl in the current session. It feels like somehow the client gets dissconnected

Drew Verlee19:06:29

i can't connect to it because it's already running though. which is confusing...

Drew Verlee19:06:35

i think i want to connect-sibling

Drew Verlee19:06:45

because i'm like a long lost brother

Drew Verlee19:06:32

I'm rejected because a build is already running. Which doesn't make sense to me, i didn't want to start a new build, i wanted to join an existing session.

Drew Verlee19:06:07

despite the error message/reject above, it seems my buffer/client is now correctly connected though as i can send expressions and get back results. So all is well.