Currently, the title of a type error analysis diagnostic has to match the type error for a type error analyzer to be recognized. However, this has the side effect of making the suggested fix title for a type error analyzer be the same as the message of the type error. This makes the suggested fixes confusing, as they don't say what they are actually doing.
The text was updated successfully, but these errors were encountered:
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
Sep 22, 2021
Currently, the title of a type error analysis diagnostic has to match the type error for a type error analyzer to be recognized. However, this has the side effect of making the suggested fix title for a type error analyzer be the same as the message of the type error. This makes the suggested fixes confusing, as they don't say what they are actually doing.
The text was updated successfully, but these errors were encountered: