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
re-disable isambiguous test when type-intersection fails
Removes a part of #36962 that was the source of major ire by several
users: This restores some abort code paths that I had put in place to
cause isambiguous to return incorrect answers in this particular case.
Even though the underlying algorithm can now deal with these cases
correctly, users were not pleased that the algorithm was now handling
these cases correctly and attacked with gusto.
Additionally, it fixes a performance bug in ml-matches, where I'd
accidentally set two flags in the wrong direction, which were still
conservatively correct, but prevented us from using the fast path.
0 commit comments