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
Unknown Object (File)
Wed, Dec 18, 2:40 PM
Unknown Object (File)
Tue, Dec 17, 10:15 AM
Unknown Object (File)
Fri, Dec 13, 12:37 AM
Unknown Object (File)
Wed, Dec 11, 7:11 AM
Unknown Object (File)
Sun, Dec 8, 3:11 PM
Unknown Object (File)
Fri, Dec 6, 6:15 AM
Unknown Object (File)
Thu, Dec 5, 11:11 AM
Unknown Object (File)
Wed, Nov 27, 6:22 PM
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