summaryrefslogtreecommitdiffstats
path: root/src/package/dag.rs
AgeCommit message (Expand)Author
2021-09-16Add tests for DAG-building with conditional dependencyMatthias Beyer
2021-09-16Add passing of data for condition-checkMatthias Beyer
2021-08-12Fix: Pass Some(_) progressbar in testsMatthias Beyer
2021-08-12Fix clippy: Use unused valueMatthias Beyer
2021-06-18Make progress bar for loading DAG optionalMatthias Beyer
2021-05-25Fix: Error out if a dependency cannot be foundMatthias Beyer
2021-03-04Do not pass progress bars by value, but by referenceMatthias Beyer
2021-02-06Add Tests for DAG implementationMatthias Beyer
2021-02-06Fix: If we added the package already, do not recurseMatthias Beyer
2021-02-06Rewrite package organizational structure using DAGMatthias Beyer