summaryrefslogtreecommitdiff
path: root/subplotlib/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-16subplotlib: Ensure that PATH changes are indeed prepended not appended.Daniel Silverstone1-2/+8
2021-10-13subplotlib: Do not override environment entirelyDaniel Silverstone1-3/+7
2021-09-18subplotlib: Upgrade to state 0.5Daniel Silverstone1-2/+2
2021-05-28subplotlib: Add some basic docs to a bit of the files steplibraryDaniel Silverstone1-0/+20
2021-05-28subplotlib: ScenarioStep::register_contexts should be pub(crate)Daniel Silverstone1-1/+1
2021-05-28subplotlib: Document more of the preludeDaniel Silverstone1-4/+122
2021-05-22subplotlib: Fix broken link in ContextElement::step_stopsDaniel Silverstone1-1/+1
2021-05-22subplotlib: Do not document lazy_static in preludeDaniel Silverstone1-1/+1
2021-05-22subplotlib: Fix doctests in file moduleDaniel Silverstone1-0/+4
2021-05-19subplotlib: Add running in a subdir to runcmdDaniel Silverstone1-1/+22
2021-02-27subplotlib: path_exists - check path is a directoryDaniel Silverstone1-1/+6
2021-02-07subplotlib: Add directory steps to files libraryDaniel Silverstone1-0/+61
2021-02-07subplotlib: Add create_dir_all to datadir contextDaniel Silverstone1-0/+6
2021-02-07subplotlib: Remove unused import from runcmdDaniel Silverstone1-1/+0
2021-01-31subplotlib: Add external environment override for runcmdDaniel Silverstone1-1/+17
2021-01-31subplotlib: Update runcmd for better PATH managementDaniel Silverstone1-11/+32
2021-01-17fix: comparison with a slice of outputLars Wirzenius1-1/+1
2021-01-16chore: Cleanups from !118Daniel Silverstone2-2/+1
2020-12-30subplotlib: Add runcmd step libraryDaniel Silverstone2-0/+260
2020-12-30subplotlib: Use open_write() and fix bug in remember_metadataDaniel Silverstone1-14/+12
2020-12-30subplotlib: Add open_write() to Datadir implDaniel Silverstone1-0/+12
2020-12-30subplotlib: Move canonicalise_filename into Datadir implDaniel Silverstone2-35/+35
2020-12-29subplotlib: Add files step library, with testsDaniel Silverstone2-0/+269
2020-12-29subplotlib: Permit non-unit returns from context.with{,_mut}Daniel Silverstone1-4/+4
2020-12-28subplotlib: Trivial datadir supportDaniel Silverstone3-0/+106
2020-12-28subplotlib: Rework contextelement to be able to register other elementsDaniel Silverstone3-31/+45
2020-12-27subplotlib: Support entry/exit of scenario and stepsDaniel Silverstone1-15/+123
2020-12-26subplotlib: Force explicit registration of contextsDaniel Silverstone2-10/+78
2020-12-26subplotlib: Add ContextElement traitDaniel Silverstone1-8/+40
2020-12-21rust: Handle poison differently for cleanupsDaniel Silverstone2-11/+11
2020-12-21subplotlib: Enable catching of panicsDaniel Silverstone1-1/+21
2020-12-21subplotlib: Support direct calling of other stepsDaniel Silverstone1-2/+2
2020-12-21subplotlib: use state for contextDaniel Silverstone3-48/+78
2020-12-21subplotlib: Add a bunch of documentationDaniel Silverstone8-11/+136
2020-12-21subplotlib: Add initial subplotlibDaniel Silverstone8-0/+199