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 #3629

Closed vemv closed 7 months ago

vemv commented 7 months ago

Fixes #3628

Sample after a refresh:

image

For the moment I think it will be best not to offer defcustoms for hiding the overlay or the stacktrace. At some point we could hide the stacktrace depending on the nature of the exception, but that needs some work.

Cheers - V

bbatsov commented 7 months ago

Looks good to me!