spack/lib/spack/llnl
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
..
util Windows bugfix: safe rename if renaming file onto itself (#43456) 2024-04-08 14:10:02 -07:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
path.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
string.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
url.py strip url: fix whl suffix, remove exe (#43344) 2024-03-25 13:46:09 +01:00