spack/lib/spack
Massimiliano Culpo 9d00e7d15d
Remove **kwargs from function signatures in llnl.util.filesystem (#34804)
Since we dropped support for Python 2.7, we can embrace using keyword only arguments 
for many functions in Spack that use **kwargs in the function signature. Here this is done 
for the llnl.util.filesystem module.

There were a couple of bugs lurking in the code related to typo-like errors when retrieving
from kwargs. Those have been fixed as well.
2023-01-10 14:23:42 +01:00
..
docs Fix building docs 2023-01-04 09:43:04 -08:00
env Control Werror by converting to Wno-error (#30882) 2022-11-23 12:29:17 -08:00
external Add vendored packages back 2023-01-04 09:43:04 -08:00
llnl Remove **kwargs from function signatures in llnl.util.filesystem (#34804) 2023-01-10 14:23:42 +01:00
spack style: Run mypy last (#34687) 2023-01-10 04:37:41 -08:00
spack_installable Use "vendoring" to manage 3rd party dependencies 2023-01-04 09:43:04 -08:00