-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
Remove extra error metadata that appears in the stacktraces for Clojure 1.10 #609
Comments
I'm all for it 😄 Can we perhaps call |
Yeah, I think that's a good idea. In general there's a bit of work to be done with respect to error handling as after 1.10 we still have no compilation highlights and you can no longer click on error messages in the REPL. Probably there we should move to getting the info from |
Hi @bbatsov, I was able to remove the white noise from What information from From @Cartmanishere helped me with this. 😄 |
Thanks for tackling this! 🙇
My original intention was to hide all the info from the maps and potentially show the important info in some way that fits better the UI. |
Hmm, I agree. I will think about where it can go in the UI. |
You can see such a button in the |
@bbatsov : I looked at the buttons in |
I think that's a great idea! We should have thought of this earlier.
Sounds good! |
Cool. Will begin work on this after 3rd March. |
In Clojure 1.10 there's some extra info displayed in the stackframes. See this:
The maps with the error info and the spec failure are basically white noise and should probably be removed, although we might want to extract some info from the spec failure metadata.
See also the related clojure-emacs/cider#2443
@jeffvalk @clojure-emacs/cider Any thoughts/suggestions here?
The text was updated successfully, but these errors were encountered: