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
Reminder issue: the version of staticcheck linked by gopls does not yet support range over func. staticcheck@master has support, but this is not yet released in a stable version.
Before cutting gopls@v0.16.0, we should guard against running staticcheck analyzers that depend on staticcheck's buildir on code that uses range over func. We did this temporarily for buildssa by injecting a dependency analyzer that fails when it encounters range over func.
(for the record this issue is not meant in any way to rush staticcheck toward a release, but we can and should guard against running staticcheck on code that it doesn't yet support)
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
Jun 12, 2024
Reminder issue: the version of staticcheck linked by gopls does not yet support range over func. staticcheck@master has support, but this is not yet released in a stable version.
Before cutting gopls@v0.16.0, we should guard against running staticcheck analyzers that depend on staticcheck's buildir on code that uses range over func. We did this temporarily for buildssa by injecting a dependency analyzer that fails when it encounters range over func.
(for the record this issue is not meant in any way to rush staticcheck toward a release, but we can and should guard against running staticcheck on code that it doesn't yet support)
CC @adonovan @dominikh
The text was updated successfully, but these errors were encountered: