go/gopls/internal/lsp/source
Robert Findley ec044b1a47 gopls: update dependencies following the v0.10.0 release
Update selected dependencies following the v0.10.0 release, excluding
sergi/go-diff and x/vuln.

Gofumpt@v0.4.0 requires go1.18, so link it selectively following the
pattern of staticcheck. While at it, clean up some things related to the
wiring of staticcheck and gofumpt support. Notably, in VS Code error
messages do not support formatting such as newlines or tabs.

Add a test for the conditional Gofumpt support.

For golang/go#56211

Change-Id: Id09fdcc30ad83c0ace11b0dea9a5556a6461d552
Reviewed-on: https://go-review.googlesource.com/c/tools/+/446736
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-11-04 16:52:27 +00:00
..
completion gopls/internal/lsp/source/completion: fix panic in completion on *error 2022-11-01 16:24:04 +00:00
add_import.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
api_json.go go/analysis/passes/loopclosure: enable analysis of parallel subtests 2022-11-03 17:48:16 +00:00
call_hierarchy.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
code_lens.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
comment.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
comment_go118.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
comment_go118_test.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
diagnostics.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
extract.go all: fix a few function names on comments 2022-10-10 13:22:38 +00:00
fix.go gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
folding_range.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
format.go gopls/internal/lsp/source: sort protocol edits 2022-10-11 18:07:12 +00:00
format_test.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
gc_annotations.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
highlight.go gopls/internal/lsp/source: don't type-check in FindPackageFromPos 2022-10-05 17:57:07 +00:00
hover.go gopls/internal/lsp/source: minor space optimizations 2022-10-31 19:44:01 +00:00
identifier.go gopls/internal/lsp/cache: better import path hygiene 2022-10-19 21:54:36 +00:00
identifier_test.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
implementation.go gopls/internal/lsp/source: find references in test packages 2022-10-11 14:54:39 +00:00
inlay_hint.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
known_packages.go gopls/internal/lsp/cache: better import path hygiene 2022-10-19 21:54:36 +00:00
options.go gopls: update dependencies following the v0.10.0 release 2022-11-04 16:52:27 +00:00
options_test.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00
references.go gopls/internal: support renaming packages with int. test variants 2022-10-20 17:36:38 +00:00
rename.go gopls/internal: support renaming packages with int. test variants 2022-10-20 17:36:38 +00:00
rename_check.go gopls/internal/lsp/cache: better import path hygiene 2022-10-19 21:54:36 +00:00
signature_help.go gopls/internal/lsp/source: don't type-check in FindPackageFromPos 2022-10-05 17:57:07 +00:00
source_test.go internal/diff: ToUnified may fail 2022-10-07 15:16:55 +00:00
stub.go gopls/internal/lsp/cache: better import path hygiene 2022-10-19 21:54:36 +00:00
symbols.go internal/lsp/source: derive document symbols from syntax alone 2022-09-23 13:51:08 +00:00
types_format.go gopls/internal/lsp/source: don't type-check in FindPackageFromPos 2022-10-05 17:57:07 +00:00
util.go gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
util_test.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
view.go gopls/internal: support renaming packages with int. test variants 2022-10-20 17:36:38 +00:00
workspace_symbol.go internal/lsp/source: optimize filter regular expression 2022-10-28 18:07:06 +00:00
workspace_symbol_test.go gopls: migrate internal/lsp to gopls/internal/lsp 2022-09-07 16:44:44 +00:00