1
0
mirror of https://github.com/golang/go synced 2024-11-19 06:14:39 -07:00
go/internal/lsp/cmd
Ian Cottrell e2f00d1e07 internal/lsp: make pipe mode the default for command line tests
now there are no more race conditions in the jsonrpc or server code make
connected pipe (rather than direct API) the default in the tests to make
sure we stay clean.

Change-Id: Id1ffede795a660dbf7b265b9e0419c60cf83c6e8
Reviewed-on: https://go-review.googlesource.com/c/tools/+/170181
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-04-01 16:30:59 +00:00
..
check_test.go internal/lsp: make pipe mode the default for command line tests 2019-04-01 16:30:59 +00:00
check.go internal/lsp: adding command line access to diagnostics 2019-03-28 21:17:00 +00:00
cmd_test.go internal/lsp: make pipe mode the default for command line tests 2019-04-01 16:30:59 +00:00
cmd.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
definition_test.go internal/lsp: use main testdata folder 2019-03-26 19:49:56 +00:00
definition.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00
export_test.go internal/lsp: refactor query definition test to allow adding a new test 2019-03-18 20:06:54 +00:00
query.go internal/lsp/cmd: fix a nil pointer and some minor clean-up 2019-02-06 04:15:39 +00:00
serve.go internal/lsp: add the ability to log back to the client 2019-04-01 16:22:08 +00:00