HomePhabricator

[IMPR] Permit strings as exceptions for fixes

Tags
None
Referenced Files
None
Subscribers
None

Description

[IMPR] Permit strings as exceptions for fixes

In other words, allow:

fixes['key'] = {

'exceptions': {
  'text-contains': 'skip this text',
},
'replacements': [
  ...
],

}

Previously, a string was interpreted as a sequence (list)
of characters, each being a pattern to search for. Which
would cause silent skipping of pages.

Change-Id: I0f4d01fcf96f6b22d3ddc5970138ef4db8259f85

Details

Provenance
matej_suchanekAuthored on Apr 21 2024, 11:34 AM
Parents
R3347:aababac0b31c: Merge "[IMPR] Respect 'text-contains' from fixes dictionaries"
Branches
Unknown
Tags
Unknown
ChangeId
I0f4d01fcf96f6b22d3ddc5970138ef4db8259f85

Event Timeline