You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/27 18:05:23 UTC

[GitHub] [directory-scimple] dependabot[bot] opened a new pull request, #258: Bump version.antlr4 from 4.11.1 to 4.12.0

dependabot[bot] opened a new pull request, #258:
URL: https://github.com/apache/directory-scimple/pull/258

   Bumps `version.antlr4` from 4.11.1 to 4.12.0.
   Updates `antlr4-runtime` from 4.11.1 to 4.12.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/antlr/antlr4/releases">antlr4-runtime's releases</a>.</em></p>
   <blockquote>
   <h2>4.12.0</h2>
   <p>The 4.12.0 release is primarily about the new TypeScript target created by <a href="https://github.com/ericvergnaud"><code>@​ericvergnaud</code></a>. There are also a number of fixes to the various targets, as you can see from the descriptions below.</p>
   <h2>Issues fixed</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3988">github actions now fail for python2 and ubuntu clang and ubuntu swift</a> (comp:runtime, comp:build, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3965">js mergeArrays output differs from java</a> (atn-analysis, target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3959">C++ target fails Performance/DropLoopEntryBranchInLRRule_4.txt</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3937">Wrong grammarFileName in generated code</a> (code-gen, type:bug)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3845">C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3710">[JavaScript runtime] Bad field name, bad comments</a> (type:bug)</li>
   </ul>
   <h2>Improvements, features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4101">Fully qualify std::move invocations to fix -Wunqualified-std-cast-call</a> (type:improvement, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4030"><code>Extract FileUtils updates by @​ericvergnaud</code></a> (type:improvement, cross-platform-issue, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4029"><code>Extract unit test updates by @​ericvergnaud needed for TypeScript</code></a> (type:improvement, comp:testing)</li>
   <li>[[Go target] Fix for <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3926">#3926</a>: Add accessors for tree navigation to interfaces in generated parser](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3927">antlr/antlr4#3927</a>) (trees-contexts, code-gen, type:improvement, target:go)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3847">GitHub Workflows security hardening</a> (actions, type:improvement, comp:testing)</li>
   </ul>
   <h2>Pull requests grouped by target</h2>
   <h3>csharp target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   </ul>
   <h3>cpp target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4101">Fully qualify std::move invocations to fix -Wunqualified-std-cast-call</a> (type:improvement, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3996">Cpp: cmake improvements</a> (comp:build, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3979">Gcc version fix</a> (comp:build, target:cpp, comp:testing)</li>
   <li>[Fix cpp equals bug <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3959">#3959</a>](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3978">antlr/antlr4#3978</a>) (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3958">Fix 3845 nullptr cpp</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3945">Updating the files in the Xcode project for ANTLR4 Cpp runtime.</a> (target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3889">Fixing reserve word NULL for cpp targets</a> (grammars, target:cpp, type:cleanup)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3885">[C++] Fix the compiler errors reported by GCC 7</a> (target:cpp)</li>
   </ul>
   <h3>go target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3947">Remove unnecessary getter</a> (target:go, type:cleanup)</li>
   <li>[[Go target] Fix for <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3926">#3926</a>: Add accessors for tree navigation to interfaces in generated parser](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3927">antlr/antlr4#3927</a>) (trees-contexts, code-gen, type:improvement, target:go)</li>
   <li>[fix: <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3758">#3758</a> Extrememly poor performance on poorly written grammars](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3880">antlr/antlr4#3880</a>) (target:go, comp:performance)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3871">fix: Restore missing changes to v4 of go runtime</a> (target:go, type:cleanup)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3740">[Go] Add Iterative tree walker in go</a> (trees-contexts, target:go)</li>
   </ul>
   <h3>java target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   </ul>
   <h3>javascript target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4112">Js support encoding in file stream + packaging issues</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4104">Fix js webpack issue</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4076">Javascript fix missing export</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3972">Fix issue 3965</a> (atn-analysis, target:javascript)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/antlr/antlr4/commit/a2c349f9bf268cf75aaf8cddff90a767e703d489"><code>a2c349f</code></a> [maven-release-plugin] prepare release 4.12.0</li>
   <li><a href="https://github.com/antlr/antlr4/commit/6763f58a43d820c2024fe3f6891313a24dcc4c1d"><code>6763f58</code></a> Merge branch 'dev'</li>
   <li><a href="https://github.com/antlr/antlr4/commit/46445ea40c676b27e25cf244dfd643f08470d694"><code>46445ea</code></a> bump version to 4.12.0</li>
   <li><a href="https://github.com/antlr/antlr4/commit/a156a06a5f0daac684e22febf9b80c2f583bc7ab"><code>a156a06</code></a> Revert &quot;cpp runtime: Remove pthread dependency. (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4086">#4086</a>)&quot;</li>
   <li><a href="https://github.com/antlr/antlr4/commit/d7ae9c15b96c87b980ba3da2608d32f0dcc76777"><code>d7ae9c1</code></a> Small tweaks to Swift.stg to allow throwing operations in actions</li>
   <li><a href="https://github.com/antlr/antlr4/commit/207314792d851bcb11a409ce46ca34f37fd22fbd"><code>2073147</code></a> cpp runtime: Remove pthread dependency. (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4086">#4086</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/b6cb1cc8cfbae6a926d761012c587b75ef73c656"><code>b6cb1cc</code></a> Cpp: Add cmake options to selectively disable shared/static build</li>
   <li><a href="https://github.com/antlr/antlr4/commit/1bd8bbe30d665c988c4091e25b74e83a03001099"><code>1bd8bbe</code></a> Cpp: Remove deprecated policy settings</li>
   <li><a href="https://github.com/antlr/antlr4/commit/b028de2d9d2bc724d40fc5746766b953a2493a25"><code>b028de2</code></a> Cpp: Remove redundant cmake version checks</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3655c87d0d9b394b08d7d4877181d3ad3a38778a"><code>3655c87</code></a> Add missing space to actions.md (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4105">#4105</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/antlr/antlr4/compare/4.11.1...4.12.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `antlr4-maven-plugin` from 4.11.1 to 4.12.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/antlr/antlr4/releases">antlr4-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>4.12.0</h2>
   <p>The 4.12.0 release is primarily about the new TypeScript target created by <a href="https://github.com/ericvergnaud"><code>@​ericvergnaud</code></a>. There are also a number of fixes to the various targets, as you can see from the descriptions below.</p>
   <h2>Issues fixed</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3988">github actions now fail for python2 and ubuntu clang and ubuntu swift</a> (comp:runtime, comp:build, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3965">js mergeArrays output differs from java</a> (atn-analysis, target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3959">C++ target fails Performance/DropLoopEntryBranchInLRRule_4.txt</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3937">Wrong grammarFileName in generated code</a> (code-gen, type:bug)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3845">C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3710">[JavaScript runtime] Bad field name, bad comments</a> (type:bug)</li>
   </ul>
   <h2>Improvements, features</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4101">Fully qualify std::move invocations to fix -Wunqualified-std-cast-call</a> (type:improvement, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4030"><code>Extract FileUtils updates by @​ericvergnaud</code></a> (type:improvement, cross-platform-issue, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4029"><code>Extract unit test updates by @​ericvergnaud needed for TypeScript</code></a> (type:improvement, comp:testing)</li>
   <li>[[Go target] Fix for <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3926">#3926</a>: Add accessors for tree navigation to interfaces in generated parser](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3927">antlr/antlr4#3927</a>) (trees-contexts, code-gen, type:improvement, target:go)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3847">GitHub Workflows security hardening</a> (actions, type:improvement, comp:testing)</li>
   </ul>
   <h2>Pull requests grouped by target</h2>
   <h3>csharp target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   </ul>
   <h3>cpp target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4101">Fully qualify std::move invocations to fix -Wunqualified-std-cast-call</a> (type:improvement, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3996">Cpp: cmake improvements</a> (comp:build, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3979">Gcc version fix</a> (comp:build, target:cpp, comp:testing)</li>
   <li>[Fix cpp equals bug <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3959">#3959</a>](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3978">antlr/antlr4#3978</a>) (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3958">Fix 3845 nullptr cpp</a> (atn-analysis, type:bug, target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3945">Updating the files in the Xcode project for ANTLR4 Cpp runtime.</a> (target:cpp)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3889">Fixing reserve word NULL for cpp targets</a> (grammars, target:cpp, type:cleanup)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3885">[C++] Fix the compiler errors reported by GCC 7</a> (target:cpp)</li>
   </ul>
   <h3>go target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3947">Remove unnecessary getter</a> (target:go, type:cleanup)</li>
   <li>[[Go target] Fix for <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3926">#3926</a>: Add accessors for tree navigation to interfaces in generated parser](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3927">antlr/antlr4#3927</a>) (trees-contexts, code-gen, type:improvement, target:go)</li>
   <li>[fix: <a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/3758">#3758</a> Extrememly poor performance on poorly written grammars](<a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3880">antlr/antlr4#3880</a>) (target:go, comp:performance)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3871">fix: Restore missing changes to v4 of go runtime</a> (target:go, type:cleanup)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3740">[Go] Add Iterative tree walker in go</a> (trees-contexts, target:go)</li>
   </ul>
   <h3>java target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3957">Generate identical atn simulation output across targets to compare parsing functionality</a> (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)</li>
   </ul>
   <h3>javascript target</h3>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4112">Js support encoding in file stream + packaging issues</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4104">Fix js webpack issue</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/4076">Javascript fix missing export</a> (target:javascript)</li>
   <li><a href="https://github-redirect.dependabot.com/antlr/antlr4/pull/3972">Fix issue 3965</a> (atn-analysis, target:javascript)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/antlr/antlr4/commit/a2c349f9bf268cf75aaf8cddff90a767e703d489"><code>a2c349f</code></a> [maven-release-plugin] prepare release 4.12.0</li>
   <li><a href="https://github.com/antlr/antlr4/commit/6763f58a43d820c2024fe3f6891313a24dcc4c1d"><code>6763f58</code></a> Merge branch 'dev'</li>
   <li><a href="https://github.com/antlr/antlr4/commit/46445ea40c676b27e25cf244dfd643f08470d694"><code>46445ea</code></a> bump version to 4.12.0</li>
   <li><a href="https://github.com/antlr/antlr4/commit/a156a06a5f0daac684e22febf9b80c2f583bc7ab"><code>a156a06</code></a> Revert &quot;cpp runtime: Remove pthread dependency. (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4086">#4086</a>)&quot;</li>
   <li><a href="https://github.com/antlr/antlr4/commit/d7ae9c15b96c87b980ba3da2608d32f0dcc76777"><code>d7ae9c1</code></a> Small tweaks to Swift.stg to allow throwing operations in actions</li>
   <li><a href="https://github.com/antlr/antlr4/commit/207314792d851bcb11a409ce46ca34f37fd22fbd"><code>2073147</code></a> cpp runtime: Remove pthread dependency. (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4086">#4086</a>)</li>
   <li><a href="https://github.com/antlr/antlr4/commit/b6cb1cc8cfbae6a926d761012c587b75ef73c656"><code>b6cb1cc</code></a> Cpp: Add cmake options to selectively disable shared/static build</li>
   <li><a href="https://github.com/antlr/antlr4/commit/1bd8bbe30d665c988c4091e25b74e83a03001099"><code>1bd8bbe</code></a> Cpp: Remove deprecated policy settings</li>
   <li><a href="https://github.com/antlr/antlr4/commit/b028de2d9d2bc724d40fc5746766b953a2493a25"><code>b028de2</code></a> Cpp: Remove redundant cmake version checks</li>
   <li><a href="https://github.com/antlr/antlr4/commit/3655c87d0d9b394b08d7d4877181d3ad3a38778a"><code>3655c87</code></a> Add missing space to actions.md (<a href="https://github-redirect.dependabot.com/antlr/antlr4/issues/4105">#4105</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/antlr/antlr4/compare/4.11.1...4.12.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: dev-unsubscribe@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-scimple] bdemers merged pull request #258: Bump version.antlr4 from 4.11.1 to 4.12.0

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers merged PR #258:
URL: https://github.com/apache/directory-scimple/pull/258


-- 
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@directory.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org