diff options
| author | Michael Matloob <matloob@golang.org> | 2023-04-07 21:13:30 -0400 |
|---|---|---|
| committer | Michael Matloob <matloob@golang.org> | 2023-04-10 22:33:50 +0000 |
| commit | 7275b17ebf147bc399e129b1605138b5ce166b7d (patch) | |
| tree | 32ec1f09bb80b9cf2670b33f422d153f739daebc /src/cmd/doc/testdata | |
| parent | 369d7119de19751f3adf751eba26d24371f1c799 (diff) | |
| download | go-7275b17ebf147bc399e129b1605138b5ce166b7d.tar.xz | |
cmd/go: localize computation of deps/depserrors in list
Stop depending on DepsErrors to report errors to the user and instead
only use it and compute it in list. Instead, use Incomplete to figure
out when a package or its depencies have an error, and only if they
do, do the work of finding all those errors.
For #59157
Change-Id: Ied927f53e7b1f66fad9248b40dd11ed960b3ef91
Reviewed-on: https://go-review.googlesource.com/c/go/+/483495
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'src/cmd/doc/testdata')
0 files changed, 0 insertions, 0 deletions
