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
gopls/internal/lsp/analysis: fix stubmethods with variadic parameters
Fix the stubmethods code action when matching against calls of variadic
functions, and add a regression test.
Additionally, reinstate panic recovery for code actions that were
migrated from convenience analyzers. I do not have confidence that this
is the only such panic.
Fixesgolang/go#61693
Change-Id: Id2642a13d3f793de27c0d7ebfa665428d671c56f
Reviewed-on: https://go-review.googlesource.com/c/tools/+/514755
Run-TryBot: Robert Findley <[email protected]>
gopls-CI: kokoro <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Peter Weinberger <[email protected]>
0 commit comments