You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#331 moved us towards one preserve list per compilation unit, and removed our reliance on a global option, which had caused issues over the years (in particular, if we ever change the structure of it, we can completely bork anyone who vendored cpp11 and still used the old structure)
#364 moves us towards one preserve list per package
This would potentially allow easier debugging when tracking down memory issues.
Basically you would need to add a call to a function in
.onLoad()
that initializes the precious list for that package.For rmarkdown use cases we would use the cpp11 namespace to hold the list.
The text was updated successfully, but these errors were encountered: