Page MenuHomePhabricator

Use "resolve()", not "execute()", for PhutilExecPassthru callsites in Phabricator
ClosedPublic

Authored by epriestley on Jul 21 2021, 4:54 PM.
Tags
None
Referenced Files
F13529931: D21703.diff
Sat, Jul 27, 12:11 AM
Unknown Object (File)
Sun, Jul 21, 6:27 AM
Unknown Object (File)
Fri, Jul 12, 9:14 PM
Unknown Object (File)
Thu, Jul 11, 9:53 PM
Unknown Object (File)
Thu, Jul 11, 10:37 AM
Unknown Object (File)
Wed, Jul 10, 8:43 PM
Unknown Object (File)
Mon, Jul 8, 12:44 AM
Unknown Object (File)
Thu, Jul 4, 10:28 AM
Subscribers
None

Details

Summary

Ref T13660. Clean up callsites to "PhutilExecPassthru->execute()" to prepare to deprecate it.

Test Plan
  • Grepped for "PhutilExecPassthru" and looked for callsites.
  • Ran GIT_SSH=.../ssh-connect git ls-remote origin to execute the "ssh-connect" code.
  • The two passthru future methods have no callers and could possibly be removed, but I'm just letting sleeping dogs lie for now.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable