Skip to content

Fix hash and equality operations in acts ambiguity

I discovered that we use the wrong identifiers to evaluate the hash and equality of SourceLink in AmbiguityResolutionAlg. For the Acts ambiguity resolution to work correctly it is important that these operators are implemented correctly otherwise we will end up with random resolution.

Merge request reports