Skip to content
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

go.mod: bump golang.org/x/tools from 0.3.0 to 0.5.0 #1038

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2023

Bumps golang.org/x/tools from 0.3.0 to 0.5.0.

Release notes

Sourced from golang.org/x/tools's releases.

gopls/v0.5.0

A full list of issues closed can be found in the gopls/v0.5.0 milestone.

Memory usage

  • Rewrite of caching model, resulting in significant memory usage improvements (@​heschik).

New features

  • Extract to function: Support for extracting code blocks that contain return statements (@​joshbaum).
  • Workspace symbols: Support for fzf-style search syntax (@​findleyr). The following syntax is supported:
    • ' for exact matching
    • ^ for prefix matching
    • $ for suffix matching

Note: This feature does not yet work in VS Code. See golang/vscode-go#647 and microsoft/vscode#106788.

  • An experimental new code lens to view GC optimization details (@​pjweinb). Once the code lens is enabled, you will see a Toggle gc details annotation at the top of your file. Clicking it will show optimization diagnostics produced by the Go compiler, and clicking it once again will hide these diagnostics. Enable the code lens by adding the following to your settings:
    "codelens": {
    	"gc_details": true
    }
  • go mod tidy and go mod vendor code lenses for go.mod files (@​dandua98).
  • Support for filling in matching in-scope variables instead of just empty values in fillstruct and fillreturns (@​joshbaum).
  • Autocompletion within import statements (@​dandua98).
  • Autocompletion within package declarations (@​dandua98).

Improvements

  • Improvements to workspace symbols ranking and fuzzy matching (@​findleyr, @​myitcv).
  • Better completion suggestions in type switch case clauses and for calls to append, function literals, and unnamed types (@​muirdm).

Thank you

Thank you to everyone who contributed to this release!

@​heschik @​findleyr @​pjweinb @​joshbaum @​mcjcloud @​dandua98 @​muirdm @​leitzler @​myitcv @​matloob @​tennashi @​ainar-g @​hasheddan

... (truncated)

Commits
  • 7db99dd go.mod: update golang.org/x dependencies
  • 1e0dff2 gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode
  • 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data
  • 33071fb internal/robustio: move robustio
  • b01e7a4 gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode
  • e417ea3 gopls: remove dead analysis code
  • 1a08d01 gopls/internal/lsp: update replace directives in go.mod for package renaming
  • eac36cb gopls/internal/regtest: port experimental workspace tests to go.work
  • 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method
  • 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 5, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch 2 times, most recently from 9489dca to b4b7285 Compare January 10, 2023 00:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 15, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch from b4b7285 to 120a322 Compare January 27, 2023 21:41
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch from 120a322 to 91ff0f4 Compare February 5, 2023 23:02
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch from 91ff0f4 to 16e8261 Compare February 15, 2023 12:20
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch from 16e8261 to e8183f4 Compare February 27, 2023 17:56
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch 2 times, most recently from b096017 to 7276a7d Compare April 4, 2023 22:41
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools-0.5.0 branch from 7276a7d to 566737c Compare April 7, 2023 14:22
@n-g
Copy link
Contributor

n-g commented Aug 16, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2024

Superseded by #1293.

@dependabot dependabot bot closed this Aug 16, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/golang.org/x/tools-0.5.0 branch August 16, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant