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
rlei_test: don't assume iand or ior are always in-place
In TestRle16RandomInplaceIntersectAgainstOtherContainers014
and in TestAllContainerMethodsAllContainerTypesWithData067
don't assume that an `iand` or `ior` will be inplace. It's best effort.
Sometimes the resulting container can be of a different type.
Convey("each of the container methods that takes two containers should handle all 3x3==9 possible ways of being called -- and return results that agree with each other", t, func() {
0 commit comments