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
When printing a table with {:?}, if it has __index set to itself, it overflows the stack by recursively printing itself
Not entirely sure what the desired behavior should be, especially since the cycles probably won't always be that simple? But right now, debug printing the wrong thing will cause it to crash 😬
The text was updated successfully, but these errors were encountered:
When printing a table with
{:?}
, if it has __index set to itself, it overflows the stack by recursively printing itselfNot entirely sure what the desired behavior should be, especially since the cycles probably won't always be that simple? But right now, debug printing the wrong thing will cause it to crash 😬
The text was updated successfully, but these errors were encountered: