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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
SourceLocation.GetHashCode() and SourceLocation.Equals() use different properties, a fairly basic no-no. problems are unlikely unless one of the source locations is corrupt. nonetheless this quirk should be removed.
in particular GetHashCode() ignores LineIndex and CharacterIndex while Equals() includes them in its comparison. Equals() is the odd one out because CompareTo() also ignores LineIndex and CharacterIndex.