Fork me on GitHub
#cider
<
2021-06-13
>
robert-stuttaford07:06:56

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

jumar16:06:26

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

robert-stuttaford18:06:13

it's pretty slow no matter what

robert-stuttaford18:06:32

you're right though, not often that i actually read its contents. will disable

blak3mill3r21:06:40

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

bozhidar06:06:25

If someone manages to get some profiling data about the issue that’d be great. Usually such delays are caused by errors/timeouts.

👍 5
bozhidar06:06:47

I can’t think of any recent changes that would cause some regressions there, though.