Skip to content

fix: rust sorting provider order #1880

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 3 commits into from
Jun 10, 2025
Merged

Conversation

Saghen
Copy link
Owner

@Saghen Saghen commented Jun 9, 2025

When using the Rust sorting implementation, the sort was applied at the
provider level, rather than at the top level. This meant that the sort
wouldn't sorts items across providers, and instead would concatenate the
items from all the providers at the end, without sorting.

Closes #1876
Closes #1846

Saghen added 2 commits June 9, 2025 14:25
When using the Rust sorting implementation, the sort was applied at the
provider level, rather than at the top level. This meant that the sort
wouldn't sorts items across providers, and instead would concatenate the
items from all the providers at the end, without sorting.
@Saghen Saghen force-pushed the fix/rust-sorting-provider-order branch from 35ad498 to 8c4cc47 Compare June 9, 2025 19:30
@Saghen Saghen merged commit 8d0b89b into main Jun 10, 2025
6 checks passed
@Saghen Saghen deleted the fix/rust-sorting-provider-order branch June 10, 2025 18:31
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.

items sorting across sources does not respect score Error: user-provided comparison function does not correctly implement a total order
1 participant