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
Creating this issue following a discussion with @albttx on how to best implement what was started by @r3v4s in #891, std.TestSetPrevRealm.
What Albert and r3v4s are working on a is a TestSetPrevRealm function which would work similarly to the existing TestSetOrigCaller. However, since PrevRealm works on stack frames, for clarity and implementation simplicity, a system like the following might be better:
Creating this issue following a discussion with @albttx on how to best implement what was started by @r3v4s in #891,
std.TestSetPrevRealm
.What Albert and r3v4s are working on a is a
TestSetPrevRealm
function which would work similarly to the existingTestSetOrigCaller
. However, since PrevRealm works on stack frames, for clarity and implementation simplicity, a system like the following might be better:The text was updated successfully, but these errors were encountered: