Skip to content

Revert #5657 #5683

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
Feb 12, 2024
Merged

Revert #5657 #5683

merged 1 commit into from
Feb 12, 2024

Conversation

teunbrand
Copy link
Collaborator

This PR to the RC aims to fix a revdep bug.

Briefly, in #5657, we used vec_cbind() to preserve AsIs vectors. However, {vctrs} does not treat expressions as vectors. Any geom declaring an expression outside of aes() would fail. This PR restores the old subassignment method, but instead explicitly restores AsIs vectors.

@teunbrand teunbrand changed the base branch from main to rc/3.5.0 February 7, 2024 09:03
@teunbrand teunbrand added this to the ggplot2 3.5.0 milestone Feb 7, 2024
@teunbrand teunbrand requested a review from thomasp85 February 7, 2024 09:03
Copy link
Member

@thomasp85 thomasp85 left a comment

Choose a reason for hiding this comment

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

LGTM

@teunbrand teunbrand merged commit 9e67b94 into tidyverse:rc/3.5.0 Feb 12, 2024
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