summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)AuthorFilesLines
2020-04-22Change: get Python template from templates/python/template.{yaml.py}Lars Wirzenius1-0/+17
2020-04-19Add: support for simple patternsLars Wirzenius1-0/+8
2020-04-19error: Add ContinuationTooEarly errorDaniel Silverstone1-0/+8
2020-04-12Add: OutputDirectoryNotFound errorLars Wirzenius1-0/+10
2020-04-11Merge branch 'errmsg' into 'master'Daniel Silverstone1-4/+8
2020-04-10Change: check for embedded files with non-unique namesLars Wirzenius1-0/+7
2020-04-04Change: show the binding that doesn't name a functionLars Wirzenius1-2/+2
2020-04-04Change: change BindingUnknown message to give contextLars Wirzenius1-2/+6
2020-03-30Change: add documentation for error variantsLars Wirzenius1-20/+86
2020-03-30Refactor: rename OurError to SubplotErrorLars Wirzenius1-5/+5
2020-03-28Change: use thiserror to simplify errors.rsLars Wirzenius1-140/+59
2020-02-26Add: --date option to sp-docgenLars Wirzenius1-0/+20
2020-01-01Add: function name to findingsLars Wirzenius1-0/+9
2019-12-29Refactor: rustfmtLars Wirzenius1-1/+2
2019-12-28Add: Error enum for when first scenario comes before first headingLars Wirzenius1-0/+9
2019-12-28Fix: use of missing_docs directiveLars Wirzenius1-1/+0
2019-12-22Add: struct Document to represent a Subplot documentLars Wirzenius1-2/+33
2019-12-14Fix: Display for ErrorLars Wirzenius1-4/+4
2019-12-14Add: UnknownStepKind errorLars Wirzenius1-0/+9
2019-12-14Change: fix or add doc comments everywhereLars Wirzenius1-2/+3
2019-12-14Change: error on missing docs, add some for errorsLars Wirzenius1-0/+17
2019-12-14Refactor: rustfmtLars Wirzenius1-2/+1
2019-12-14Refactor: use our own Result type for our main programsLars Wirzenius1-0/+8
2019-12-14Refactor: handle more errors in our custom error typeLars Wirzenius1-0/+22
2019-12-14Refactor: avoid Box in result, add IoError variantLars Wirzenius1-7/+15
2019-12-14Refactor: provide a Result typeLars Wirzenius1-0/+4
2019-12-14Refactor: introduce a custom error typeLars Wirzenius1-0/+37