Skip to content

Use DateCreated as homograph tie-breaker#376

Draft
myieye wants to merge 3 commits into
masterfrom
use-date-created-as-homograph-tie-breaker
Draft

Use DateCreated as homograph tie-breaker#376
myieye wants to merge 3 commits into
masterfrom
use-date-created-as-homograph-tie-breaker

Conversation

@myieye
Copy link
Copy Markdown
Contributor

@myieye myieye commented May 13, 2026

Extends the reassignment of homographs to OrderBy(HomographNumber).ThenBy(DateCreated).ThenBy(Guid), so that homograph re-ordering is easier to reason about.

The previous tie-break relied on OrderBy's stable sort over the homograph cache's dictionary insertion order, which is theoretically deterministic, but not intuitive.


This change is Reviewable

@myieye myieye force-pushed the use-date-created-as-homograph-tie-breaker branch from f33d3b1 to 4c6b837 Compare May 15, 2026 09:45
Base automatically changed from expose-correct-homograph-numbers to master May 19, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant