ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

"Commands" and "Env" don't need to unpack full plan

Open jhclark opened this issue 12 years ago • 0 comments

Currently, the "env" and "commands" modes, calculate and unpack the full plan, before outputting the commands. This is unnecessary and slow.

The fix is to generalize Plans.getPlannedVertices() to take a taskName and realiazationNames as strings instead of a plan. This fix will then also allow us to easily specify a target task to run on the command line.

jhclark avatar Jun 27 '12 13:06 jhclark