Given that named_caches should be append-only, wha...
# development
h
Given that named_caches should be append-only, what is the philosophical opposition to allowing it to poke into folders outside of
~/.cache/pants
? As part of https://github.com/pantsbuild/pants/issues/13390, I think it'd be sweet if Pants could share the
GOPATH
(downloaded modules) already on your machine. Ditto pip
If it weren't append-only, I get it: breaks reproducible builds