This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-13
Channels
- # babashka (1)
- # beginners (11)
- # cider (8)
- # clj-kondo (7)
- # clojure (35)
- # clojure-italy (2)
- # clojurescript (6)
- # conjure (5)
- # datomic (10)
- # duct (7)
- # fulcro (9)
- # helix (2)
- # introduce-yourself (5)
- # lsp (3)
- # malli (7)
- # meander (3)
- # off-topic (8)
- # pathom (3)
- # podcasts-discuss (2)
- # portal (9)
- # reitit (7)
- # releases (3)
- # shadow-cljs (43)
- # sql (25)
- # tools-deps (3)
what could cause the *cider-error*
(https://docs.cider.mx/cider/1.1/usage/dealing_with_errors.html) to take a long time to display? the issue is printed to the repl / log immediately, but the error buffer takes 5-10 seconds to show.
i'm on the latest emacs package and 0.26.0 middleware
Maybe a large error structure? I had been dissatisfied with cider error popup latency so I turned it off a long time ago. I now only bring it up if I need to see more details
it's pretty slow no matter what
you're right though, not often that i actually read its contents. will disable
I've been seeing the same issue. Unfortunately I am not sure when it started. Using a very recent build from master
and 0.26.0 middleware also
If someone manages to get some profiling data about the issue that’d be great. Usually such delays are caused by errors/timeouts.