You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/01 07:02:38 UTC

[PR] build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 in /plc4go (plc4x)

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

   Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.1 to 0.9.2.
   <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.9.2</h2>
   <p>This release contains many bug fixes, particularly related to problems that would require restarting gopls.</p>
   <p><strong>Note about network usage</strong>: among these fixes was a change to allow network usage when reloading the workspace. Reloading occurs when a <code>go.mod</code>, <code>go.sum</code>, or <code>go.work</code> file changes on disk. In the past, gopls would only allow network during the first workspace load. This resulted in confusing behavior when, for example, a new dependency is added to a <code>go.mod</code> file and gopls could not load it, but loading succeeded on restart.  See <a href="https://go.dev/issues/54069">#54069</a> for more details.</p>
   <h2>Configuration changes</h2>
   <h3>directoryFilters at arbitrary depth</h3>
   <p>The <a href="https://github.com/golang/tools/blob/master/gopls/doc/settings.md#directoryfilters-string"><code>&quot;directoryFilters&quot;</code></a> setting now supports excluding directories at arbitrary depth, using the <code>**</code> operator. (note that for v0.9.2, the default value for this setting is still <code>[&quot;-node_modules]&quot;</code>. In the next release, this will change to <code>[&quot;-**/node_modules&quot;]</code>).</p>
   <h2>Bug fixes and Performance improvements...</h2>
   <p>This release contains the following notable bug fixes / performance improvements:</p>
   <ul>
   <li><strong>Additional change optimization</strong> - Following up on the work to optimize change processing from the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.0">v0.9.0 release</a>, this release contains additional optimizations that result in around 50% faster change processing (measured via edits in the Kubernetes repo).</li>
   <li><strong>Fix for a long-standing memory leak</strong> - <a href="https://go.dev/issues/53780">#53780</a> fixed a long-standing bug that caused gopls to hold on to its initial state, gradually leaking memory as state changed during the editing session.</li>
   <li><strong>Fewer restarts</strong> - This release contains many fixes for cache-invalidation bugs that would cause gopls to get confused and require restarting. Additionally, see the note at top about enabling the network when reloading the workspace.  We believe we are close to our goal that restarting gopls should never be required to fix workspace errors. If you encounter such a bug, please file an issue!</li>
   </ul>
   <p>A full list of all issues fixed can be found in the <a href="https://github.com/golang/go/milestone/274?closed=1">gopls/v0.9.2 milestone</a>.
   To report a new problem, please file a new issue at <a href="https://go.dev/issues/new">https://go.dev/issues/new</a>.</p>
   <h2>Thank you to our contributors!</h2>
   <p>Thank you for your contribution, <a href="https://github.com/alandonovan"><code>@​alandonovan</code></a>, <a href="https://github.com/antoineco"><code>@​antoineco</code></a>, <a href="https://github.com/dle8"><code>@​dle8</code></a>, <a href="https://github.com/euroelessar"><code>@​euroelessar</code></a>, <a href="https://github.com/findleyr"><code>@​findleyr</code></a>, <a href="https://github.com/hyangah"><code>@​hyangah</code></a>, <a href="https://github.com/jamalc"><code>@​jamalc</code></a>, <a href="https://github.com/mssdvd"><code>@​mssdvd</code></a>, <a href="https://github.com/pjweinbgo"><code>@​pjweinbgo</code></a>, <a href="https://github.com/rentziass"><code>@​rentziass</code></a>, and <a href="https://github.com/suzmue"><code>@​suzmue</code></a>!</p>
   <h2>What's next</h2>
   <p>The next planned gopls release is <a href="https://github.com/golang/go/milestone/278">v0.10.0</a>. We’re excited about features and improvements on the horizon, for example:</p>
   <ul>
   <li>Package renaming (<a href="https://go.dev/issues/41567">#41567</a>)</li>
   <li>More accurate static-analysis (<a href="https://go.dev/issues/48738">#48738</a>)</li>
   <li>Improved support for the new 1.19 doc comment format (<a href="https://go.dev/issues/54260">#54260</a>)</li>
   <li>Making it easier to work with <code>go.work</code> files (many issues, for example <a href="https://go.dev/issues/53880">#53880</a> or <a href="https://go.dev/issues/54261">#54261</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/golang/tools/commit/96844c3594b1a5b71b689f4d38697c012e093011"><code>96844c3</code></a> cmd/{guru,callgraph}: stop using go/pointer</li>
   <li><a href="https://github.com/golang/tools/commit/cd694d8db4f10068e4fe38fe7aa1aa8bda65b88b"><code>cd694d8</code></a> go/packages: include &quot;unsafe&quot;.GoFiles=[&quot;unsafe.go&quot;]</li>
   <li><a href="https://github.com/golang/tools/commit/33c741de78259c8c12df7103f7a6caf8dd9c6181"><code>33c741d</code></a> gopls/internal/lsp: add min/max builtin</li>
   <li><a href="https://github.com/golang/tools/commit/933c7ccb15451459ca4fe53c041a4108f4859d91"><code>933c7cc</code></a> internal/lsp/source: use exact match in import highlighting</li>
   <li><a href="https://github.com/golang/tools/commit/5974258e689a4f8a93448a0d181737afa4506e3f"><code>5974258</code></a> gopls/internal/lsp: clear vuln diagnostics on config changes</li>
   <li><a href="https://github.com/golang/tools/commit/f3faea1982c3b87f69b407fc0add0e10c591b9dc"><code>f3faea1</code></a> go/packages: pass -pgo=off on go1.21 and later</li>
   <li><a href="https://github.com/golang/tools/commit/5f74ec7da5f5b84a3d05750000a35e486c0edece"><code>5f74ec7</code></a> internal/lsp/debug: add links to profiles and GC</li>
   <li><a href="https://github.com/golang/tools/commit/ed90c6d201ea1d0f2e8d12d4ca13635eef866698"><code>ed90c6d</code></a> internal/diff: unexport various identifiers</li>
   <li><a href="https://github.com/golang/tools/commit/827f5aa2c3986c6a2fc4af5c464850dd93399d0c"><code>827f5aa</code></a> gopls/internal/lsp/source: test references bug on struct{p.T}</li>
   <li><a href="https://github.com/golang/tools/commit/a12e1a6aeeffe3ab302b89fc9881dcd5fabde01f"><code>a12e1a6</code></a> go/ssa/interp: implement min/max builtins</li>
   <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.9.1...v0.9.2">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.9.1&new-version=0.9.2)](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: commits-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 in /plc4go (plc4x)

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #971:
URL: https://github.com/apache/plc4x/pull/971#issuecomment-1573252078

   Superseded by #976.


-- 
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: commits-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 in /plc4go (plc4x)

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #971: build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 in /plc4go
URL: https://github.com/apache/plc4x/pull/971


-- 
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: commits-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org