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
Change autoTuplingEnabled to only apply to tupling
Untupling of infix operators is no longer under the noAutoTupling language feature.
Instead, we always untuple if the infix operator is not unary. The idea is that, going
forward we will gradually remove infix operators that are not unary. Once that is done
completely, and there are no more backwards compatibility concerbs, the code to untuple
arguments of infix operations will become dead code and can be removed.
0 commit comments