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/02/20 06:58:12 UTC

[PR] build(deps): bump checker-qual from 3.30.0 to 3.31.0 (plc4x)

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

   Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.30.0 to 3.31.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">checker-qual's releases</a>.</em></p>
   <blockquote>
   <h2>Checker Framework 3.31.0</h2>
   <h2>Version 3.31.0 (February 17, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Command-line argument <code>-AshowPrefixInWarningMessages</code> puts the checker name on the first line of each warning and error message.</p>
   <p>Signedness Checker changes:</p>
   <ul>
   <li>Cast expressions are not subject to type refinement.  When a programmer writes a cast such as <code>(@Signed int) 2</code>, it is not refined to    <code>@SignednessGlb</code> and cannot be used in an unsigned context.</li>
   <li>When incompatible arguments are passed to <code>@PolySigned</code> formal parameters, the error is expressed in terms of <code>@SignednessBottom</code> rather than the greatest lower bound of the argument types.</li>
   </ul>
   <p><strong>Implementation details:</strong></p>
   <p>Moved <code>AnnotationMirrorSet</code> and <code>AnnotationMirrorMap</code> from <code>org.checkerframework.framework.util</code> to <code>org.checkerframework.javacutil</code>.
   Changed uses of <code>Set&lt;AnnotationMirror&gt;</code> to <code>AnnotationMirrorSet</code> including in APIs.
   Removed methods from AnnotationUtils that are no longer useful:
   <code>createAnnotationMap</code>, <code>createAnnotationSet</code>, <code>createUnmodifiableAnnotationSet</code>.</p>
   <p><strong>Closed issues:</strong>
   <a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5597">#5597</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">checker-qual's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 3.31.0 (February 17, 2023)</h2>
   <p><strong>User-visible changes:</strong></p>
   <p>Command-line argument <code>-AshowPrefixInWarningMessages</code> puts the checker name
   on the first line of each warning and error message.</p>
   <p>Signedness Checker changes:</p>
   <ul>
   <li>Cast expressions are not subject to type refinement.  When a programmer
   writes a cast such as <code>(@Signed int) 2</code>, it is not refined to
   <code>@SignednessGlb</code> and cannot be used in an unsigned context.</li>
   <li>When incompatible arguments are passed to <code>@PolySigned</code> formal parameters,
   the error is expressed in terms of <code>@SignednessBottom</code> rather than the
   greatest lower bound of the argument types.</li>
   </ul>
   <p><strong>Implementation details:</strong></p>
   <p>Moved <code>AnnotationMirrorSet</code> and <code>AnnotationMirrorMap</code> from
   <code>org.checkerframework.framework.util</code> to <code>org.checkerframework.javacutil</code>.
   Changed uses of <code>Set&lt;AnnotationMirror&gt;</code> to <code>AnnotationMirrorSet</code> including in APIs.
   Removed methods from AnnotationUtils that are no longer useful:
   <code>createAnnotationMap</code>, <code>createAnnotationSet</code>, <code>createUnmodifiableAnnotationSet</code>.</p>
   <p><strong>Closed issues:</strong>
   <a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5597">#5597</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/typetools/checker-framework/commit/203a8ac0445706ae61e743567b286b41ac7b1f13"><code>203a8ac</code></a> new release 3.31.0</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/335886c3b21e35b39ac7ed127f034c0fa72aef52"><code>335886c</code></a> This change doesn't work.</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/be1aeb1cc95ae9e59edfa380dba57aac68ad2fe2"><code>be1aeb1</code></a> Prep for next release.</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/bca5395c95388458a9e9f51169e8faab6f3d216c"><code>bca5395</code></a> Fix links (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5662">#5662</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/e2ff8e87df922e9a1d2613a79f4292e7d5d75d6d"><code>e2ff8e8</code></a> Correct exclusion</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/df785f6184d654585c4f8c9f246dce0584c1e57e"><code>df785f6</code></a> Improve diagnostics (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5661">#5661</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/51406b2dff51a79d5a437e747d0b54295f9ec798"><code>51406b2</code></a> Clarify locations for warning suppressions (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5659">#5659</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/c0ccac87093a281c08b5bcf51a8e908f39efb7c9"><code>c0ccac8</code></a> Add comments (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5655">#5655</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/37c76fdd4a3ba53b1a3fb9f15f09c1ba61218bee"><code>37c76fd</code></a> Add Javadoc (<a href="https://github-redirect.dependabot.com/typetools/checker-framework/issues/5632">#5632</a>)</li>
   <li><a href="https://github.com/typetools/checker-framework/commit/2be49bd50bf0f10d5248385bf73f8ec8b1189c66"><code>2be49bd</code></a> Check Python formatting as well as style</li>
   <li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.30.0...checker-framework-3.31.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.checkerframework:checker-qual&package-manager=maven&previous-version=3.30.0&new-version=3.31.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: commits-unsubscribe@plc4x.apache.org

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


Re: [PR] build(deps): bump checker-qual from 3.30.0 to 3.31.0 (plc4x)

Posted by "sruehl (via GitHub)" <gi...@apache.org>.
sruehl merged PR #814:
URL: https://github.com/apache/plc4x/pull/814


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

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