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

Feature request: group ambiguities by function #226

Closed
fingolfin opened this issue Oct 31, 2023 · 1 comment · Fixed by #233
Closed

Feature request: group ambiguities by function #226

fingolfin opened this issue Oct 31, 2023 · 1 comment · Fixed by #233
Labels
enhancement New feature or request
Milestone

Comments

@fingolfin
Copy link
Member

Right now ambiguities seem to be reported in a seemingly arbitrary order (perhaps the order they are encountered in?)

I am looking at a project which has 130 ambiguities (too many sigh). To get a better overview, it would be kinda nice if the ambiguities were group by function: i.e. first all ambiguities in function aaaaa (if that existed), then those in bbbbb, etc. (just using sort on the function names -- if they are "weird" or involve kwarg or whatever, fine, sort them whatever way, but however it is it won't be worse than what we have right now, IMHO).

@lgoettgens lgoettgens added the enhancement New feature or request label Oct 31, 2023
@lgoettgens lgoettgens added this to the 0.8 milestone Oct 31, 2023
@lgoettgens
Copy link
Collaborator

I'll make a PR later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants