summaryrefslogtreecommitdiff
path: root/src/bindings.rs
AgeCommit message (Expand)AuthorFilesLines
2020-06-06fix: report name of missing bindings or functions file in error msgLars Wirzenius1-1/+2
2020-05-24test: Test simple patterns with metacharacters changeDaniel Silverstone1-8/+8
2020-05-24feat: Add error if implicit simple pattern has regex metacharactersDaniel Silverstone1-2/+13
2020-05-24fix: Correct regex used in converting simple patternsDaniel Silverstone1-1/+1
2020-05-17feat: add optional "cleanup" function to bindingsLars Wirzenius1-25/+70
2020-05-09Merge branch 'keepkeyword' into 'master'Daniel Silverstone1-8/+8
2020-05-09Change: keep actual text of keyword from scenarioLars Wirzenius1-8/+8
2020-05-09Change: use a base directory for relative pathsLars Wirzenius1-1/+5
2020-05-01Fix: nits found by cargo clippyLars Wirzenius1-1/+0
2020-04-19Add: support for simple patternsLars Wirzenius1-18/+145
2020-04-19Add: unit test for finding a binding that uses regular expressionsLars Wirzenius1-0/+25
2020-04-04Change: show the binding that doesn't name a functionLars Wirzenius1-5/+4
2020-04-04Change: change BindingUnknown message to give contextLars Wirzenius1-4/+5
2020-03-30Refactor: rename OurError to SubplotErrorLars Wirzenius1-3/+3
2020-03-28Change: use thiserror to simplify errors.rsLars Wirzenius1-3/+3
2020-01-05Refactor: return slices instead of iteratorsLars Wirzenius1-8/+6
2020-01-04Add: function name to MatchedStepLars Wirzenius1-1/+1
2020-01-02Add: Binding.function()Lars Wirzenius1-13/+22
2020-01-01Add: function name to findingsLars Wirzenius1-5/+12
2020-01-01Change: captured parts of steps now have namesLars Wirzenius1-3/+20
2020-01-01Change: adapt to naming captured partial stepsLars Wirzenius1-2/+2
2019-12-29Refactor: rustfmtLars Wirzenius1-2/+0
2019-12-28Add: missing documentation commentsLars Wirzenius1-0/+1
2019-12-28Fix: nitpicks found by cargo clippyLars Wirzenius1-7/+13
2019-12-28Fix: use of missing_docs directiveLars Wirzenius1-1/+0
2019-12-14Change: fix or add doc comments everywhereLars Wirzenius1-9/+11
2019-12-14Refactor: rustfmtLars Wirzenius1-4/+2
2019-12-14Refactor: handle more errors in our custom error typeLars Wirzenius1-9/+7
2019-12-12Refactor: make unmatched, text be PartialStep constructorsLars Wirzenius1-11/+10
2019-12-12Refactor: combine binding.rs to bindings.rsLars Wirzenius1-2/+176
2019-12-01Refactor: rename Match to MatchedStep for clarityLars Wirzenius1-2/+2
2019-12-01Refactor: rustfmtLars Wirzenius1-1/+2
2019-11-30Change: typeset using bindings informationLars Wirzenius1-0/+72
2019-11-30Refactor: refer to step parts as captured or captured textLars Wirzenius1-1/+1
2019-10-28Refactor: rustfmtLars Wirzenius1-6/+7
2019-10-27Change: add rudimentary step matchingLars Wirzenius1-0/+56
2019-10-26Add: docstringsLars Wirzenius1-1/+6
2019-10-26Refactor: rustfmtLars Wirzenius1-5/+2
2019-10-26Drop: badly designed step matching codeLars Wirzenius1-10/+0
2019-10-26Change: store pattern and compiled regex separatelyLars Wirzenius1-11/+0
2019-10-20Change: impelment Bindings::find, very simplyLars Wirzenius1-3/+17
2019-10-20Change: add way to add bindings to Bindings, and unit testsLars Wirzenius1-1/+36
2019-10-20Add: single binding, set of bindingsLars Wirzenius1-0/+19