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
prefer positive candidates over negative candidates
Right now, when we _know_ that a replacement utility exist, then we use
it immediately. However, if multiple match then we don't really know
what to do so up until now we just bailed.
But the funny part is that `-tracking-wide` and `tracking-tight` result
in the exact same signature.
In this situation, we pick the positive value instead of the negative
value. If at any point, multiple positive utilities exist, we bail
again. So this only covers the above scenario where a negative and
positive utility was present.
0 commit comments