Skip to content

Commit e2cc5a1

Browse files
committed
gopls/integration/regtest: move regtests to the gopls module
Regtests are slow, and make `go test ./internal/lsp/...` slow. Also, having them in the tools module means they can't use staticcheck, go-diff, etc. Move them to the gopls module. This means that they're annoying to work with unless you open the gopls module, but hopefully that annoyance will be gone soon when we support multi-module workspaces. For golang/go#39384 Change-Id: Ib99c994ffdac56d4da13af981ad397a90a7523af Reviewed-on: https://go-review.googlesource.com/c/tools/+/252682 Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
1 parent 76a6aac commit e2cc5a1

27 files changed

+1
-0
lines changed

gopls/go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.13
55
require (
66
github.com/sergi/go-diff v1.1.0
77
golang.org/x/tools v0.0.0-20200828161849-5deb26317202
8+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
89
honnef.co/go/tools v0.0.1-2020.1.5
910
mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d
1011
mvdan.cc/xurls/v2 v2.2.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)