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
The save hook tries to persist the definition of functions. Built-ins don't have serializable definitions, so trying to use the savehook from COPYDEF results in badness.
We probably need a new type of serialization for aliases.
The text was updated successfully, but these errors were encountered:
The save hook tries to persist the definition of functions. Built-ins don't have serializable definitions, so trying to use the savehook from
COPYDEF
results in badness.We probably need a new type of serialization for aliases.
The text was updated successfully, but these errors were encountered: