diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2017-08-26 05:40:37 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-08-25 20:40:37 -0700 |
commit | 005b22aa8b8a68a5d0afe3fc3d06f8e1d85b35da (patch) | |
tree | 56d08af858426509f7720946b83b7c0e2c2fd250 /.gitignore | |
parent | 91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3 (diff) | |
download | spack-005b22aa8b8a68a5d0afe3fc3d06f8e1d85b35da.tar.gz spack-005b22aa8b8a68a5d0afe3fc3d06f8e1d85b35da.tar.bz2 spack-005b22aa8b8a68a5d0afe3fc3d06f8e1d85b35da.tar.xz spack-005b22aa8b8a68a5d0afe3fc3d06f8e1d85b35da.zip |
Removed default value for 'dirty' function argument. (#5109)
This change is done to avoid inconsistencies during refactoring. The rationale is that functions at different levels in the call stack all define a default for the 'dirty' argument. This PR removes the default value for all the functions except the top-level one (`PackageBase.do_install`).
In this way not defining 'dirty' will result in an error, instead of the default value being used. This will reduce the risk of having an inconsistent behavior after a refactoring.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions