r-lib / rlang

Low-level API for programming with R
https://rlang.r-lib.org
Other
502 stars 139 forks source link

Unnamed `exprs()` #1679

Closed krlmlr closed 8 months ago

krlmlr commented 8 months ago

Is this intended?

waldo::compare(rlang::syms(c("a", "b", "c")), rlang::exprs(a, b, c))
#> `names(old)` is absent
#> `names(new)` is a character vector ('', '', '')

Created on 2024-01-09 with reprex v2.0.2

Not sure if this has any practical consequence, it just seems inconsistent.

lionel- commented 8 months ago

It's more or less intended (by history).