https://bugs.kde.org/show_bug.cgi?id=490441
Volker Krause <vkra...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/sdk/ | |lokalize/-/commit/4aac9757c | |59109dd9953faf68c891ba53c08 | |d2d7 --- Comment #2 from Volker Krause <vkra...@kde.org> --- Git commit 4aac9757c59109dd9953faf68c891ba53c08d2d7 by Volker Krause, on behalf of Finley Watson. Committed on 22/07/2024 at 16:14. Pushed by vkrause into branch 'master'. Add option QRegularExpression::UnanchoredWildcardConversion to addPart and delPart diff regexes They need to find unanchored matches i.e. matches beginning after, not just beginning at, the offset int given to delPart.match() and addPart.match(). This generates match percentages identical to prior to 341525d9f6e370f34e9efe0836fd24609488c61a when the bug was introduced where regexes almost never matched anything and so match percentages were always very high. M +2 -2 src/tm/jobs.cpp https://invent.kde.org/sdk/lokalize/-/commit/4aac9757c59109dd9953faf68c891ba53c08d2d7 -- You are receiving this mail because: You are watching all bug changes.