-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Can we prettify how methods are printed as in #36026? #36129
Comments
Thank you, cool package! Though it still does not solve my concern: its printed message is not detailed, no types, no function locations, etc. |
Thanks for raising this issue. The output is still as you described in Julia 1.6.2, is there a useful label you could apply to the issue to help more people find it? Matt. |
In a sense a duplicate of #30110 |
Will be closed by #40251 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current output of
ClearStacktrace.jl
is pretty good. I just wonder if the same technique discussed in #36026 can be used on how methods are printed inmethods
andmethodswith
? Considering the different result types of them, maybe we need to redefine how methods are shown?The text was updated successfully, but these errors were encountered: