Update Rust crate fancy-regex to 0.17.0#140
Open
konflux-internal-p02[bot] wants to merge 1 commit intorhoai-3.3from
Open
Update Rust crate fancy-regex to 0.17.0#140konflux-internal-p02[bot] wants to merge 1 commit intorhoai-3.3from
konflux-internal-p02[bot] wants to merge 1 commit intorhoai-3.3from
Conversation
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.0->0.17.0Release Notes
fancy-regex/fancy-regex (fancy-regex)
v0.17.0Compare Source
Added
\b{start},\b{end},\b{start-half},\b{end-half}(#193){...}repetition syntax after assertions (except in Oniguruma mode) (#193)Changed
CompileErrorinErrorenum to reduce size (#204)\Gfails to match for increased performance (#198)ignore_whitespacecase in parsing escape sequences (#193)RegexisSendandSync(#195)Fixed
v0.16.2Compare Source
Added
\<and\>are treated as literals or word-boundary assertions. (#186)Changed
Fixed
as_stris called. (#185)toyexample wasn't always showing the correct analysis or compiled program when optimizations were applied. (#181)v0.16.1Compare Source
Fixed
when it should fail, causing a panic in the VM when trying to match the regex. (#174)
v0.16.0Compare Source
Added
Currently it only optimizes one specific use-case - where the expression is easy except
for a trailing positive lookahead whose contents are also easy. The optimization is to delegate to the regex crate instead of using the backtracking VM. (#171)
Changed
^when not in multiline mode) should now fail faster when there is no match, becausefancy-regexno longer tries to match at other positions. (#170)CompileErrorfor an invalid (numbered) backref has been updated to mention which backref was invalid (#170)Fixed
v0.15.0Compare Source
Added
\Z- anchor to the end of the text before any trailing newlines. (#148)\O- any character including newlines. (#158)RegexBuilder: Add options formulti_line,ignore_whitespace,dot_matches_new_line(#165)Fixed
RegexBuilder.case_insensitivenot always applying when it should. (#163)toyexample has had various bugfixes, and unit tests added. (#152, #159)v0.14.0Compare Source
Added
split,splitnmethods toRegexto split a string into substrings (#140)case_insensitivemethod toRegexBuilderto force case-insensitive mode (#132)Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.