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 think the issue here is that the set implementation does not retain the insertion order...so the iteration order is determined by the hash table. I don't think we want to guarantee that insertion order is used for iteration because it's harder to optimize #2569. Given this, I don't think we should treat this as a bug.
This is one we cannot fix by comparing using #3244...
The text was updated successfully, but these errors were encountered: