summaryrefslogtreecommitdiff
path: root/src/map.rs
AgeCommit message (Expand)AuthorFilesLines
2024-02-19chore: fix problems found by clippyLars Wirzenius1-2/+2
2022-02-26fix(map.rs): use a char instead of single-character stringLars Wirzenius1-1/+1
2022-01-21refactor: parse with serde directly to data structureLars Wirzenius1-7/+11
2022-01-21refactor: format code with rustfmtLars Wirzenius1-6/+4
2021-11-07chore: clean up code based on clippy warningsLars Wirzenius1-7/+7
2020-03-20Change: use anyhow and thiserror for error handlingLars Wirzenius1-13/+13
2020-03-20Change: make error message for wrong number of goals more helpfulLars Wirzenius1-3/+14
2020-03-20Refactor: add Roadmap.goalsLars Wirzenius1-1/+6
2019-10-12Change: finished steps are now octagons, circles were too bigLars Wirzenius1-1/+1
2019-10-05Change: rustfmtLars Wirzenius1-5/+3
2019-10-05Change: use RoadmapResult (nee RoadmapError) everywhereLars Wirzenius1-6/+7
2019-10-04Change: rustfmtLars Wirzenius1-9/+3
2019-10-04Change: dedends_on to get other step, not its name, as paramterLars Wirzenius1-1/+1
2019-10-04Change: make format_as_dot validate the roadmapLars Wirzenius1-6/+40
2019-10-04Change: rename as_dot to format_as_dotLars Wirzenius1-3/+3
2019-10-04Refactor: simplify logic in is_goalLars Wirzenius1-2/+1
2019-10-04Change: make Status copiable, don't pass referencesLars Wirzenius1-2/+2
2019-10-04Drop: method that wasn't mehnodLars Wirzenius1-6/+1
2019-10-04Change: pass in step, push it to vector, instead of ref and cloningLars Wirzenius1-6/+6
2019-10-03Change: add_step can't fail, don't return ResultLars Wirzenius1-12/+13
2019-10-03Change: struct Roadmap doc stringLars Wirzenius1-1/+3
2019-10-03Change: drop unnecessary crate:: prefixesLars Wirzenius1-0/+271