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
Reading global variable is in general not SideEffectFree
* Global variables can have hooks with rb_define_hooked_variable()
and can do arbitrary things.
* $! (and $ERROR_INFO and $@) can access the backtrace of the exception,
so they are not safe for the BACKTRACES_OMIT_UNUSED optimization.
0 commit comments