mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
807dcd8834
We had previously only added to a list of package IDs, rather than invalidating package IDs along with metadata. This is because we loaded packages by file, rather than by package path or workspace. Now that we load by workspace, we can invalidate package IDs. This will avoid the issue of lingering "command-line-arguments" IDs. Fixes golang/go#37213 Change-Id: I21830219efaf0df9531e9d811ccbc3f141c0cbcb Reviewed-on: https://go-review.googlesource.com/c/tools/+/220197 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> |
||
---|---|---|
.. | ||
apidiff | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
span | ||
telemetry | ||
testenv | ||
tool | ||
xcontext |