summaryrefslogtreecommitdiff
path: root/subplot
AgeCommit message (Collapse)AuthorFilesLines
2022-04-18fix: annotate type for captured name of embedded fileLars Wirzenius1-0/+2
Sponsored-by: author
2021-09-15fix: add 'impl' in bindings file for new SubplotLars Wirzenius1-10/+30
Sponsored-by: author
2021-07-22chore: use lib/runcmd from Subplot, drop vendored copyLars Wirzenius2-335/+0
Sponsored-by: author
2021-02-18fix: drop unwanted empty lines from outputLars Wirzenius1-6/+0
It turns out that something (serde_yaml) now outputs a newline at the of a document. println! adds a second. Tests don't expect the extra one so use print! instead. Also, drop the temporary workaround.
2021-02-18fix: strip unwanted extra new line from actual outputLars Wirzenius1-0/+7
This should be fixed some day, but I've run out of time debugging this. It only happens in CI. I can run the tests 1000 times locally without problems.
2021-02-18test: if output is not match, print diffLars Wirzenius1-0/+3
This makes it easier to debug failure in CI.
2021-02-18feat: support named pipes (FIFOs)Lars Wirzenius2-0/+7
2021-02-18feat: handle Unix domain socketsLars Wirzenius2-0/+27
2020-12-12feat: support symbolic linksLars Wirzenius2-4/+11
2020-11-28feat: add SHA256 checksum of contents of regular filesLars Wirzenius1-0/+4
2020-11-28feat: implement Summain in RustLars Wirzenius4-0/+388