Skip to content

chore(Internal): Remove the superseded cmp_keys#902

Open
iamrecursion wants to merge 1 commit intonextfrom
remove-cmp-keys
Open

chore(Internal): Remove the superseded cmp_keys#902
iamrecursion wants to merge 1 commit intonextfrom
remove-cmp-keys

Conversation

@iamrecursion
Copy link
Collaborator

@iamrecursion iamrecursion commented Mar 16, 2026

Describe your changes

This function was superseded by the change in #847 to have Word compare lexicographically. This commit removes the last few uses and replaces them with calls to the Ord implementation for Word instead, simplifying the codebase.

Closes #901. No changelog because the function was never public-facing.

Checklist before requesting a review

  • Repo forked and branch created from next according to naming convention.
  • Commit messages and codestyle follow conventions.
  • Relevant issues are linked in the PR description.
  • Tests added for new functionality.
  • Documentation/comments updated according to changes.

@iamrecursion iamrecursion requested a review from huitseeker March 16, 2026 17:58
@iamrecursion iamrecursion self-assigned this Mar 16, 2026
@iamrecursion iamrecursion added the no changelog This PR does not require an entry in the `CHANGELOG.md` file label Mar 16, 2026
This function was superseded by the change in #847 to have `Word`
compare lexicographically. This commit removes the last few uses and
replaces them with calls to the `Ord` implementation for `Word` instead,
simplifying the codebase.
@iamrecursion iamrecursion marked this pull request as ready for review March 16, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no changelog This PR does not require an entry in the `CHANGELOG.md` file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove cmp_keys

1 participant