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

@myieyemyieye commented May 13, 2026

Copy link
Copy Markdown
Contributor

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
myieyeforce-pushed the use-date-created-as-homograph-tie-breaker branch from f33d3b1 to 4c6b837CompareMay 15, 2026 09:45
Base automatically changed from expose-correct-homograph-numbers to masterMay 19, 2026 18:24
Sign up for freeto 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

@myieye