commit | 69daaf961d656fa9386db3c8b1d77c4295e82947 | [log] [tgz] |
---|---|---|
author | Pontus Leitzler <leitzler@gmail.com> | Wed Nov 11 13:12:26 2020 +0100 |
committer | Robert Findley <rfindley@google.com> | Wed Nov 11 13:33:15 2020 +0000 |
tree | 7e887cf9412eb381b4c31fe9847e985d418c9fb6 | |
parent | 7099162a900ae8260c5b97cfaf5f374243dfa742 [diff] |
internal/lsp: do not treat failed go test commands as errors The "go test" command invoked via code action/code lens performs a ShowMessage callback to the client when the test is done. Previously it did set severity to "Error" when the test failed, but a failing test isn't a error condition per se. This changes the result to be of severity Info for both successful and failed test invocations. Change-Id: Ib76558d98a434c706823617b9901a88e53864319 Reviewed-on: https://go-review.googlesource.com/c/tools/+/269257 Run-TryBot: Pontus Leitzler <leitzler@gmail.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> Trust: Daniel Martà <mvdan@mvdan.cc>
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.