Skip to content

Enforce consistent dictionary sorting #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Enforce consistent dictionary sorting #276

merged 1 commit into from
Mar 19, 2025

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Mar 19, 2025

Use byte-wise sorting to maintain consistent ordering across platforms. Previously, locale-dependent sorting on macOS caused mixed-case entries like "AddressSanitizer" to appear out of order relative to lowercase entries like "acct", due to differences in locale collation rules.

Change-Id: I7ec89957da8ec42ef0e570fd94a02d2aee24e637

Use byte-wise sorting to maintain consistent ordering across platforms.
Previously, locale-dependent sorting on macOS caused mixed-case entries
like "AddressSanitizer" to appear out of order relative to lowercase
entries like "acct", due to differences in locale collation rules.

Change-Id: I7ec89957da8ec42ef0e570fd94a02d2aee24e637
@jserv jserv merged commit 64b9f90 into master Mar 19, 2025
4 checks passed
@jserv jserv deleted the refine-dict-check branch March 19, 2025 04:33
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