You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 inbbbbb
, etc. (just usingsort
on the function names -- if they are "weird" or involvekwarg
or whatever, fine, sort them whatever way, but however it is it won't be worse than what we have right now, IMHO).The text was updated successfully, but these errors were encountered: