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

Consider passing outer unrecycled and recycle return value of .name_spec #1099

Closed
lionel- opened this issue May 12, 2020 · 0 comments · Fixed by #1220
Closed

Consider passing outer unrecycled and recycle return value of .name_spec #1099

lionel- opened this issue May 12, 2020 · 0 comments · Fixed by #1220

Comments

@lionel-
Copy link
Member

lionel- commented May 12, 2020

This is a bit surprising and causes bugs (see tidyverse/dplyr#5224):

vec_c(foo = c(1, 2), .name_spec = ~ print(list(.x, .y)))
#> [[1]]
#> [1] "foo" "foo"
#>
#> [[2]]
#> [1] 1 2
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 a pull request may close this issue.

1 participant