Port remaining client backends to use run_process() instead of execute().
Review Request #14485 — Created June 27, 2025 and updated
This change ports the ClearCase and SOS client backends to use the new
run_process()
method instead ofexecute()
. Plastic is untouched per
Christian's request.
Ran unit tests.
Summary | ID |
---|---|
a052392adb912dc03a1a98ba0539724861f83408 |
Description | From | Last Updated |
---|---|---|
I have a bunch of work on Plastic that's going to conflict here. Can we leave that file with deprecated … |
|
|
Can we keep this to one keyword argument per line? It really helps with readability and any maintenance. |
|
|
Just a suggestion, but multi-line reads a lot better as: run_process([ '...', '...', '...', '...', ]) This would apply to … |
|
-
-
I have a bunch of work on Plastic that's going to conflict here. Can we leave that file with deprecated code for now?
-
Can we keep this to one keyword argument per line? It really helps with readability and any maintenance.
-
Just a suggestion, but multi-line reads a lot better as:
run_process([ '...', '...', '...', '...', ])
This would apply to many in this change.
- Description:
-
~ This change ports the ClearCase, Plastic, and SOS client backends to use
~ the new run_process()
method instead ofexecute()
.~ This change ports the ClearCase and SOS client backends to use the new
~ run_process()
method instead ofexecute()
. Plastic is untouched per+ Christian's request. - Commits:
-
Summary ID 14d8eec07767110f5460fce61b15e1a6d35e6bc7 a052392adb912dc03a1a98ba0539724861f83408 - Diff:
-
Revision 2 (+592 -336)