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
Do not call assign_from_json if not in symbol_table
The assign_from_json will fail with an invariant failure if it is called
on a method name that does not exist in the symbol table so we should be
carreful when calling it.
0 commit comments