Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Bump golang.org/x/tools from 0.6.0 to 0.7.0 in /addons #4497

Open
wants to merge 1 commit into
base: release-0.29
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2023

Bumps golang.org/x/tools from 0.6.0 to 0.7.0.

Release notes

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

gopls/v0.7.0

Features

Postfix completions

Postfix completions are a new style of completions that can save you time by inserting more complex pieces of commonly-written code. All of the results end with !. This feature was added experimentally in gopls/v0.6.10 and is now enabled by default.

See this example:

ezgif-3-a82b2077ff38

New commands: List known packages and add import

These commands can be used to manually list available packages to import and then add an import to your file. They are currently not used by any known clients, but they will be made available through the Command Palette in VS Code in the next VS Code Go release.

Improvements

Memory usage

Improved trimming of the ASTs of dependency packages results in reduced memory usage, especially for projects with many dependencies. This may result in some hard-to-diagnose bugs that we're not yet aware of, so please report any surprising behavior via https://golang.org/issues/new.

Fixes

A full list of all issues fixed can be found in the gopls/v0.7.0 milestone. To report a new problem, please file a new issue at https://golang.org/issues/new.

Thank you to our contributors!

@​muirdm @​marwan-at-work @​dominikh @​leitzler @​OneOfOne @​zyctree @​ShoshinNikita @​KarthikNayak @​suzmue @​bcmills

gopls/v0.6.11

This release contains mainly bug fixes. A full list of all issues fixed can be found in the gopls/v0.6.11 milestone. To report a new problem, please file a new issue at https://golang.org/issues/new.

Thank you to our contributors!

@​ShoshinNikita @​sakateka @​muirdm Will Langford @​empire @​justplesh @​suzmue

gopls/v0.6.10

Features

t.Fatal snippet

If you trigger completion in a test function, on the line after a call to a function that returns an error, you will be offered a completion snippet for:

if err != nil {
    t.Fatal(err)
}
</tr></table> 

... (truncated)

Commits
  • 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short
  • f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages
  • b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE
  • d566927 gopls/internal/lsp/regtest: add @​suggestedfix marker
  • fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change
  • 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos
  • c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs
  • c0742f5 go.mod: update golang.org/x dependencies
  • 21d2256 gopls/internal/lsp/cache: make type-checking incremental
  • ae05609 internal/lsp/cache: add an LRU parse cache
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot requested review from a team as code owners March 17, 2023 17:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 17, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/addons/golang.org/x/tools-0.7.0 branch from 4274bf8 to 5838793 Compare March 21, 2023 06:52
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.6.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/addons/golang.org/x/tools-0.7.0 branch from 5838793 to 33d2fba Compare March 30, 2023 19:31
@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Merging #4497 (33d2fba) into main (fe8dd98) will decrease coverage by 0.88%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #4497      +/-   ##
==========================================
- Coverage   49.82%   48.94%   -0.88%     
==========================================
  Files         453      483      +30     
  Lines       45395    47519    +2124     
==========================================
+ Hits        22617    23260     +643     
- Misses      20626    22058    +1432     
- Partials     2152     2201      +49     
Impacted Files Coverage Δ
tkg/tkgconfigupdater/images.go 83.17% <100.00%> (+0.65%) ⬆️

... and 34 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot dependabot bot changed the base branch from main to release-0.29 April 10, 2023 13:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-not-required 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.

None yet

1 participant