Fork me on GitHub
#emacs
<
2019-07-03
>
hugod12:07:52

I’m happily back to using clojure on a regular basis. I’m working on a large codebase with cider, and evey time I compile, emacs freezes for several seconds. Looking at the nrepl-messages buffer, this seems to be related to changed-namespaces messages that seem huge. Is there anything that I can do to stop emacs from freezing (presumably while parsing these changes)?

cmack14:07:04

@hugod #cider might have more domain knowledge to answer that question. From a higher level, it might help to use the emacs profiler to determine if your theory on parsing is correct

hugod14:07:11

Thanks @U0FRWDJT1 - I’ll follow up in #cider

Bobbi Towers14:07:46

I'm wondering how hard it would be to get cider-overlays working in inf-clojure

richiardiandrea15:07:46

There was an in-progress PR on that if I remember correctly