summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-10-04 09:33:22 +0200
committerGitHub <noreply@github.com>2021-10-04 07:33:22 +0000
commite91815de7cfe7a058cc8cb664f4a5a64329fb6f4 (patch)
treeac3c1743a2fa4531d9ffb3d2e88b76e7479b6b79 /lib
parentbaa50c66797550547ea449434430df1d33547f3b (diff)
downloadspack-e91815de7cfe7a058cc8cb664f4a5a64329fb6f4.tar.gz
spack-e91815de7cfe7a058cc8cb664f4a5a64329fb6f4.tar.bz2
spack-e91815de7cfe7a058cc8cb664f4a5a64329fb6f4.tar.xz
spack-e91815de7cfe7a058cc8cb664f4a5a64329fb6f4.zip
Update Spec.full_hash docstring (#26456)
The docstring is outdated since #21735 when the build hash has been included in the full hash.
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/spec.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/spack/spack/spec.py b/lib/spack/spack/spec.py
index 9fa97f3340..15df0e69cd 100644
--- a/lib/spack/spack/spec.py
+++ b/lib/spack/spack/spec.py
@@ -1544,10 +1544,7 @@ class Spec(object):
"""Hash to determine when to rebuild packages in the build pipeline.
This hash includes the package hash, so that we know when package
- files has changed between builds. It does not currently include
- build dependencies, though it likely should.
-
- TODO: investigate whether to include build deps here.
+ files has changed between builds.
"""
return self._cached_hash(ht.full_hash, length)