diff options
author | Todd Gamblin <gamblin2@llnl.gov> | 2022-05-16 02:36:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 11:36:41 +0200 |
commit | 0fdc3bf4202d3c7e953a2dba74009460fb6761d1 (patch) | |
tree | 68c11e9ad8dcefc29b6666c0adb0285e351c1b8e /.github/workflows | |
parent | 8b34cabb16fcf80beb58c56cb133636713f09278 (diff) | |
download | spack-0fdc3bf4202d3c7e953a2dba74009460fb6761d1.tar.gz spack-0fdc3bf4202d3c7e953a2dba74009460fb6761d1.tar.bz2 spack-0fdc3bf4202d3c7e953a2dba74009460fb6761d1.tar.xz spack-0fdc3bf4202d3c7e953a2dba74009460fb6761d1.zip |
bugfix: use deterministic edge order for `spack graph` (#30681)
Previously we sorted by hash values for `spack graph`, but changing hashes can make the
test brittle and the node order seem nondeterministic to users.
- [x] Sort nodes in `spack graph` by the default edge order, which takes into account
parent and child names as well as dependency types.
- [x] Update ASCII test output for new order.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions