clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.54k stars 646 forks source link

cider-ns-refresh: summarize errors as an overlay #3628

Closed vemv closed 7 months ago

vemv commented 7 months ago

Most times, code reloading errors come from a 'silly' mistake that doesn't deserve much stacktrace inspection.

So, in addition to the displayed stacktrace, we could present the gist of the problem as a red overlay, similar to what we've done in recent times.

While we're there, we could add defcustoms controlling both widgets (overlay, stacktrace)