dependabot[bot] opened a new pull request, #835:
URL: https://github.com/apache/plc4x/pull/835

   Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.6.0 to 
0.7.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>
   <h1>gopls/v0.7.0</h1>
   <h2>Features</h2>
   <h3>Postfix completions</h3>
   <p>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 <code>!</code>. This feature was added experimentally in 
<code>gopls/v0.6.10</code> and is now enabled by default.</p>
   <p>See this example:</p>
   <p><img 
src="https://user-images.githubusercontent.com/5856771/114612163-c5df9800-9c6f-11eb-959c-8fe529018a21.gif";
 alt="ezgif-3-a82b2077ff38" /></p>
   <h3>New commands: <a 
href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#retrieves-a-list-of-packages";>List
 known packages</a> and <a 
href="https://github.com/golang/tools/blob/master/gopls/doc/commands.md#asks-the-server-to-add-an-import-path-to-a-given-go-file";>add
 import</a></h3>
   <p>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.</p>
   <h2>Improvements</h2>
   <h3>Memory usage</h3>
   <p>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 <a 
href="https://golang.org/issues/new";>https://golang.org/issues/new</a>.</p>
   <h2>Fixes</h2>
   <p>A full list of all issues fixed can be found in the <a 
href="https://github.com/golang/go/milestone/213?closed=1";>gopls/v0.7.0 
milestone</a>. To report a new problem, please file a new issue at <a 
href="https://golang.org/issues/new";>https://golang.org/issues/new</a>.</p>
   <h2>Thank you to our contributors!</h2>
   <p><a href="https://github.com/muirdm";><code>@​muirdm</code></a> <a 
href="https://github.com/marwan-at-work";><code>@​marwan-at-work</code></a> <a 
href="https://github.com/dominikh";><code>@​dominikh</code></a> <a 
href="https://github.com/leitzler";><code>@​leitzler</code></a> <a 
href="https://github.com/OneOfOne";><code>@​OneOfOne</code></a> <a 
href="https://github.com/zyctree";><code>@​zyctree</code></a>  <a 
href="https://github.com/ShoshinNikita";><code>@​ShoshinNikita</code></a> <a 
href="https://github.com/KarthikNayak";><code>@​KarthikNayak</code></a> <a 
href="https://github.com/suzmue";><code>@​suzmue</code></a> <a 
href="https://github.com/bcmills";><code>@​bcmills</code></a></p>
   <h1>gopls/v0.6.11</h1>
   <p>This release contains mainly bug fixes. A full list of all issues fixed 
can be found in the <a 
href="https://github.com/golang/go/milestone/211?closed=1";>gopls/v0.6.11 
milestone</a>. To report a new problem, please file a new issue at <a 
href="https://golang.org/issues/new";>https://golang.org/issues/new</a>.</p>
   <h2>Thank you to our contributors!</h2>
   <p><a 
href="https://github.com/ShoshinNikita";><code>@​ShoshinNikita</code></a> <a 
href="https://github.com/sakateka";><code>@​sakateka</code></a> <a 
href="https://github.com/muirdm";><code>@​muirdm</code></a> Will Langford <a 
href="https://github.com/empire";><code>@​empire</code></a> <a 
href="https://github.com/justplesh";><code>@​justplesh</code></a> <a 
href="https://github.com/suzmue";><code>@​suzmue</code></a></p>
   <h1>gopls/v0.6.10</h1>
   <h2>Features</h2>
   <h3><code>t.Fatal</code> snippet</h3>
   <p>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:</p>
   <pre lang="go"><code>if err != nil {
       t.Fatal(err)
   }
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/golang/tools/commit/031fc75960d487b0b15db12fb328676236a3a39c";><code>031fc75</code></a>
 gopls/internal/regtest/bench: don't run the iwl test with -short</li>
   <li><a 
href="https://github.com/golang/tools/commit/f477bf4a4181665f9244412427a423fe7e7f0c19";><code>f477bf4</code></a>
 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages</li>
   <li><a 
href="https://github.com/golang/tools/commit/b72edd12e5e7a2b2dda0cb3e2e2fa360e9386743";><code>b72edd1</code></a>
 gopls/internal/lsp/filecache: GOPLS_CACHE -&gt; GOPLSCACHE</li>
   <li><a 
href="https://github.com/golang/tools/commit/d5669276356fa7d80be2dcae3bfaf3ba0b1f1426";><code>d566927</code></a>
 gopls/internal/lsp/regtest: add <a 
href="https://github.com/suggestedfix";><code>@​suggestedfix</code></a> 
marker</li>
   <li><a 
href="https://github.com/golang/tools/commit/fdb0da65a1fa4c7cd8f054e37b9b26e54c36af47";><code>fdb0da6</code></a>
 gopls/internal/regtest/bench: add a benchmark for diagnosing a change</li>
   <li><a 
href="https://github.com/golang/tools/commit/6eb432f3b01c1737995d178a7eac935c84ef63c1";><code>6eb432f</code></a>
 gopls/internal/regtest/bench: add benchmarks in a wider variety of repos</li>
   <li><a 
href="https://github.com/golang/tools/commit/c91d0b88c3be5a2b7990992fb3c153277f26c5eb";><code>c91d0b8</code></a>
 gopls/internal/lsp/source: guard against concurrent writes in xrefs</li>
   <li><a 
href="https://github.com/golang/tools/commit/c0742f584bb22bf982da6377387cc647cafc0ffd";><code>c0742f5</code></a>
 go.mod: update golang.org/x dependencies</li>
   <li><a 
href="https://github.com/golang/tools/commit/21d2256f2cdf2aa29551f16deb6a51975db463d9";><code>21d2256</code></a>
 gopls/internal/lsp/cache: make type-checking incremental</li>
   <li><a 
href="https://github.com/golang/tools/commit/ae05609bd034f8eb7ded41b73e6af55c77b0d983";><code>ae05609</code></a>
 internal/lsp/cache: add an LRU parse cache</li>
   <li>Additional commits viewable in <a 
href="https://github.com/golang/tools/compare/v0.6.0...v0.7.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.6.0&new-version=0.7.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to