You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues, both open and closed.
Proposal
Why dynamic branching, it's now a bit of work to subset the cached() targets to only those not in a plan, given many of the targets in cached() have a hash suffix (i.e. they're expanded) and the plan$target names have the unexpanded target name.
It would be neat to be able to run something like clean(plan_to_exclude = myplan) and the system would only clean those targets that wouldn't get built from myplan.
The text was updated successfully, but these errors were encountered:
Prework
drake
's code of conduct.Proposal
Why dynamic branching, it's now a bit of work to subset the
cached()
targets to only those not in a plan, given many of the targets incached()
have a hash suffix (i.e. they're expanded) and theplan$target
names have the unexpanded target name.It would be neat to be able to run something like
clean(plan_to_exclude = myplan)
and the system would only clean those targets that wouldn't get built frommyplan
.The text was updated successfully, but these errors were encountered: