Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Index.Basic: avoid Name.quickCmp when comparing IndexMatchLocations
Name.quickCmp makes name comparisons less predictable since for names containing a numeric part, such as `_uniq.123`, the numeric part is considered first. This was probably the cause of flakiness in `AesopTest.RulePattern`, where the order of forward hypotheses would change due to seemingly unrelated changes.
- Loading branch information