diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2021-01-04 23:41:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 08:41:01 +0100 |
commit | 5ac05db917b9bcc9fa9c23b57d45da04fb1960e4 (patch) | |
tree | 399076817cb43acb3038a56946f53363b628f909 /.mypy.ini | |
parent | e6d462589f2437997c4d3c05305b89b986f7f57f (diff) | |
download | spack-5ac05db917b9bcc9fa9c23b57d45da04fb1960e4.tar.gz spack-5ac05db917b9bcc9fa9c23b57d45da04fb1960e4.tar.bz2 spack-5ac05db917b9bcc9fa9c23b57d45da04fb1960e4.tar.xz spack-5ac05db917b9bcc9fa9c23b57d45da04fb1960e4.zip |
concretizer: use consistent naming for compiler predicates (#20677)
Every other predicate in the concretizer uses a `_set` suffix to
implement user- or package-supplied settings, but compiler settings use a
`_hard` suffix for this. There's no difference in how they're used, so
make the names the same.
- [x] change `node_compiler_hard` to `node_compiler_set`
- [x] change `node_compiler_version_hard` to `node_compiler_version_set`
Diffstat (limited to '.mypy.ini')
0 files changed, 0 insertions, 0 deletions