Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COPYDEF + savehook is broken for built-ins #34

Open
inexorabletash opened this issue Sep 24, 2014 · 0 comments
Open

COPYDEF + savehook is broken for built-ins #34

inexorabletash opened this issue Sep 24, 2014 · 0 comments

Comments

@inexorabletash
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant