-
Notifications
You must be signed in to change notification settings - Fork 48
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
Investigate and remove Rf_findVarInFrame3
usage in environment
#367
Comments
Likely going to use And then likely going to use the new
I don't think there is anything we can do about this unless we get an iterator API for environments that doesn't add special behavior like this |
Lionel and I decided that for the proxy
https://github.com/wch/r-source/blob/0986e80068addc5c884d06580412ff2331436814/src/main/envir.c#L2305 And then for the fallback for older R versions we call After the enum / iterator API for environments is released, people will have more options if they want to manually implement more advanced behaviors than this "safe" way. |
cpp11/inst/include/cpp11/environment.hpp
Lines 37 to 51 in 1c9dbb6
The text was updated successfully, but these errors were encountered: