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
Path comparison is dangerous because a != b does not implies !equivalents(a, b)
Maybe we should ban path comparison using == and provide an explicit function
The text was updated successfully, but these errors were encountered:
Path comparison is dangerous because
a != b
does not implies!equivalents(a, b)
Maybe we should ban path comparison using == and provide an explicit function
The text was updated successfully, but these errors were encountered: