[RegEx] Add show_error parameter to control error printing on compilation fail

This commit is contained in:
Nikita\Nick
2024-08-28 15:35:42 +03:00
parent f648de1a83
commit ebb5a5cc3d
5 changed files with 78 additions and 13 deletions

View File

@ -48,3 +48,11 @@ GH-93605
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Semaphore/methods/post': arguments
Optional arguments added. Compatibility methods registered.
GH-95212
--------
Validate extension JSON: Error: Field 'classes/RegEx/methods/compile/arguments': size changed value in new API, from 1 to 2.
Validate extension JSON: Error: Field 'classes/RegEx/methods/create_from_string/arguments': size changed value in new API, from 1 to 2.
Add optional argument to control error printing on compilation fail. Compatibility methods registered.