summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)AuthorFilesLines
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius1-3/+0
2022-04-10feat: report markup problems during typesetting as a warningLars Wirzenius1-0/+12
2022-04-10feat: make typesetting issues into warningsLars Wirzenius1-1/+10
2022-04-10feat! treat warnings as errors by defaultLars Wirzenius1-3/+12
2022-04-10refactor: collect warnings for a document in its DocumentLars Wirzenius1-0/+36
2021-12-27codegen: Refuse to generate code if the specified template is not presentDaniel Silverstone1-0/+9
2021-11-19various: Rework document to support multiple implementationsDaniel Silverstone1-1/+10
2021-10-08codegen: Refuse to codegen if there are zero scenariosDaniel Silverstone1-0/+4
2021-09-16feat! parse Markdown input with pull-cmark instead of PandocLars Wirzenius1-1/+9
2021-09-04bindings: Example chained error for parsing bindingsDaniel Silverstone1-0/+4
2021-07-20feat: when more than one bindings match a step, list all of themLars Wirzenius1-2/+4
2021-04-14refactor: don't use anyhow in the library part of the crateLars Wirzenius1-1/+5
2020-12-18bindings: Add check that captured text matches the kind patternsDaniel Silverstone1-0/+4
2020-12-18bindings: Use/amend the typemap when parsing simple patternsDaniel Silverstone1-0/+4
2020-12-03codegen: Make template metadata entry mandatoryDaniel Silverstone1-0/+9
2020-11-04graphmarkup: Add pikchr rendererDaniel Silverstone1-0/+4
2020-09-26add: simple word pattern kindsLars Wirzenius1-0/+4
2020-06-20Merge branch 'extract' into 'master'Daniel Silverstone1-0/+4
2020-06-20Apply 1 suggestion(s) to 1 file(s)Lars Wirzenius1-1/+1
2020-06-08feat: add sp-extract for extracting data files from subplotsLars Wirzenius1-0/+4
2020-06-06feat: Support reporting error when more than one binding matches a stepDaniel Silverstone1-0/+7
2020-06-06fix: report name of missing bindings or functions file in error msgLars Wirzenius1-0/+8
2020-05-24feat: Add linting for add-newline attributeDaniel Silverstone1-0/+14
2020-05-24errors: Add error case for regex metacharacters detectedDaniel Silverstone1-0/+8
2020-05-09Merge branch 'keepkeyword' into 'master'Daniel Silverstone1-3/+7
2020-05-09Change: keep actual text of keyword from scenarioLars Wirzenius1-3/+7
2020-05-09Change: use a base directory for relative pathsLars Wirzenius1-0/+9
2020-05-08error: Add UnknownClasses errorDaniel Silverstone1-0/+4
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