Sourced from golang.org/x/tools's releases.
gopls/v0.13.2
golang/go#61813
gopls/v0.13.1
This is a patch release to fix three issues with the v0.13.0 release:
- golang/go#61670: broken imports due to corrupted export data
- golang/go#61693: panic in stubmethods with variadic args
- golang/go#61692: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g.
go 1.21rc3
)Incidentally, this release also picks up a few fixes for references and renaming. See the milestone for the complete list of resolved issues.
Thank you to all who reported bugs. If are still encountering problems, please file an issue.
3f4194e
go.mod: update golang.org/x dependencies1e4ce7c
internal/refactor/inline: yet more tweaks to everything testee20ddf
internal/refactor/inline: permit return conversions in tailcalldb1d1e0
gopls/internal/lsp: go to definition from embed directive2be977e
internal/refactor/inline: work around channel type misformatting0ba9c84
internal/fuzzy: several improvements for symbol matchingc2725ad
gopls: update x/telemetry dependencye8722c0
go/types/internal/play: show types.Selection informationa819c61
internal/refactor/inline: eliminate unnecessary binding decl102b64b
internal/refactor/inline: tweak everything-test docs again