x/tools/gopls: gopls was broken with the latest tip version #62163
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
go1.21.0 doesn't reproduce the problem, but the lastest tip version reproduces it
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
When I recompiled the latest tip version from the source code with src/all.bash and rebuilt gopls with the tip version, vim-go doesn't work with the gopls (for example,
:GoDef
command)What did you expect to see?
vim-go works with gopls
What did you see instead?
vim-go deosn't work with gopls.
Using git bisect command, I found that the following commit produces the problem.
The text was updated successfully, but these errors were encountered: