mirror of
https://github.com/golang/go
synced 2024-11-18 21:54:49 -07:00
3e6e7c4239
Our original caching plan was to use only the file ParseGoHandles as cache keys to define a given package. However, because of package test variants, we cannot rely on files alone. A package may have the exact same set of files, but be a test variant. Add the ID to the key to avoid clobbering entries in the cache. Also, remove the unused metadata ID cache. Change-Id: I4b33de1f83f6c769d23441e98a2a7324ff0fa1b0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/194571 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com> |
||
---|---|---|
.. | ||
apidiff | ||
fastwalk | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
module | ||
semver | ||
span | ||
telemetry | ||
testenv | ||
tool | ||
txtar | ||
xcontext |