spack/lib/spack
John W. Parent d5c8864942
Windows bugfix: safe rename if renaming file onto itself (#43456)
* Generally use os.replace on Windows and Linux
* Windows behavior for os.replace differs when the destination exists
  and is a symlink to a directory: on Linux the dst is replaced and
  on Windows this fails - this PR makes Windows behave like Linux
  (by deleting the dst before doing the rename unless src and dst
  are the same)
2024-04-08 14:10:02 -07:00
..
docs Add handling of custom ssl certs in urllib ops (#42953) 2024-04-01 11:11:13 -07:00
env remove dpcpp compiler and package (#43418) 2024-04-03 15:34:23 -07:00
external Update archspec to v0.2.3 (#42854) 2024-03-12 09:31:15 +01:00
llnl Windows bugfix: safe rename if renaming file onto itself (#43456) 2024-04-08 14:10:02 -07:00
spack Windows bugfix: safe rename if renaming file onto itself (#43456) 2024-04-08 14:10:02 -07:00
spack_installable Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00