summaryrefslogtreecommitdiff
path: root/src/matches.rs
AgeCommit message (Expand)AuthorFilesLines
2023-12-25feat: typeset scenarios by typesetting stepsLars Wirzenius1-11/+26
2023-08-12subplot: Enable passing of location into the template expansionDaniel Silverstone1-1/+6
2022-05-05refactor: drop the subplot::Result type aliasLars Wirzenius1-3/+7
2021-09-07subplot: Properly support polyglot bindingsDaniel Silverstone1-7/+17
2021-09-07bindings: Initial move toward multi-lingual bindingsDaniel Silverstone1-5/+6
2021-09-04chore: Fix unnecessary borrow lintsDaniel Silverstone1-6/+2
2021-07-20feat: when more than one bindings match a step, list all of themLars Wirzenius1-9/+35
2020-12-18bindings: Change typemap to use an enumDaniel Silverstone1-4/+4
2020-12-18doc: Add lint/check for filenamesDaniel Silverstone1-0/+5
2020-12-18bindings: Support parameter type mapDaniel Silverstone1-1/+15
2020-12-18chore: Undo unnecessary allow attributesDaniel Silverstone1-2/+1
2020-06-06feat: Support reporting error when more than one binding matches a stepDaniel Silverstone1-10/+1
2020-05-17feat: add optional "cleanup" function to bindingsLars Wirzenius1-1/+3
2020-04-04Change: change BindingUnknown message to give contextLars Wirzenius1-1/+1
2020-03-30Refactor: rename OurError to SubplotErrorLars Wirzenius1-2/+2
2020-03-28Change: use thiserror to simplify errors.rsLars Wirzenius1-2/+2
2020-01-10Add: --templates option to sp-codegenLars Wirzenius1-1/+1
2020-01-08Change: use tera templates for generating Python codeLars Wirzenius1-7/+71
2020-01-05Refactor: rustfmtLars Wirzenius1-3/+3
2020-01-04Change: document the string in a CapturedStep variantLars Wirzenius1-1/+2
2020-01-04Add: function name to MatchedStepLars Wirzenius1-1/+8
2020-01-01Add: unit tests for comparing partial stepsLars Wirzenius1-0/+47
2020-01-01Change: adapt to naming captured partial stepsLars Wirzenius1-5/+8
2019-12-28Add: missing documentation commentsLars Wirzenius1-0/+3
2019-12-28Fix: nitpicks found by cargo clippyLars Wirzenius1-1/+1
2019-12-28Fix: use of missing_docs directiveLars Wirzenius1-1/+0
2019-12-14Change: fix or add doc comments everywhereLars Wirzenius1-10/+8
2019-12-12Refactor: make unmatched, text be PartialStep constructorsLars Wirzenius1-9/+11
2019-12-01Refactor: rename Match to MatchedStep for clarityLars Wirzenius1-4/+4
2019-11-30Refactor: refer to step parts as captured or captured textLars Wirzenius1-8/+8
2019-10-28Refactor: rustfmtLars Wirzenius1-3/+3
2019-10-27Change: returned captured parts of step textLars Wirzenius1-0/+31
2019-10-27Change: add rudimentary step matchingLars Wirzenius1-2/+13
2019-10-26Add: docstringsLars Wirzenius1-6/+12
2019-10-26Refactor: rustfmtLars Wirzenius1-3/+1
2019-10-26Change: derive useful things for PartialStep, StepSnippetLars Wirzenius1-1/+2
2019-10-23Change: return unmatched and matched text as separate enumsLars Wirzenius1-5/+11
2019-10-22Add: beginnings of MatchLars Wirzenius1-0/+49