-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Pkg.instantiate(io=...)
error on Julia 1.6.0
#2490
Comments
Ah, it looks like @IanButterworth may have already fixed this in Can that fix be backported to julia-1.6.1? |
Hm, I don't really see how that PR would fix it. |
Wrong link sorry. #2402 was the one. |
Now backported to #2425 |
Beautiful, thanks Ian :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a bug with
_auto_precompile
being passed the wrong arguments ifPkg.instantiate
is used with theio
keyword argument. With a minimal project and manifest for a package which hasn't yet been installed on the machine:Project
Manifest:
Calling
instantiate()
as follows causes a crash:The text was updated successfully, but these errors were encountered: