spack/lib/spack/llnl/util
Peter Scheibel 38c8069ab4
filesystem.py: add max_depth argument to find (#41945)
* `find(..., max_depth=...)` can be used to control how many directories at most to descend into below the starting point
* `find` now enters every unique (symlinked) directory once at the lowest depth
* `find` is now repeatable: it traverses the directory tree in a deterministic order
2024-11-04 20:31:57 +01:00
..
tty ensure write_fd.close() isn't called when sys.std* cannot be redirected 2024-10-25 10:16:44 -07:00
__init__.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
argparsewriter.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
filesystem.py filesystem.py: add max_depth argument to find (#41945) 2024-11-04 20:31:57 +01:00
lang.py Spec.dependencies: allow to filter on virtuals (#47284) 2024-10-30 12:15:01 +01:00
link_tree.py Environment views: dependents before dependencies, resolve identical file conflicts (#42350) 2024-02-03 11:05:45 +01:00
lock.py Remove dead code (#43114) 2024-03-11 00:47:55 -07:00
multiproc.py Update copyright year to 2024 (#41919) 2024-01-02 09:21:30 +01:00
symlink.py link: directly bind to os.* on non-windows (#44400) 2024-05-27 13:37:04 +02:00