1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:05:06 -07:00
go/internal/lsp/cmd
Rebecca Stambler 979d74e0bb internal/lsp: fix race condition in metadata handling
The metadata was being added to the cache before it was fully computed.

Change-Id: I6931476a715f0383f7739fa4e950dcaa6cbec4fe
Reviewed-on: https://go-review.googlesource.com/c/tools/+/204562
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-11-04 20:35:57 +00:00
..
test internal/lsp: fix race condition in metadata handling 2019-11-04 20:35:57 +00:00
check.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
cmd_test.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
cmd.go tools/gopls: add cmd support for symbols 2019-11-01 17:43:07 +00:00
definition.go internal/lsp: show errors when the user is in the wrong directory 2019-09-17 21:41:55 +00:00
export_test.go
format.go internal/lsp: address staticcheck warnings 2019-10-04 02:16:23 +00:00
imports.go tools/gopls: add command line support for imports 2019-10-29 17:11:47 +00:00
info.go internal/lsp: move PrintVersionInfo to the debug package 2019-06-03 15:29:06 +00:00
links.go tools/gopls: add command line support for links 2019-11-01 17:18:15 +00:00
query.go tools/internal/tool: refactor tool.Main() for testabilty 2019-09-19 22:27:22 +00:00
references.go tools/gopls: add cmd support for references 2019-10-25 16:51:12 +00:00
rename.go internal/lsp: remove edit fixups from rename now diff is functional 2019-10-10 20:19:05 +00:00
serve.go internal/lsp: cancel early 2019-10-22 07:49:31 +00:00
signature.go tools/gopls: add cmd support for signature 2019-10-31 22:07:37 +00:00
suggested_fix.go tools/gopls: add command line support for suggestedfix 2019-10-30 23:29:56 +00:00
symbols.go tools/gopls: add cmd support for symbols 2019-11-01 17:43:07 +00:00