diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2023-06-20 18:34:21 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2024-01-09 00:26:22 -0800 |
commit | d2a9e3f87111f8b9ab4106c764223cf3f8596cc9 (patch) | |
tree | fe23331971aedf9c705c7d205b71d377663ad82b /.gitignore | |
parent | 1bda594f70d611d52ef9bc372fef6418266c9a5e (diff) | |
download | spack-d2a9e3f87111f8b9ab4106c764223cf3f8596cc9.tar.gz spack-d2a9e3f87111f8b9ab4106c764223cf3f8596cc9.tar.bz2 spack-d2a9e3f87111f8b9ab4106c764223cf3f8596cc9.tar.xz spack-d2a9e3f87111f8b9ab4106c764223cf3f8596cc9.zip |
refactor: Index requirements by `when` spec
Part 3 of reworking all package metadata to key by `when` conditions.
Changes conflict dictionary structure from this:
{ (requirement_spec, ...): [(when_spec, policy, msg)] }
to this:
{ when_spec: [((requirement_spec, ...), policy, msg), ...] }
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions