Skip to content

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

@lionel-

Description

@lionel-

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions