cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
bozhidar 2021-01-25T07:42:04.027400Z

@stuartrexking I've just cut 0.25.8 that should fix the issue you encountered.

stuartrexking 2021-01-25T11:33:54.027600Z

Wonderful thanks.

2021-01-25T13:18:46.031Z

Hi there! I'm hitting an issue where e.g. cider-eval-last-sexp timeouts and throws nrepl-send-sync-request: Sync nREPL request timed out. cider-eval-ns-form works as expected, same goes for cider-ns-refresh . Also, code run directly in REPL works as expected. Only when evaluating code directly from clj buffer, I'm hitting that issue. Even simple forms like (+ 1 1) will fail. Emacs version 27.1 Cider version 20210125.740 Any ideas on how I could fix this or debug this further?

2021-01-26T09:10:50.033800Z

Nope, not yet. Good idea.

2021-01-25T13:23:57.031200Z

Restarting nrepl seems to fix this occasionally.

bozhidar 2021-01-25T20:49:27.031500Z

A more detailed stacktrace would be useful. This timeout is just the result of something else going wrong.