Skip to content

Commit

Permalink
deps: update x/tools, gopls to 6d1e33f1 and go-internal to 86f73c51
Browse files Browse the repository at this point in the history
Note that this change also updates go-internal to 86f73c51 to be able to
run tests on go tip.

* internal/lsp: handle panic in hoverRune by using token.Pos 6d1e33f1
* internal/lsp/cache: keep going on failed analyzers c8db7616
* internal/lsp/analysis: add a useany analyzer 28479586
* go/pointer: skip tests that depend on an unstable API changed in Go 1.18 efaec4e6
* go/callgraph/vta: improve support for function value flow ecbcf3a2
* internal/lsp/analysis/implementmissing: add analyzer b98090b8
* internal/typeparams: update to the new Instances API 0d12d39b
* internal/typesinternal: document ReadGo116ErrorData fe076c89
* go/internal/gcimporter: add support for exporting the 1.18 export format 91c880c3
* gopls/doc: add instructions for the new "kokoro rerun" feature d2417d5c
* internal/lsp/templates: replace panic by logging 464a8874
* internal/lsp/diagnostics: avoid erroneous error message for orphaned files a0016a2a
  • Loading branch information
leitzler committed Sep 23, 2021
1 parent 72490a0 commit 5f53722
Show file tree
Hide file tree
Showing 15 changed files with 510 additions and 125 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 102 additions & 0 deletions cmd/govim/internal/golang_org_x_tools/lsp/analysis/useany/useany.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion cmd/govim/internal/golang_org_x_tools/lsp/cache/analysis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/govim/internal/golang_org_x_tools/lsp/cache/check.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5f53722

Please sign in to comment.