We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
cider-ns-refresh: summarize errors as an overlay
cider-ns-refresh
7923ab3
Fixes clojure-emacs#3628
d7af8c7
Fixes #3628
9edb2d2
vemv
Successfully merging a pull request may close this issue.
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)
The text was updated successfully, but these errors were encountered: