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
adonovan opened this issue
Mar 18, 2025
· 1 comment
Labels
BugReportIssues describing a possible bug in the Go implementation.goplsIssues related to the Go language server, gopls.ToolsThis label describes issues relating to any tools in the x/tools repository.
seankhliao
changed the title
gopls/internal/analysis/modernize: nil deref in minmax
x/tools/gopls/internal/analysis/modernize: nil deref in minmax
Mar 18, 2025
gopherbot
added
the
Tools
This label describes issues relating to any tools in the x/tools repository.
label
Mar 18, 2025
BugReportIssues describing a possible bug in the Go implementation.goplsIssues related to the Go language server, gopls.ToolsThis label describes issues relating to any tools in the x/tools repository.
This input
_ = f()
causes minmax to panic because TypeOf(_) is nil. (There's another edge-case to document in the big checklist.)We need to make it easier to do routine large-scale testing of analyzers.
The text was updated successfully, but these errors were encountered: