Revert "internal/lsp/cache: disable GOPACKAGESDRIVER"#297
Conversation
This reverts commit 092357f.
|
This PR (HEAD: 0df6c91) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/tools/+/307169 to see it. Tip: You can toggle comments from me using the |
|
Message from Rebecca Stambler: Patch Set 1: Run-TryBot+1 Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Go Bot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=03c66b31 Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/tools/gopls-legacy/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Rebecca Stambler: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from kokoro: Patch Set 1: gopls-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Go Bot: Patch Set 1: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Heschi Kreinick: Patch Set 1: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Brandon Bennett: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Rebecca Stambler: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
|
Message from Steeve Morin: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/307169. |
Now that https://github.com/bazelbuild/rules_go has a working prototype of a `GOPACKAGESDRIVER`, it may be time to revert that commit. The draft implementation is at bazel-contrib/rules_go#2858. Change-Id: Ia738e8be448d936f8a3b2b421d0a765f94bbff52 GitHub-Last-Rev: 0df6c91 GitHub-Pull-Request: #297 Reviewed-on: https://go-review.googlesource.com/c/tools/+/307169 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Go Bot <gobot@golang.org>
|
This PR is being closed because golang.org/cl/307169 has been merged. |
Now that https://github.com/bazelbuild/rules_go has a working prototype of a
GOPACKAGESDRIVER, it may be time to revert that commit.The draft implementation is at bazel-contrib/rules_go#2858.