-
-
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
Cannot serialize during __init__ #56916
Labels
bug
Indicates an unexpected problem or unintended behavior
packages
Package management and loading
regression 1.11
Regression in the 1.11 release
stdlib
Julia's standard library
Comments
nsajko
added
stdlib
Julia's standard library
bug
Indicates an unexpected problem or unintended behavior
packages
Package management and loading
regression 1.11
Regression in the 1.11 release
labels
Dec 28, 2024
|
Ah, but on 1.12 we cannot read the file that is written. Consider:
On the second run, this yields:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
packages
Package management and loading
regression 1.11
Regression in the 1.11 release
stdlib
Julia's standard library
On Version 1.11.2, serialization during
__init__
results in aKeyError
. Consider the following package:Running
using Foo
results in:The text was updated successfully, but these errors were encountered: