Skip to content

x/tools/gopls: SignatureHelp bug reported by telemetry #64245

Not planned
@adonovan

Description

@adonovan

This stack S-zlGg, _mSPWg was reported by telemetry:

SignatureHelp:72 is

return nil, 0, bug.Errorf("call to unexpected built-in %v (%T)", obj, obj)
gopls/bug
golang.org/x/tools/gopls/internal/bug.report:35
golang.org/x/tools/gopls/internal/bug.Errorf:2
golang.org/x/tools/gopls/internal/lsp/source.SignatureHelp:72
golang.org/x/tools/gopls/internal/lsp.(*Server).signatureHelp:9
golang.org/x/tools/gopls/internal/lsp.(*Server).SignatureHelp:1
golang.org/x/tools/gopls/internal/lsp/protocol.serverDispatch:490
golang.org/x/tools/gopls/internal/lsp/protocol.ServerHandler.func1:5
golang.org/x/tools/gopls/internal/lsp/lsprpc.handshaker.func1:52
golang.org/x/tools/internal/jsonrpc2.MustReplyHandler.func1:2
golang.org/x/tools/internal/jsonrpc2.AsyncHandler.func1.2:3
runtime.goexit:0
golang.org/x/tools/gopls@v0.14.1 go1.19.1 darwin/amd64 (1)

Reported using golang.org/x/tools/gopls/internal/telemetry/cmd/stacks.

Activity

added
ToolsThis label describes issues relating to any tools in the x/tools repository.
goplsIssues related to the Go language server, gopls.
on Nov 17, 2023
added this to the Unreleased milestone on Nov 17, 2023
changed the title [-]x/tools/gopls: SignatureHelp bug reported by telemetry [S-zlGg][/-] [+]x/tools/gopls: SignatureHelp bug reported by telemetry[/+] on Nov 17, 2023
added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Nov 17, 2023
adonovan

adonovan commented on Nov 21, 2023

@adonovan
MemberAuthor

Dup of #63804, already fixed.

adonovan

adonovan commented on Dec 11, 2023

@adonovan
MemberAuthor

How can a closed (fixed) issue be closed again as not planned? That's confusing.

findleyr

findleyr commented on Dec 11, 2023

@findleyr
Member

Oh, I'm just going through marking dupes as "not planned" instead of "completed", for tracking purposes.

Are you just commenting on how Github reports this state change? I agree it is confusing.

locked and limited conversation to collaborators on Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.ToolsThis label describes issues relating to any tools in the x/tools repository.goplsIssues related to the Go language server, gopls.gopls/telemetry-wins

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @adonovan@gopherbot@findleyr

        Issue actions

          x/tools/gopls: SignatureHelp bug reported by telemetry · Issue #64245 · golang/go