Skip to content

Commit

Permalink
🤖 [master] Bump the Pkg stdlib from 76070d295 to 1f16df404 (JuliaLang…
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthgeBot authored Feb 27, 2024
1 parent b18a62d commit c379db7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions base/file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ function rm(path::AbstractString; force::Bool=false, recursive::Bool=false, allo
@static if Sys.iswindows()
if allow_delayed_delete && err.code==Base.UV_EACCES && endswith(path, ".dll")
# Loaded DLLs cannot be deleted on Windows, even with posix delete mode
# but they can be moved. So move out to allow the dir to be deleted
# TODO: Add a mechanism to delete these moved files after dlclose or process exit
# but they can be moved. So move out to allow the dir to be deleted.
# Pkg.gc() cleans up this dir when possible
dir = mkpath(delayed_delete_dir())
temp_path = tempname(dir, cleanup = false, suffix = string("_", basename(path)))
@debug "Could not delete DLL most likely because it is loaded, moving to tempdir" path temp_path
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c8077b74f0e37e3939f74367d9ab55cd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d52830b86bb89d5831768214a4b1b0cc272a810d82f8fdcbf0ccad85085c999c626e75483f443f3d3db6cc29f6fe1bba17c33ef3fffceb5fbcc1e2909b0517cc

This file was deleted.

This file was deleted.

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 = 76070d295fc4a1f27f852e05400bbc956962e084
PKG_SHA1 = 1f16df404a2fbe8642ea3eecc9f4d7064c400a73
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 c379db7

Please sign in to comment.