Skip to content
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

Improve MethodError type abreviation #55804

Open
oscardssmith opened this issue Sep 18, 2024 · 0 comments
Open

Improve MethodError type abreviation #55804

oscardssmith opened this issue Sep 18, 2024 · 0 comments
Labels
domain:display and printing Aesthetics and correctness of printed representations of objects. domain:error messages Better, more actionable error messages

Comments

@oscardssmith
Copy link
Member

Currently we print
image
which annoyingly abbreviates the 3rd argument where we need the eltype of the Vector to figure out why the method didn't match. Ideally, we would expand the type parameter for non-matching enteries only to the the point where they do not match.

@oscardssmith oscardssmith added domain:display and printing Aesthetics and correctness of printed representations of objects. domain:error messages Better, more actionable error messages labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:display and printing Aesthetics and correctness of printed representations of objects. domain:error messages Better, more actionable error messages
Projects
None yet
Development

No branches or pull requests

1 participant