mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
c7475b9d7f
The current implementation has a number of helper functions that have to thread through context, errors, converters, etc. Simplify the code by factoring out the conversion to a protocol range into a final step. There are probably further improvements that can be made too. As part of debugging, I noticed that the cmdtest server does not get shutdown once tests finish, which leads to excessive logging. Is closing the test server connection enough to trigger shutdowns? It doesn't seem to be. Change-Id: Ia67666f6b8debccd120795bb24bd089620c0a87b Reviewed-on: https://go-review.googlesource.com/c/tools/+/238377 Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> |
||
---|---|---|
.. | ||
code_lens.go | ||
comment_test.go | ||
comment.go | ||
completion_builtin.go | ||
completion_format.go | ||
completion_keywords.go | ||
completion_labels.go | ||
completion_literal.go | ||
completion_snippet.go | ||
completion_statements.go | ||
completion.go | ||
deep_completion.go | ||
diagnostics.go | ||
folding_range.go | ||
format_test.go | ||
format.go | ||
highlight.go | ||
hover.go | ||
identifier.go | ||
implementation.go | ||
options.go | ||
references.go | ||
rename_check.go | ||
rename.go | ||
signature_help.go | ||
source_test.go | ||
symbols.go | ||
types_format.go | ||
util.go | ||
view.go | ||
workspace_symbol.go |