-
Notifications
You must be signed in to change notification settings - Fork 92
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
Incompatibility with Julia 1.12 due to missing Base.module_keys
#614
Comments
Will there be a replacement ? |
This was changed in JuliaLang/julia#56329, my understanding is that |
Another option to consider is Here are some links to show how Of course, all of these functions seems to be private. Ideally one could find an alternative that's in the public API? |
Since I haven't needed to drop support for julia 1.6, yet, I went with I'd love an alternative using public API only, but that's no reason to leave it broken until then. A new release with fix should hopefully be out later today. |
There are a couple places where JLD2 currently depends on
Base.module_keys
:https://github.com/search?q=repo%3AJuliaIO%2FJLD2.jl%20module_keys&type=code
This function is no longer available on nightly (1.12) versions of Julia, which makes JLD2 incompatible.
The text was updated successfully, but these errors were encountered: