You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Mar 25, 2025
adonovan
added
BugReport
Issues describing a possible bug in the Go implementation.
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
Refactoring
Issues related to refactoring tools
labels
Mar 25, 2025
Change https://go.dev/cl/660815 mentions this issue: gopls/internal/analysis/modernize: don't add package when conversion type is defined in the same package
adonovan
added
BugReport
Issues describing a possible bug in the Go implementation.
and removed
Tools
This label describes issues relating to any tools in the x/tools repository.
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
Refactoring
Issues related to refactoring tools
BugReport
Issues describing a possible bug in the Go implementation.
labels
Mar 26, 2025
The rangeint modernizer introduces bad type syntax when it decides the for-loop's limit expression requires an explicit conversion:
See https://go.dev/cl/659155.
We need better testing.
The text was updated successfully, but these errors were encountered: