Tags: golang/tools
Tags
go/analysis/internal/checker: fix panic due to nil Pass This CL documents that that internal.Pass backdoor accessor function (renamed to ActionPass for clarity) may return nil if the action was never executed, and adds defensive checks. Also, remove go1.22 transitional iterator. Thanks to cuishang for reporting and investigating. Fixes golang/go#75358 Change-Id: I59a8ce5bfb6e3a25ba129c35f321930d6786f611 Reviewed-on: https://go-review.googlesource.com/c/tools/+/702375 Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
godoc: remove replace directive For golang/go#59056 Change-Id: I6a6a696487b880773fb4623e0f26f46554a80752 Reviewed-on: https://go-review.googlesource.com/c/tools/+/700895 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
cmd/godoc: remove replace directive For golang/go#59056 Change-Id: I6a6a696480b01a4a2f97635dbfeae5b4e12859c4 Reviewed-on: https://go-review.googlesource.com/c/tools/+/701075 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
[release-branch.0.25] gopls: fix the build with go1.25 Turn the compile-time error in AddExistingFiles into a runtime panic, and avoid it by delegating to the FileSet.AddExistingFiles method on go1.25. Also disable broken tests. Fewer test were broken here than in release-branch.0.24, because this branch include support for the new export data. for golang/go#74462 Change-Id: I430209b329ab88da676253e2bf5f66d1792078bd Reviewed-on: https://go-review.googlesource.com/c/tools/+/697339 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
[release-branch.0.24] gopls: fix the build with go1.25 Turn the compile-time error in AddExistingFiles into a runtime panic, and avoid it by delegating to the FileSet.AddExistingFiles method on go1.25. Also disable broken tests. Most of the breakage is related to go/packages or the importer, as there was an export data change that is not ported to this branch. for golang/go#74462 Change-Id: I430209b329ab88da676253e2bf5f66d1792078bd Reviewed-on: https://go-review.googlesource.com/c/tools/+/697337 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ifdb28c48f23b927c68daca02b9ebd94a750634ba Reviewed-on: https://go-review.googlesource.com/c/tools/+/694176 Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
gopls: update go.mod for v0.20.0-pre.2 This is an automated CL which updates the go.mod and go.sum. For golang/go#74655 Change-Id: I57b541c294a3eb26582e7bea1eca5458948f31c0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/691015 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
gopls: update go.mod for v0.20.0-pre.2 This is an automated CL which updates the go.mod and go.sum. For golang/go#74655 Change-Id: I57b541c294a3eb26582e7bea1eca5458948f31c0 Reviewed-on: https://go-review.googlesource.com/c/tools/+/691015 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
gopls: update go.mod for v0.20.0-pre.1 This is an automated CL which updates the go.mod and go.sum. For golang/go#74655 Change-Id: I2a585b1cf50e54d3f7173b3041618a8c4ce207ae Reviewed-on: https://go-review.googlesource.com/c/tools/+/688515 Auto-Submit: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Gopher Robot <[email protected]>
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: I4b1c0e2326b87dff6959536535554c42cfd2e59b Reviewed-on: https://go-review.googlesource.com/c/tools/+/687336 Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
PreviousNext