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
TyperState#mergeConstraintWith: use the correct context
Previously, the code in the closure passed to `comparing` could have
been using the wrong context. I don't think this happened in practice so
far because comparingCtx was always equal to ctx but it will matter in the
next commit.
0 commit comments