summaryrefslogtreecommitdiff
path: root/src/parser.rs
AgeCommit message (Expand)AuthorFilesLines
2024-02-19chore: fix problems found by clippyLars Wirzenius1-2/+0
2022-01-21refactor: parse with serde directly to data structureLars Wirzenius1-93/+8
2022-01-21refactor: format code with rustfmtLars Wirzenius1-1/+1
2021-11-07chore: clean up code based on clippy warningsLars Wirzenius1-27/+16
2020-03-20Change: use anyhow and thiserror for error handlingLars Wirzenius1-6/+6
2019-10-05Change: use RoadmapResult (nee RoadmapError) everywhereLars Wirzenius1-10/+9
2019-10-04Change: dependencies() to return iterator over &strLars Wirzenius1-2/+2
2019-10-04Change: make format_as_dot validate the roadmapLars Wirzenius1-35/+5
2019-10-04Change: pass in step, push it to vector, instead of ref and cloningLars Wirzenius1-1/+1
2019-10-03Change: add_step can't fail, don't return ResultLars Wirzenius1-1/+1
2019-10-03Change: handle depends not being a list of names in parsingLars Wirzenius1-7/+13
2019-10-03Change: Roadmap.step_names to return an iteratorLars Wirzenius1-1/+1
2019-10-03Drop: unnecessary lifetime annotation from parse_labelLars Wirzenius1-1/+1
2019-09-28Refactor: cleanliness, clarity and simplicity, and rustfmtLars Wirzenius1-14/+14
2019-09-28Change: move Status, Step, Roadmap, and parser to separate modulesLars Wirzenius1-0/+196