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
Unknown Object (File)
Wed, Feb 19, 8:29 PM
Unknown Object (File)
Sun, Feb 9, 3:48 AM
Unknown Object (File)
Tue, Jan 28, 5:45 AM
Unknown Object (File)
Sun, Jan 26, 3:44 AM
Unknown Object (File)
Sun, Jan 26, 3:44 AM
Unknown Object (File)
Sun, Jan 26, 3:44 AM
Unknown Object (File)
Sun, Jan 26, 3:33 AM
Unknown Object (File)
Sat, Jan 25, 5:15 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