I guess I should add that I'm not using a remote c...
# general
r
I guess I should add that I'm not using a remote cache -- only the default
.cache
directory. But. I'm definitely seeing directories in .pants.d get re-used if the target is valid. (The results_dir variable is a path to a
current
symlink inside
.pants.d
. That symlink points to a directory with a hash that seems to have nothing to do with the cache key hash.) I'm observing the cache key hash changing, the vt stays valid because it's a previous cache key, and the results_dir
current
symlink remaining the same. Is this potentially a bug?