mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
20ab64c0d9
1. logging at debug/rpc.go:105 was corrupting logs. 2. DocumentSymbol (a Server method) now returns []interface{}. 3. The latest version of the LSP changed CompletionItem.TextEdit to possibly be of the new type InsertReplaceEdit, so the generated Go code now has TextEdit an interface{} rather than a *TextEdit. This required a change to tests/util.go. 4. The latest version also introduced several other new types, and new members in some structs. Tests pass and the I've use the new gopls a little. Change-Id: Ic44d46f0c923882c9076c2754c1c85e09fbcaa2e Reviewed-on: https://go-review.googlesource.com/c/tools/+/222668 Run-TryBot: Peter Weinberger <pjw@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
---|---|---|
.. | ||
tests_cgo.go | ||
tests.go | ||
util.go |