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
set.Equal() currently checks the length of the owning set against
itself, so a.Equal(b) returns true if a is a superset of b, with no
further restriction.
This fixes the length check and adds unit tests to catch this case.
Signed-off-by: Stephen Kitt <[email protected]>
0 commit comments