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
I verified that the initial order in which eligible alternatives are presented to the `rank` function is
non-deterministic. I believe that's because the implicit scope logic uses identity hashmaps which do not
have a stable traversal. The warning messages depend on the order of eligible alternatives, so they are
non-deterministic, too.
0 commit comments