Skip to content

Conversation

@DilumAluthgeBot
Copy link
Contributor

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 2141bf17f
New commit: 56e16ea22
Julia version: 1.14.0-DEV
Pkg version: 1.14.0
Bump invoked by: @Keno
Powered by: BumpStdlibs.jl

Diff: JuliaLang/Pkg.jl@2141bf1...56e16ea

$ git log --oneline 2141bf17f..56e16ea22
56e16ea22 Fix more test cases for base CI (#4531)
0369c9363 Isolate more tests (#4528)
3bc7bff5c Propagate syntax version from Project to Manifest (#4520)
77db067f8 Publicize `Apps` (#4524)
f370106a4 CI: Fix duplicate CI jobs on backports PRs (#4521)
1918a7624 ensure REPLExt is precompiled before we disallow it (#4517)
901e5f0f2 finish deprecating collect_delay (#4516)
854ac75ed Use `Sys.STDLIB` instead of hardcoding path to Julia stdlib (#4515)
0c7013bfa Fix some tests when run in base (#4499)
31ae9601a  fix: work around string indexing issues in windows drive letter detection
bf67f6342 test: isolate more tests that call subprocesses (#4504)
7302e1960 avoid some overhead from Tar.jl when unpacking the registry (#4505)
101997edf keep using gzip on Windows for the registry (#4496)
db3e6f0b4 use the same value of `--check-bounds` as the process (#4494)
e0af33508 only propagate paths in sources for fixed packages if they actually exist (#4503)
d3c44751b Fix formatting of warning admonition (#4498)
10fc1126a show the original libgit2 error message which includes the `insteadOf` url (#4501)
7874cbd4f Merge pull request #4500 from JuliaLang/kc/substring
88a46e68f fix building packages on app add (#4491)
87a86dcfc use shallow clones for registry/packages (when supported by LibGit2) (#4487)
efe1eaf7a stop "uncompressing" registry data (#4470)
ca5b0896a Improve docs for test-specific deps with workspace approach (#4490)
c1fee0e60 fix relative paths in Apps for dev (#4481)
e6b1d0b24 Bump version from 1.13.0 to 1.14.0 (#4485)

@Keno
Copy link
Member

Keno commented Nov 24, 2025

Test failure here is now caused by the stdlib_dependencies test installing the registry in the broken place before the Pkg tests finish.

Keno added a commit that referenced this pull request Nov 25, 2025
Otherwise we try to install the Pkg into the stdlib depot, which
corrupts state for Pkg tests. If the test is run manually from
`Base.runtests` in a deployed setting, it'll be skipped unless
manually installed by the user. This matches how Pkg.jl handles
this. After this merges, we should tweak CI to pre-install the
packages for both this and the Pkg.jl tests.

Fixes intermittent failures in #60222
@IanButterworth

This comment was marked as resolved.

Keno added a commit that referenced this pull request Nov 25, 2025
Otherwise we try to install the Pkg into the stdlib depot, which
corrupts state for Pkg tests. If the test is run manually from
`Base.runtests` in a deployed setting, it'll be skipped unless
manually installed by the user. This matches how Pkg.jl handles
this. After this merges, we should tweak CI to pre-install the
packages for both this and the Pkg.jl tests.

Fixes intermittent failures in #60222
Keno added a commit that referenced this pull request Nov 25, 2025
Otherwise we try to install the Pkg into the stdlib depot, which
corrupts state for Pkg tests. If the test is run manually from
`Base.runtests` in a deployed setting, it'll be skipped unless
manually installed by the user. This matches how Pkg.jl handles
this. After this merges, we should tweak CI to pre-install the
packages for both this and the Pkg.jl tests.

Fixes intermittent failures in #60222
@DilumAluthgeBot DilumAluthgeBot deleted the BumpStdlibs/Pkg-56e16ea22-master branch November 25, 2025 08:28
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.

3 participants