Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/gopls: infertypeargs diagnostic is missing code/codeDescription fields #57856

Open
hyangah opened this issue Jan 17, 2023 · 0 comments
Open
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@hyangah
Copy link
Contributor

hyangah commented Jan 17, 2023

[Trace - 5:11:20 PM] Received notification 'textDocument/publishDiagnostics'.
Params: {"uri":"file:///Users/hakim/projects/tools/go/buildutil/allpackages.go","version":5,"diagnostics":[{"range":{"start":{"line":22,"character":9},"end":{"line":22,"character":17}},"severity":2,"source":"infertypeargs","message":"unnecessary type arguments","tags":[1]}]}

We expect it to be linked with detailed info about the analyzer e.g. https://github.com/golang/tools/blob/d958e854808e53978bb3f600901fcb7fa3f71163/gopls/doc/analyzers.md?plain=1#L201

@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Jan 17, 2023
@gopherbot gopherbot added this to the Unreleased milestone Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopls Issues related to the Go language server, gopls. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

3 participants