-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Can't deserialize something from an anonymous module #48872
Comments
Or perhaps this is expected since |
If you do
So either |
If we can detect an anonymous module (which we probably can by seeing that its binding doesn't exist or doesn't point to it), we could handle its functions like anonymous functions in Main, i.e. serialize them by contents instead of name. Would that be useful in this situation? |
Ah yeah, that would be helpful. |
Yeah, I think this would also resolve the Documenter.jl error cross-referenced above, thanks. |
It seems like this should be able to work?
The text was updated successfully, but these errors were encountered: