You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/21 09:02:39 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #6078: chore(deps): update regex-syntax requirement from 0.6.28 to 0.7.0

dependabot[bot] opened a new pull request, #6078:
URL: https://github.com/apache/arrow-datafusion/pull/6078

   Updates the requirements on [regex-syntax](https://github.com/rust-lang/regex) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md">regex-syntax's changelog</a>.</em></p>
   <blockquote>
   <h1>1.8.0 (2023-04-20)</h1>
   <p>This is a sizeable release that will be soon followed by another sizeable
   release. Both of them will combined close over 40 existing issues and PRs.</p>
   <p>This first release, despite its size, essentially represent preparatory work
   for the second release, which will be even bigger. Namely, this release:</p>
   <ul>
   <li>Increases the MSRV to Rust 1.60.0, which was released about 1 year ago.</li>
   <li>Upgrades its dependency on <code>aho-corasick</code> to the recently release 1.0
   version.</li>
   <li>Upgrades its dependency on <code>regex-syntax</code> to the simultaneously released
   <code>0.7</code> version. The changes to <code>regex-syntax</code> principally revolve around a
   rewrite of its literal extraction code and a number of simplifications and
   optimizations to its high-level intermediate representation (HIR).</li>
   </ul>
   <p>The second release, which will follow ~shortly after the release above, will
   contain a soup-to-nuts rewrite of every regex engine. This will be done by
   bringing <a href="https://github.com/BurntSushi/regex-automata"><code>regex-automata</code></a> into
   this repository, and then changing the <code>regex</code> crate to be nothing but an API
   shim layer on top of <code>regex-automata</code>'s API.</p>
   <p>These tandem releases are the culmination of about 3
   years of on-and-off work that <a href="https://redirect.github.com/rust-lang/regex/issues/656">began in earnest in March
   2020</a>.</p>
   <p>Because of the scale of changes involved in these releases, I would love to
   hear about your experience. Especially if you notice undocumented changes in
   behavior or performance changes (positive <em>or</em> negative).</p>
   <p>Most changes in the first release are listed below. For more details, please
   see the commit log, which reflects a linear and decently documented history
   of all changes.</p>
   <p>New features:</p>
   <ul>
   <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/501">#501</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/501">rust-lang/regex#501</a>):
   Permit many more characters to be escaped, even if they have no significance.
   More specifically, any ASCII character except for <code>[0-9A-Za-z&lt;&gt;]</code> can now be
   escaped. Also, a new routine, <code>is_escapeable_character</code>, has been added to
   <code>regex-syntax</code> to query whether a character is escapeable or not.</li>
   <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/547">#547</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/547">rust-lang/regex#547</a>):
   Add <code>Regex::captures_at</code>. This filles a hole in the API, but doesn't otherwise
   introduce any new expressive power.</li>
   <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/595">#595</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/595">rust-lang/regex#595</a>):
   Capture group names are now Unicode-aware. They can now begin with either a <code>_</code>
   or any &quot;alphabetic&quot; codepoint. After the first codepoint, subsequent codepoints
   can be any sequence of alpha-numeric codepoints, along with <code>_</code>, <code>.</code>, <code>[</code> and
   <code>]</code>. Note that replacement syntax has not changed.</li>
   <li>[FEATURE <a href="https://redirect.github.com/rust-lang/regex/issues/810">#810</a>](<a href="https://redirect.github.com/rust-lang/regex/issues/810">rust-lang/regex#810</a>):</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/rust-lang/regex/commits">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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #6078: chore(deps): update regex-syntax requirement from 0.6.28 to 0.7.0

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

   Superseded by #6092.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-datafusion] dependabot[bot] closed pull request #6078: chore(deps): update regex-syntax requirement from 0.6.28 to 0.7.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #6078: chore(deps): update regex-syntax requirement from 0.6.28 to 0.7.0
URL: https://github.com/apache/arrow-datafusion/pull/6078


-- 
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: github-unsubscribe@arrow.apache.org

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