Skip to content
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

Switch to radix ordering in more places #6451

Merged
merged 3 commits into from
Sep 13, 2022

Conversation

DavisVaughan
Copy link
Member

@DavisVaughan DavisVaughan commented Sep 7, 2022

  • nth(order_by =)
  • with_order()

This means that vec_order_base() is now only used in the dplyr.legacy_locale code path of group_by(). And I might be able to remove that in another PR by using dplyr_order_legacy(), which is used in the arrange() legacy path. I'll take a look.

I did not feel like this needs a news bullet, because it is highly unlikely to affect much code, and we don't provide a way to opt out of this.

@DavisVaughan DavisVaughan requested a review from hadley September 7, 2022 19:58
Copy link
Member

@hadley hadley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably worth a news bullet even if it's just to jog our memories.

@DavisVaughan DavisVaughan merged commit cb79d15 into tidyverse:main Sep 13, 2022
@DavisVaughan DavisVaughan deleted the feature/base-to-radix branch September 13, 2022 16:43
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.

2 participants