Skip to content

Respond to upcoming changes in glue::glue_collapse() #310

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 4 commits into from
Mar 17, 2023

Conversation

jennybc
Copy link
Member

@jennybc jennybc commented Mar 14, 2023

In the next version of glue, glue::glue_collapse() will never return character() but instead will return "" for empty inputs. For more detail see tidyverse/glue#295.

This makes the necessary change inside cpp11 and places 2 temporary skips in the tests so cpp11 can be released before glue. Interestingly, this actually makes the tests match their existing descriptions.

I won't release glue for at least two weeks (so: March 31) and it will likely be later.

@jennybc jennybc changed the title Respond to changes proposed in https://github.com/tidyverse/glue/pull/295 Respond to upcoming changes in glue::glue_collapse() Mar 17, 2023
@jennybc jennybc marked this pull request as ready for review March 17, 2023 05:45
@jennybc jennybc requested a review from romainfrancois March 17, 2023 05:45
@jennybc
Copy link
Member Author

jennybc commented Mar 17, 2023

The CI failure doesn't appear to be associated with what's going on in this PR.

Copy link
Collaborator

@romainfrancois romainfrancois left a comment

Choose a reason for hiding this comment

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

Thanks @jennybc. I'll try to release cpp11 before glue

@romainfrancois romainfrancois merged commit 3c36f7f into main Mar 17, 2023
@jennybc jennybc deleted the glue-collapse-experiment branch September 22, 2023 23: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.

2 participants