Skip to content

🤖 [master] Bump the Pkg stdlib from 992a8c27b to aead92e73 #49330

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

Conversation

DilumAluthgeBot
Copy link
Contributor

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 992a8c27b
New commit: aead92e73
Julia version: 1.10.0-DEV
Pkg version: 1.10.0
Bump invoked by: @IanButterworth
Powered by: BumpStdlibs.jl

Diff: JuliaLang/Pkg.jl@992a8c2...aead92e

$ git log --oneline 992a8c27b..aead92e73
aead92e73 precompile: improve no match error messaging (#3437)
79f5e3bc2 fix handling of relative paths in `bind_artifact!` (#3435)

@IanButterworth
Copy link
Member

cc. @aviatesk

@IanButterworth IanButterworth added the merge me PR is reviewed. Merge when all tests are passing label Apr 12, 2023
@aviatesk
Copy link
Member

Thx!

@IanButterworth IanButterworth added DO NOT MERGE Do not merge this PR! and removed merge me PR is reviewed. Merge when all tests are passing labels Apr 12, 2023
@IanButterworth
Copy link
Member

IanButterworth commented Apr 12, 2023

arg, I just realized this (specifically JuliaLang/Pkg.jl#3437) would break precompiling packages from higher environment stacks due to code load precomp now uses Pkg.precompile on master

(@v1.10) pkg> st
Status `~/.julia/environments/v1.10/Project.toml`
  [336ed68f] CSV v0.10.9

(@v1.10) pkg> activate --temp
  Activating new project at `/var/folders/_6/1yf6sj0950vcg4t91m9ltb5w0000gn/T/jl_suKAP4`

julia> using CSV
ERROR: No direct dependencies outside of the sysimage found matching ["CSV"]

Fix here JuliaLang/Pkg.jl#3439

@Keno
Copy link
Member

Keno commented Apr 12, 2023

I'm seeing that error on master already for some reason.

@IanButterworth
Copy link
Member

IanButterworth commented Apr 12, 2023

Ah yeah, there's two code paths. Pkg bump with a fix incoming

#49339

@DilumAluthge DilumAluthge deleted the BumpStdlibs/Pkg-aead92e73-master branch April 12, 2023 22:29
@DilumAluthge DilumAluthge removed the DO NOT MERGE Do not merge this PR! label Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants