Tags: woojing/tools
Tags
gopls: update go.mod for v0.12.0 Update x/tools version. Updates golang/go#59818 Change-Id: I5c7866a1d850e48495dddfc7868a6e107ac33f19 Reviewed-on: https://go-review.googlesource.com/c/tools/+/488415 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> gopls-CI: kokoro <noreply+kokoro@google.com>
gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs This change introduces a new API function that (in effect) computes the path through intra-package edges to imported symbols, and re-expresses all the tests in terms of it. A follow-up change will implement SCC-based graph optimizations within the Refs operation, but this bridge allows us to keep the tests unchanged during that transition, for increased confidence. Change-Id: I6735bee2ae8b9b940514bfd7145ad69cd442f117 Reviewed-on: https://go-review.googlesource.com/c/tools/+/481783 Run-TryBot: Alan Donovan <adonovan@google.com> Auto-Submit: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
gopls/internal/regtest/bench: don't run the iwl test with -short The new InitialWorkspaceLoad benchmark relies on a memstats command that does not exist in the released version of gopls (v0.11.0). We're configuring x/benchmarks to run with -short, so use this to guard against breaking the benchmark suite with this new test. Change-Id: I64e673fca793c51bd17d0245330543402fd86ec8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/473677 Reviewed-by: Alan Donovan <adonovan@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Once this CL is submitted, and post-submit testing succeeds on all first-class ports across all supported Go versions, this repository will be tagged with its next minor version. Change-Id: I4837788c74cc58a98186c4517be6231efec17a8c Reviewed-on: https://go-review.googlesource.com/c/tools/+/466735 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
cmd/cover: remove replace directive This makes it so that 'go install golang.org/x/tools/cmd/cover@latest' will continue to work. ('go install pkg@version' does not allow replace directives.) For golang/go#56783. Change-Id: I9f899eee36ab4118367b0a3118f701b7b9a5cceb Reviewed-on: https://go-review.googlesource.com/c/tools/+/461656 gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Bryan Mills <bcmills@google.com>
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Once this CL is submitted, and post-submit testing succeeds on all first-class ports across all supported Go versions, this repository will be tagged with its next minor version. Change-Id: Id3eae495650a29b882a547a2523b82ce8f187445 Reviewed-on: https://go-review.googlesource.com/c/tools/+/460502 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Gopher Robot <gobot@golang.org>
gopls: gopls: update go.mod for v0.11.0-pre.3 For golang/go#57092 Change-Id: I29e4d0e97470c68a0c20039251e4ff3c9286ee12 Reviewed-on: https://go-review.googlesource.com/c/tools/+/457378 Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com>
gopls: gopls: update go.mod for v0.11.0-pre.3 For golang/go#57092 Change-Id: I29e4d0e97470c68a0c20039251e4ff3c9286ee12 Reviewed-on: https://go-review.googlesource.com/c/tools/+/457378 Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com>
gopls: update go.mod for v0.11.0-pre.2 For golang/go#57092 Change-Id: I9da17d109da4748793a04d37cadabe0ceb98d070 Reviewed-on: https://go-review.googlesource.com/c/tools/+/456757 gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopls/internal/lsp/fake: in (*Workdir).RenameFile, fall back to read … …+ write os.Rename cannot portably rename files across directories; notably, that operation fails with "invalid argument" on some Plan 9 filesystems. Fixes golang/go#57111. Change-Id: Ifd108bb58fa968fc2c8a21b99211a904d6d3d4e6 Reviewed-on: https://go-review.googlesource.com/c/tools/+/455515 Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com>
PreviousNext