-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/tools/gopls: crash with unexpected composite literal type (redux) #61813
Comments
Hi @stefanmonkey, is this crash reproducible for you? What kind of type is *git.dz11.com/ops/sre/ops-portal/pkg/types.IllegalAppList? |
type IllegalAppList struct { type LegalCNDesc string |
Thanks, we now have at least three copies of this crash, with a reproducer for golang/vscode-go#2923. Will fix. |
Transferring to the Go issue tracker. |
Change https://go.dev/cl/516775 mentions this issue: |
Change https://go.dev/cl/518216 mentions this issue: |
…s of pointer type CL 513775 fixed a bug related to composite lits of type parameter type, but inadvertently removed handling for lits of pointer type (the 'deref' call was replaced, rather than wrapped). This results in a panic for unnamed literals of pointer type (such as in []*X{{}}). Replace the defer. Updates golang/go#61813 For golang/go#61926 Change-Id: I2a66f6bfebd6d6d11a5fb7bf4c1cf453bcf02d4b Reviewed-on: https://go-review.googlesource.com/c/tools/+/516775 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Robert Findley <[email protected]> TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> (cherry picked from commit f42bca8) Reviewed-on: https://go-review.googlesource.com/c/tools/+/518216 Reviewed-by: Peter Weinberger <[email protected]>
…es/@jsii/go-runtime-test/project (#4287) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
…es/@jsii/go-runtime/jsii-runtime-go (#4286) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
36: build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 r=xen0n a=dependabot[bot] Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1123) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.13.2</h2> <p><code>golang/go#61813</code></p> <h2>gopls/v0.13.1</h2> <p>This is a patch release to fix three issues with the v0.13.0 release:</p> <ul> <li><a href="https://redirect.github.com/golang/go/issues/61670">golang/go#61670</a>: broken imports due to corrupted export data</li> <li><a href="https://redirect.github.com/golang/go/issues/61693">golang/go#61693</a>: panic in stubmethods with variadic args</li> <li><a href="https://redirect.github.com/golang/go/issues/61692">golang/go#61692</a>: gofumpt integration panics when used with the new go directive syntax in go.mod files (e.g. <code>go 1.21rc3</code>)</li> </ul> <p>Incidentally, this release also picks up a few fixes for references and renaming. See the <a href="https://github.com/golang/go/milestone/325?closed=1">milestone</a> for the complete list of resolved issues.</p> <p>Thank you to all who reported bugs. If are still encountering problems, please <a href="https://github.com/golang/go/issues/new?assignees=&labels=gopls+Tools&projects=&template=03-gopls.md&title=x%2Ftools%2Fgopls%3A+">file an issue</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/3f4194ee29d7db9b59757dfff729ef55cf89661c"><code>3f4194e</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/1e4ce7c30c4154090d22d1c2b9bd490e91a7796b"><code>1e4ce7c</code></a> internal/refactor/inline: yet more tweaks to everything test</li> <li><a href="https://github.com/golang/tools/commit/ee20ddf1f71a4f7eb6e7b5dff2d13125f81ce480"><code>ee20ddf</code></a> internal/refactor/inline: permit return conversions in tailcall</li> <li><a href="https://github.com/golang/tools/commit/db1d1e0d3387b47f53b696e1ba08fc6349611854"><code>db1d1e0</code></a> gopls/internal/lsp: go to definition from embed directive</li> <li><a href="https://github.com/golang/tools/commit/2be977ecc58df8383c28bc0587b6db6af20638d5"><code>2be977e</code></a> internal/refactor/inline: work around channel type misformatting</li> <li><a href="https://github.com/golang/tools/commit/0ba9c8439eadd6c895b30ea434b398069e586c9b"><code>0ba9c84</code></a> internal/fuzzy: several improvements for symbol matching</li> <li><a href="https://github.com/golang/tools/commit/c2725ad84073176c5c7b67f540af92eaf0e4b3da"><code>c2725ad</code></a> gopls: update x/telemetry dependency</li> <li><a href="https://github.com/golang/tools/commit/e8722c010395d3c3528b2ea232476a2d15ac4af3"><code>e8722c0</code></a> go/types/internal/play: show types.Selection information</li> <li><a href="https://github.com/golang/tools/commit/a819c616c80e59828f9fea810e2e9b84d6023cce"><code>a819c61</code></a> internal/refactor/inline: eliminate unnecessary binding decl</li> <li><a href="https://github.com/golang/tools/commit/102b64b540a5c70e954994db144d96a2b52b799c"><code>102b64b</code></a> internal/refactor/inline: tweak everything-test docs again</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.13.0&new-version=0.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
gopls version: v0.13.1 (go1.20.6)
gopls flags:
update flags: proxy
extension version: 0.39.1
go version: 1.20.6
environment: Visual Studio Code linux
initialization error: undefined
issue timestamp: Thu, 03 Aug 2023 09:57:21 GMT
restart history:
Thu, 03 Aug 2023 09:52:25 GMT: activation (enabled: true)
Thu, 03 Aug 2023 09:55:06 GMT: installation (enabled: true)
ATTENTION: PLEASE PROVIDE THE DETAILS REQUESTED BELOW.
Describe what you observed.
OPTIONAL: If you would like to share more information, you can attach your complete gopls logs.
NOTE: THESE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR CODEBASE.
DO NOT SHARE LOGS IF YOU ARE WORKING IN A PRIVATE REPOSITORY.
<OPTIONAL: ATTACH LOGS HERE>
The text was updated successfully, but these errors were encountered: