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
Reported by @heschi: the new analysis driver in gopls@v0.12.0-pre.1 results in very noisy analysis for code that contains parse errors, due to the undeclaredname analyzer.
We should not run this analyzer (or any analyzer, AFAICT) if there are parse errors.