Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from 8f772ffa7 to a0851bcfd (JuliaLang…
Browse files Browse the repository at this point in the history
…#54316)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 8f772ffa7
New commit: a0851bcfd
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@8f772ff...a0851bc

```
$ git log --oneline 8f772ffa7..a0851bcfd
a0851bcfd Relax overly-specific manifest tests (JuliaLang#3884)
299b77093 guard against isdir EACESS in completions (JuliaLang#3877)
b9c39a7be Merge pull request JuliaLang#3883 from JuliaLang/kc/resolve_tree_hash
8ab562f72 instantiate the test environment if it is in the current workspace when testing
1d961c1c9 get the correct manifest file for a workspace
e468facb5 allow `resolve` to download packages that have been deleted from disk but has a manifest entry
20ceec9b8 do not precompile full env on `using` callback from REPL (JuliaLang#3876)
195e17e3f Replace UnstableIO with IOContext{IO} (JuliaLang#3735)
00aa38cb3 add missing `**5.**` (JuliaLang#3870)
ac5672dad Revert "Move "Creating Packages" to Julia docs" (JuliaLang#3818)
```

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
DilumAluthgeBot and DilumAluthge committed May 2, 2024
1 parent 5dcd509 commit e637be1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
acfc54fd4d518b216cd94bdea22b11a8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
749c4daa93d8c53214e01d0794ba59d4d711a1f1d719aac98252b0d008f79cef23b4d4d503735b7fec4d9b8c567dd85efd25d5325c51d7e850c11c5998f2de28
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_BRANCH = master
PKG_SHA1 = 8f772ffa72d86c81f03cddce2e779d6b330414e3
PKG_SHA1 = a0851bcfd73aad084fe7b05919c8e6cfc5c1b7a4
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 comments on commit e637be1

Please sign in to comment.