Fork me on GitHub
#cider
<
2021-09-15
>
bozhidar08:09:53

You'll have to update cider-jack-in-dependencies, although I don't think that nREPL 0.9 should be causing any problems.

Basile08:09:36

Hey everyone, beginner here! It seems like I’ve got an nREPL issue. This `shadow-cljs` project I’m working on is starting fine and I can get Calva to both connect or jack-in. From there, I can eval in line or print to the REPL window. In emacs with `cider`, however, there’s no eval happening. Would that be something that rings a bell?

bozhidar08:09:55

Can you share with us some error messages/logs? See https://docs.cider.mx/cider/1.1/troubleshooting.html

Basile08:09:21

*nrepl-messages* is empty, aside from the commands I run from the repl buffer. *nrepl-server* appears to be happy (aside from a couple of mranderson warnings)

bozhidar09:09:40

I guess you can run the interactive Emacs debugger and see where exactly process gets stuck.

Basile10:09:32

this is my first time using this tool so I don’t feel super comfortable. however, walking through the execution of cider-eval-last-sexp doesn’t error, and takes me back to the buffer I was running the command from