summaryrefslogtreecommitdiff
path: root/subplotlib/src/scenario.rs
AgeCommit message (Expand)AuthorFilesLines
2023-08-12subplotlib: Add storage of location into scenario/scenariostepDaniel Silverstone1-7/+13
2023-08-12chore: Clippy fixupDaniel Silverstone1-1/+1
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-2/+2
2022-04-02Merge branch 'fix-262' into 'main'Lars Wirzenius1-1/+74
2022-04-01(subplotlib): Make ScenarioContext implement DebugDaniel Silverstone1-0/+72
2022-04-01(subplotlib): Ensure that all ContextElement objects implement DebugDaniel Silverstone1-1/+2
2022-04-01(subplotlib): Make ScenarioStep hold a full step text rather than just a func...Daniel Silverstone1-4/+4
2022-04-01(subplotlib): Make scenario run output a little closer to Python runnerDaniel Silverstone1-27/+13
2022-02-26(subplotlib): Add some doctestsDaniel Silverstone1-0/+15
2021-12-27subplotlib: Add some scenario running output to make it easier to work out wh...Daniel Silverstone1-1/+27
2021-09-18subplotlib: Upgrade to state 0.5Daniel Silverstone1-2/+2
2021-05-22subplotlib: Fix broken link in ContextElement::step_stopsDaniel Silverstone1-1/+1
2020-12-29subplotlib: Permit non-unit returns from context.with{,_mut}Daniel Silverstone1-4/+4
2020-12-28subplotlib: Rework contextelement to be able to register other elementsDaniel Silverstone1-28/+40
2020-12-27subplotlib: Support entry/exit of scenario and stepsDaniel Silverstone1-15/+123
2020-12-26subplotlib: Force explicit registration of contextsDaniel Silverstone1-8/+68
2020-12-26subplotlib: Add ContextElement traitDaniel Silverstone1-8/+40
2020-12-21rust: Handle poison differently for cleanupsDaniel Silverstone1-7/+7
2020-12-21subplotlib: Support direct calling of other stepsDaniel Silverstone1-2/+2
2020-12-21subplotlib: use state for contextDaniel Silverstone1-11/+65
2020-12-21subplotlib: Add a bunch of documentationDaniel Silverstone1-3/+27
2020-12-21subplotlib: Add initial subplotlibDaniel Silverstone1-0/+51