Page MenuHomePhabricator

Share Env/CWD methods between Passthru + ExecFuture, expose Env
ClosedPublic

Authored by epriestley on Apr 18 2016, 11:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 27 2026, 7:03 AM
Unknown Object (File)
Jun 21 2026, 2:12 AM
Unknown Object (File)
Apr 8 2026, 3:55 PM
Unknown Object (File)
Apr 2 2026, 12:54 AM
Unknown Object (File)
Mar 4 2026, 4:27 AM
Unknown Object (File)
Jan 31 2026, 12:48 AM
Unknown Object (File)
Jan 31 2026, 12:33 AM
Unknown Object (File)
Dec 10 2025, 6:39 PM
Subscribers
None

Details

Summary

Ref T10751. This is several layers deep: I want to unit test environmental configuration for git/svn/hg commands, but there's currently no way to read it.

It's also duplicated between Passthru and ExecFuture classes.

Extend them from one class doing CWD + Env stuff. Clean that stuff up a little. Add a getEnv() for reading so I can do unit tests.

Test Plan

Ran arc unit --everything, see next diff for unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Share Env/CWD methods between Passthru + ExecFuture, expose Env.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 19 2016, 2:29 AM
This revision was automatically updated to reflect the committed changes.