mirror of
https://github.com/golang/go
synced 2024-11-18 16:44:43 -07:00
33153249e7
Diagnostics runs cannot be canceled until they finish a package. If a user has a very expensive package, we may stack up diagnostics runs to the point where the machine runs out of memory. We see hints of this in various issues. To avoid that, only allow one diagnostics run at a time. We can change the limit later if we want. Updates golang/go#37223. Change-Id: Icd0eec4da936153306cf0a1f7175ae2b4b265272 Reviewed-on: https://go-review.googlesource.com/c/tools/+/219958 Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
apidiff | ||
fastwalk | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
span | ||
telemetry | ||
testenv | ||
tool | ||
xcontext |