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
Special-case comparisons of ranges in __checkBinaryOperation().
This PR adds an overload of `__checkBinaryOperation()` that is used when the
inputs are range expressions. Ranges do not play well with collection diffing
so we want to disable that functionality for them.
Resolves#639.
Resolves rdar://131122002.
Co-authored-by: @ricky-sharp
0 commit comments