summaryrefslogtreecommitdiffstats
path: root/src/package/dag.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-09-16Refactor: Outsource condition-checking and parsing to helper fnMatthias Beyer
2021-09-16Refactor getting package dependencies as helper fnMatthias Beyer
2021-09-16Implement dependency-condition filteringMatthias Beyer
2021-09-16Refactor: Do not use Package::get_self_packaged_dependences() helper fnMatthias Beyer
2021-09-16Add more sensible error messageMatthias Beyer
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