summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-27bindings: Add warnings for missing capture names or missing capture typesDaniel Silverstone1-0/+8
2023-12-25refactor: move CSS file out of doc.rsLars Wirzenius1-0/+4
2023-12-01feat: make libdocgen fail if a binding lacks a doc stringLars Wirzenius1-0/+7
2023-06-10feat: Warn when named codeblocks lack classesDaniel Silverstone1-0/+4
2023-06-07feat! don't allow indented scenario stepsLars Wirzenius1-0/+4
2023-05-19chore: drop unused SubplotError::AstLars Wirzenius1-4/+0
2023-05-19feat: add location information to markdown parsing errorsLars Wirzenius1-3/+3
2023-05-14feat: check for duplicate scenario titlesLars Wirzenius1-0/+7
2023-04-08chore(src/error.rs): drop unused error variantsLars Wirzenius1-20/+0
2023-04-08feat! convert markdown parsing to use pulldown_cmarkLars Wirzenius1-0/+14
2023-02-25(Warnings): Add is_empty() and len()Daniel Silverstone1-0/+10
2023-01-28refactor: move YamlMetadata to src/metadata.rsLars Wirzenius1-1/+1
2022-10-21fix: say for which file lookup of input file mtime failsLars Wirzenius1-0/+8
2022-09-06feat! read document metadata from a YAML fileLars Wirzenius1-0/+4
2022-08-13Merge branch 'liw/refactor-errors' into 'main'Daniel Silverstone1-7/+11
2022-08-13feat: make errors have a source errorLars Wirzenius1-7/+11
2022-07-30chore: handle write! errorsLars Wirzenius1-0/+4
2022-05-06refactor: replace SubplotError::JsonError with a more specific oneLars Wirzenius1-10/+3
2022-05-06refactor: replace SubplotError::RegexError with a simpler oneLars Wirzenius1-6/+2
2022-05-06refactor: replace SubplotError::YamlError with more specific oneLars Wirzenius1-10/+3
2022-05-06refactor: replace generic Pandoc error with specificLars Wirzenius1-10/+3
2022-05-06refactor! split SubplotError::IoError into more specific errorsLars Wirzenius1-10/+23
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