commit | a0f4b7b83eb1f9da2e6f2ce1d4d272898c1efa16 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Tue May 18 20:07:58 2021 -0400 |
committer | Robert Findley <rfindley@google.com> | Wed May 19 14:12:35 2021 +0000 |
tree | 80087e42fe29883b826565149a3a83c5f54e49ed | |
parent | f451690e36862fa90368d14a7b083707cdbc5bfc [diff] |
internal/lsp/lsprpc: implement cancellation using jsonrpc2_v2 Use the jsonrpc2_v2 Preemption option to support request cancellation. Also fix the TestRequestCancellation to actually test request cancellation, and add a V2 version of this test. For now, the ForwardBinder is not exercised. Factor out test set-up and tear down. Change-Id: Ic104e922fa2d0ae570b69c3928e371175db28a9f Reviewed-on: https://go-review.googlesource.com/c/tools/+/321014 Trust: Robert Findley <rfindley@google.com> Trust: Ian Cottrell <iancottrell@google.com> Run-TryBot: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc
and vet
for example, are included in binary Go distributions.
Others, including the Go guru
and the test coverage tool, can be fetched with go get
.
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
The easiest way to install is to run go get -u golang.org/x/tools/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools
.
This repository uses prettier to format JS and CSS files.
The version of prettier
used is 1.18.2.
It is encouraged that all JS and CSS code be run through this before submitting a change. However, it is not a strict requirement enforced by CI.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/tools/(your subdir):” in the subject line, so it is easy to find.