From a6bebb63300348d0197a9e56fd9c22f080e31930 Mon Sep 17 00:00:00 2001 From: Jordan Christiansen Date: Mon, 24 Feb 2020 22:54:42 +0000 Subject: [PATCH] gopls/doc: Clear out fixed issues I was checking on the status of the known issues, and I noticed that some are already fixed. I checked each one and culled the list. Change-Id: I178cb5fdc3aa21e658c3ffd8bf558d5c48c5528f GitHub-Last-Rev: b0135c2c6e95395026641ce8214f08a2aa623d92 GitHub-Pull-Request: golang/tools#211 Reviewed-on: https://go-review.googlesource.com/c/tools/+/220681 Reviewed-by: Heschi Kreinick Run-TryBot: Heschi Kreinick TryBot-Result: Gobot Gobot --- gopls/doc/status.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/gopls/doc/status.md b/gopls/doc/status.md index 740a09db61..435b9ec634 100644 --- a/gopls/doc/status.md +++ b/gopls/doc/status.md @@ -21,26 +21,17 @@ missing features ## Known issues -1. Cursor resets to the beginning or end of file on format: [#31937] 1. Editing multiple modules in one editor window: [#32394] -1. Language features do not work with cgo: [#32898] +1. Type checking does not work in cgo packages: [#35721] 1. Does not work with build tags: [#29202] -1. Find references and rename only work in a single package: [#32869], [#32877] -1. Completion does not work well after go or defer statements: [#29313] -1. Changes in files outside of the editor are not yet tracked: [#31553] +1. Find references and rename only work in a single package: [#32877] [x/tools]: https://github.com/golang/tools [golang.org/x/tools/gopls]: https://github.com/golang/tools/tree/master/gopls [golang.org/x/tools/internal/lsp]: https://github.com/golang/tools/tree/master/internal/lsp -[#31937]: https://github.com/golang/go/issues/31937 [#32394]: https://github.com/golang/go/issues/32394 -[#32898]: https://github.com/golang/go/issues/32898 +[#35721]: https://github.com/golang/go/issues/35721 [#29202]: https://github.com/golang/go/issues/29202 -[#32869]: https://github.com/golang/go/issues/32869 [#32877]: https://github.com/golang/go/issues/32877 -[#29313]: https://github.com/golang/go/issues/29313 -[#31553]: https://github.com/golang/go/issues/31553 - -