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
F13273033: D21703.diff
Fri, May 31, 1:29 AM
F13270113: D21703.diff
Wed, May 29, 8:59 AM
F13259665: D21703.diff
Sun, May 26, 10:56 PM
F13242043: D21703.diff
Thu, May 23, 1:44 AM
F13220442: D21703.diff
Sun, May 19, 1:29 AM
F13202183: D21703.diff
Tue, May 14, 10:21 PM
F13185103: D21703.diff
Sat, May 11, 2:36 AM
Unknown Object (File)
Tue, May 7, 4:55 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