mirror of
https://github.com/golang/go
synced 2024-11-18 08:54:45 -07:00
5298e130f1
Previously, workdone reporting was managed by the goroutine(s) that compute diagnostics following a file change. The intention was to signal when diagnostics resulting from file changes were complete. This was buggy, in two ways: + When no snapshots are determined to require diagnosis, no work is reported. + If multiple snapshots required diagnosis, we'd get multiple work IDs. Fix this by lifting up the 'work' to the level of didModifyFiles. Change-Id: I73cf8bf9946dba777650bba9d4d18dad6954620e Reviewed-on: https://go-review.googlesource.com/c/tools/+/235738 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysisinternal | ||
apidiff | ||
event | ||
fakenet | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
proxydir | ||
span | ||
stack | ||
testenv | ||
tool | ||
xcontext |