-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Garbage collection issues #693
Comments
I will close this as there is absolutely nothing reproducible here. And an reprex with a pipe is not minimal. |
I know, I know... but this is the best I managed to do so far. Do you know if it is possible that a reference to an environment is still visible to the |
You need to talk to the folks who deal in pipes, and standard vs non-standard evaluation. We "just" have C++ code here that very much guarantees you that an destructor is executed (but in our context maybe only once I would imagine you might be able to construct something without Rcpp exhibiting the same behaviour. |
Initially, I reported this in tidyverse/magrittr#146 (see the reprex there, please). But after many attempts, I'm definitely unable to take Rcpp out of the equation, and I'm starting to think that the issue has something to do with it. I cross-post here so that the Rcpp gurus can take a look.
The text was updated successfully, but these errors were encountered: