summaryrefslogtreecommitdiffstats
path: root/crates/driver/src/resolve.rs
AgeCommit message (Collapse)Author
2021-10-30driver: replace dependency cutoff with stub tasksMatthias Schiffer
Instead of having the resolver decide whether a dependency is included in the rootfs, let the context replace the task definition with an empty stub.
2021-10-30driver: context: change get()/index() argument to TaskRefMatthias Schiffer
With the upcoming changes, we may need to return different TaskDefs depending on the passed arguments.
2021-10-28Rename executor to driverMatthias Schiffer