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
This is not trivial, particularly because the function which would need to be called is log_all_msgs(), which constructs its own internal environment, and doing so immediately conflicts with the r_safe_env constructed and used by callr functions, so calling that via any callr process immediately errors. Need to entirely rewrite log_all_msgs() so the whole thing is constructed entirely within a callr environment.
The text was updated successfully, but these errors were encountered:
This is not trivial, particularly because the function which would need to be called is
log_all_msgs()
, which constructs its own internal environment, and doing so immediately conflicts with ther_safe_env
constructed and used bycallr
functions, so calling that via anycallr
process immediately errors. Need to entirely rewritelog_all_msgs()
so the whole thing is constructed entirely within acallr
environment.The text was updated successfully, but these errors were encountered: