go/gopls/test
pjw fe1c5480f5 gopls/test: it is safe to ignore json unmarshalling errors
This test checks that if a single value in the Initialize message
changes, the resulting unmarshalled struct changes in no more than
one place. The implication is that ignoring UnmarshalTypeErrors
in LSP processing is safer than causing a fatal error, which is the
current state.

Change-Id: I64bbf6f785c32fa7483966a117ac3b6f11d573be
Reviewed-on: https://go-review.googlesource.com/c/tools/+/310109
Run-TryBot: Peter Weinberger <pjw@google.com>
Trust: Peter Weinberger <pjw@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
2021-04-27 12:58:28 +00:00
..
debug internal/lsp: update to latest version of LSP protocol 2021-02-02 11:32:59 +00:00
gopls_test.go internal/lsp: run marker tests in multi-module mode 2020-09-25 18:05:33 +00:00
json_test.go gopls/test: it is safe to ignore json unmarshalling errors 2021-04-27 12:58:28 +00:00