Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spec.__str__: use full hash (spack#47322)
The idea is that `spack -e env add ./concrete-spec.json` would list the full hash in the specs, so that (a) it's not ambiguous and (b) it could in principle results in constant time lookup instead of linear time substring match in large build caches.
- Loading branch information