summaryrefslogtreecommitdiff
path: root/subplotlib/src/steplibrary/files.rs
AgeCommit message (Expand)AuthorFilesLines
2024-04-20chore: truncate files when opening for writingLars Wirzenius1-0/+2
2023-02-11chore: avoid unnecessary borrowing of borrowsLars Wirzenius1-3/+3
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-1/+1
2022-10-22(steplibrary): Update files and runcmd to use new path typeDaniel Silverstone1-37/+46
2022-10-18feat: have Rust lib/files steps for verifying file contents dump itLars Wirzenius1-0/+13
2022-04-15(subplotlib): Remove dependency on chronoDaniel Silverstone1-3/+8
2022-04-01(subplotlib): Ensure that all ContextElement objects implement DebugDaniel Silverstone1-1/+1
2022-03-25feat: add "file doesn't contain" step to lib/files, Python and RustLars Wirzenius1-0/+15
2022-03-06(subplotlib): Fix places where we weren't processing ResultsDaniel Silverstone1-2/+2
2022-02-26(subplotlib): Improve step library documentationDaniel Silverstone1-0/+129
2021-05-28subplotlib: Add some basic docs to a bit of the files steplibraryDaniel Silverstone1-0/+20
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
2020-12-30subplotlib: Use open_write() and fix bug in remember_metadataDaniel Silverstone1-14/+12
2020-12-30subplotlib: Move canonicalise_filename into Datadir implDaniel Silverstone1-34/+15
2020-12-29subplotlib: Add files step library, with testsDaniel Silverstone1-0/+268