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
F15521379: D21703.diff
Sun, Apr 20, 1:32 PM
F15511400: D21703.id51689.diff
Thu, Apr 17, 2:12 AM
F15491821: D21703.id51692.diff
Sat, Apr 12, 7:53 AM
F15483348: D21703.id51689.diff
Wed, Apr 9, 11:54 AM
F15480496: D21703.id51692.diff
Tue, Apr 8, 2:28 PM
F15479755: D21703.diff
Tue, Apr 8, 9:18 AM
F15479660: D21703.diff
Tue, Apr 8, 8:36 AM
F15474448: D21703.diff
Sun, Apr 6, 8:45 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