Page MenuHomePhabricator

Provide some "preg_*" wrappers which raise exceptions on failure
ClosedPublic

Authored by epriestley on Feb 17 2021, 8:44 PM.
Tags
None
Referenced Files
F13078717: D21561.id51348.diff
Tue, Apr 23, 6:34 PM
Unknown Object (File)
Sat, Apr 20, 5:34 PM
Unknown Object (File)
Sat, Apr 20, 6:49 AM
Unknown Object (File)
Thu, Apr 11, 9:34 AM
Unknown Object (File)
Sat, Apr 6, 11:47 AM
Unknown Object (File)
Fri, Mar 29, 12:52 AM
Unknown Object (File)
Thu, Mar 28, 10:27 AM
Unknown Object (File)
Jan 29 2024, 9:19 PM
Subscribers
None

Details

Summary

Ref T13608. Ref T13100. Ref T13586. Properly checking "preg_match()" and similar calls for failure and raising useful exceptions is complicated and error-prone. Provide wrapper functions with an API that's more consistent with the rest of the codebase: matches are returned; and errors raise detailed exceptions.

Test Plan

See next change.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable