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

Remove PREXPR() usage (as much as we can) #1708

Open
lionel- opened this issue Apr 30, 2024 · 0 comments · May be fixed by #1747
Open

Remove PREXPR() usage (as much as we can) #1708

lionel- opened this issue Apr 30, 2024 · 0 comments · May be fixed by #1747

Comments

@lionel-
Copy link
Member

lionel- commented Apr 30, 2024

It's essential for tidyeval. One way forward might to add an expr + env accessor to base R. That would return a list instead of a quosure (the latter would be harder to get in base R) but we could build quosures from this.

These should be fixable:

  • SEXP tree walker. The memtools package still needs to traverse promises to find memory leaks but this package does not need to be on CRAN. So we can define the promise paths out based on a compilation flag. By default this would be commented out. Would fix vctrs.
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