Uh oh!
There was an error while loading. Please reload this page.
Replace QRegExp with QRegularExpression - #620
Conversation
hebasto
commented
Jun 20, 2022
Thank you for picking it up! What is your opinion about #606 (comment)? |
QRegExp with QRegularExpressionQRegExp with QRegularExpressionw0xlt
commented
Jun 21, 2022
That looks good to me. I'll take a look at it. |
hebasto
commented
Jun 21, 2022
|
39f50ea to
c0c8b33Comparew0xlt
commented
Jun 21, 2022
Force-pushed c0c8b33 addressing #606 (comment). |
There was a problem hiding this comment.
Approach ACK c0c8b33.
Suggesting to split the first commit into separated ones:
- factoring out the
extractFirstSuffixFromFilter()function (I'd prefer to useUpperCamelCasename convention for this new standalone function) - replacement
QRegExpwithQRegularExpression
Also please apply clang-format-diff.py for each your commit.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Extract the 'Extract first suffix from filter pattern...' functionality into a testable utility function
Co-authored-by: Pavol Rusnak <pavol@rusnak.io> Co-authored-by: Jarol Rodriguez <jarolrod@tutanota.com>
w0xlt
commented
Jun 21, 2022
Code review and lightly tested ACK 67364eb |
Picking up #606 (labeled "Up for grabs") and applying #606 (review) and #606 (comment).
Replaces occurrences of
QRegExpusage withQRegularExpressionas part of the roadmap for Qt6 integration.Fixes#578