1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:04:42 -07:00
go/internal/lsp
Rebecca Stambler ebdbadb46e internal/lsp: fix LSP tests to be compatible with Go 1.10
Change golang/go#145697 added tests for diagnostics in the LSP implementation,
but these test did not work with Go 1.10. This change skips tests that
require Go 1.11.

Change-Id: I52bd2df484b5786395edac2c1c8592c83ac1aaa4
Reviewed-on: https://go-review.googlesource.com/c/147439
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-11-05 19:42:43 +00:00
..
protocol internal/lsp: the core lsp protocol 2018-09-25 15:17:08 +00:00
testdata/diagnostics internal/lsp: fix LSP tests to be compatible with Go 1.10 2018-11-05 19:42:43 +00:00
diagnostics_test.go internal/lsp: fix LSP tests to be compatible with Go 1.10 2018-11-05 19:42:43 +00:00
diagnostics.go internal/lsp: use packagestest markers to test diagnostics 2018-11-02 21:57:01 +00:00
format.go internal/lsp: add support for publishing diagnostics 2018-10-22 21:17:51 +00:00
server.go internal/lsp: use packagestest markers to test diagnostics 2018-11-02 21:57:01 +00:00
view.go internal/lsp: use packagestest markers to test diagnostics 2018-11-02 21:57:01 +00:00