-
Notifications
You must be signed in to change notification settings - Fork 6
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
Julia v1.9 compatibility? #19
Comments
simeonschaub
added a commit
to JuliaLang/Pkg.jl
that referenced
this issue
Apr 5, 2023
This got broken in #3235. Fixes JuliaPackaging/ArtifactUtils.jl#19
simeonschaub
added a commit
to JuliaLang/Pkg.jl
that referenced
this issue
Apr 5, 2023
This got broken in #3235. Fixes JuliaPackaging/ArtifactUtils.jl#19
KristofferC
pushed a commit
to JuliaLang/Pkg.jl
that referenced
this issue
Apr 11, 2023
This got broken in #3235. Fixes JuliaPackaging/ArtifactUtils.jl#19
IanButterworth
pushed a commit
to IanButterworth/Pkg.jl
that referenced
this issue
Apr 11, 2023
This got broken in JuliaLang#3235. Fixes JuliaPackaging/ArtifactUtils.jl#19 (cherry picked from commit 79f5e3b)
Addressed by JuliaLang/Pkg.jl#3435, should be fixed in the official 1.9 release |
Thanks @simeonschaub ! |
IanButterworth
added a commit
to JuliaLang/Pkg.jl
that referenced
this issue
Apr 13, 2023
Co-authored-by: Stefan Karpinski <stefan@karpinski.org> Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com> fix minor print bug (#3431) fix handling of relative paths in `bind_artifact!` (#3435) Fixes JuliaPackaging/ArtifactUtils.jl#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does ArtifactUtils.jl need an update for Julia v1.9? With v1.9.0-rc1 is always get an
ERROR: ArgumentError: "" is not a directory
(v1.8 works fine, of course):The text was updated successfully, but these errors were encountered: