Skip to content

Commit c379db7

Browse files
🤖 [master] Bump the Pkg stdlib from 76070d295 to 1f16df404 (#53495)
1 parent b18a62d commit c379db7

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

‎base/file.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ function rm(path::AbstractString; force::Bool=false, recursive::Bool=false, allo
285285
@static if Sys.iswindows()
286286
if allow_delayed_delete && err.code==Base.UV_EACCES && endswith(path, ".dll")
287287
# Loaded DLLs cannot be deleted on Windows, even with posix delete mode
288-
# but they can be moved. So move out to allow the dir to be deleted
289-
# TODO: Add a mechanism to delete these moved files after dlclose or process exit
288+
# but they can be moved. So move out to allow the dir to be deleted.
289+
# Pkg.gc() cleans up this dir when possible
290290
dir = mkpath(delayed_delete_dir())
291291
temp_path = tempname(dir, cleanup = false, suffix = string("_", basename(path)))
292292
@debug "Could not delete DLL most likely because it is loaded, moving to tempdir" path temp_path
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c8077b74f0e37e3939f74367d9ab55cd
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d52830b86bb89d5831768214a4b1b0cc272a810d82f8fdcbf0ccad85085c999c626e75483f443f3d3db6cc29f6fe1bba17c33ef3fffceb5fbcc1e2909b0517cc

‎deps/checksums/Pkg-76070d295fc4a1f27f852e05400bbc956962e084.tar.gz/md5

-1
This file was deleted.

‎deps/checksums/Pkg-76070d295fc4a1f27f852e05400bbc956962e084.tar.gz/sha512

-1
This file was deleted.

‎stdlib/Pkg.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PKG_BRANCH = master
2-
PKG_SHA1 = 76070d295fc4a1f27f852e05400bbc956962e084
2+
PKG_SHA1 = 1f16df404a2fbe8642ea3eecc9f4d7064c400a73
33
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
44
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1

0 commit comments

Comments
 (0)