-
- Downloads
package hash: gracefully handle @when with non-string args (#14153)
* when constructing package hash, default to including a method in the content hash if we can't determine whether it would be included by examining the AST * add a test for updated content-hash calculations * refactor content hash tests to eliminate repeated lines
Showing
- lib/spack/spack/test/packages.py 34 additions, 24 deletionslib/spack/spack/test/packages.py
- lib/spack/spack/util/package_hash.py 11 additions, 2 deletionslib/spack/spack/util/package_hash.py
- var/spack/repos/builtin.mock/packages/hash-test1/package.py 8 additions, 1 deletionvar/spack/repos/builtin.mock/packages/hash-test1/package.py
- var/spack/repos/builtin.mock/packages/hash-test3/package.py 42 additions, 0 deletionsvar/spack/repos/builtin.mock/packages/hash-test3/package.py
Please register or sign in to comment