-
-
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
get! on EnvDict does not convert Int to String anymore on 1.10.0-alpha1 #50472
Milestone
Comments
Probably the easiest approach is for us to fix the docs to instead say |
Isn't this a breaking change in public API? |
JeffBezanson
added a commit
that referenced
this issue
Aug 2, 2023
JeffBezanson
added a commit
that referenced
this issue
Aug 3, 2023
KristofferC
pushed a commit
that referenced
this issue
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Julia 1.9.2 both of these work
but on Julia 1.10.0-alpha1 I get
Background: on https://pkgdocs.julialang.org/v1/environments/#Automatic-Precompilation documentation suggests that one can set environment variable to an integer
ENV["JULIA_PKG_PRECOMPILE_AUTO"]=0
.The text was updated successfully, but these errors were encountered: