diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2023-06-20 17:16:42 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2024-01-09 00:26:22 -0800 |
commit | 1bda594f70d611d52ef9bc372fef6418266c9a5e (patch) | |
tree | 4e10fd985003177bce72cf10425e10dd4a1b10cb /.mailmap | |
parent | 6542c94cc1e0cdb5f8c61936c78b74c46d7b6c01 (diff) | |
download | spack-1bda594f70d611d52ef9bc372fef6418266c9a5e.tar.gz spack-1bda594f70d611d52ef9bc372fef6418266c9a5e.tar.bz2 spack-1bda594f70d611d52ef9bc372fef6418266c9a5e.tar.xz spack-1bda594f70d611d52ef9bc372fef6418266c9a5e.zip |
refactor: Index conflicts by `when` spec
Part 2 of reworking all package metadata to key by `when` conditions.
Changes conflict dictionary structure from this:
{ conflict_spec: [(when_spec, msg), ...] }
to this:
{ when_spec: [(conflict_spec, msg), ...] }
Also attempts to consistently name the variables used to iterate over conflict
dictionaries.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions