This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-25
Channels
- # announcements (6)
- # babashka (53)
- # beginners (199)
- # calva (101)
- # cider (8)
- # clara (17)
- # cljs-dev (1)
- # clojure (86)
- # clojure-australia (1)
- # clojure-dev (33)
- # clojure-europe (29)
- # clojure-france (13)
- # clojure-nl (6)
- # clojure-norway (7)
- # clojure-poland (3)
- # clojure-spec (2)
- # clojure-uk (9)
- # clojurescript (18)
- # community-development (2)
- # cursive (2)
- # datomic (8)
- # duct (43)
- # emacs (9)
- # events (6)
- # figwheel-main (1)
- # fulcro (7)
- # integrant (1)
- # jobs (1)
- # jobs-rus (1)
- # lambdaisland (1)
- # malli (19)
- # nrepl (2)
- # off-topic (31)
- # pathom (35)
- # quil (1)
- # reagent (4)
- # remote-jobs (7)
- # schema (1)
- # shadow-cljs (58)
- # spacemacs (6)
- # startup-in-a-month (12)
- # tools-deps (10)
- # xtdb (40)
@stuartrexking I've just cut 0.25.8 that should fix the issue you encountered.
Wonderful thanks.
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?
Restarting nrepl seems to fix this occasionally.
A more detailed stacktrace would be useful. This timeout is just the result of something else going wrong.
@U051BLM8F I turned on debug-on-error
and here's the result for evaluating (+ 1 1)
in just restarted REPL: https://gist.github.com/sktoiva/6811288773ebf6c15055b6f334f1ab08
That's inside a project, and I've yet to test will this manifest in a simpler setup.
have you tried disabling eval-sexp-fu-flash
?
Nope, not yet. Good idea.