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

Unnamed exprs() #1679

Closed
krlmlr opened this issue Jan 9, 2024 · 1 comment
Closed

Unnamed exprs() #1679

krlmlr opened this issue Jan 9, 2024 · 1 comment

Comments

@krlmlr
Copy link
Member

krlmlr commented Jan 9, 2024

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-
Copy link
Member

lionel- commented Jan 9, 2024

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

@lionel- lionel- closed this as completed Jan 9, 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

No branches or pull requests

2 participants