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
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
F15470486: D21703.id51689.diff
Fri, Apr 4, 10:50 PM
F15469484: D21703.diff
Fri, Apr 4, 1:36 PM
F15465008: D21703.diff
Wed, Apr 2, 1:35 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