summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-17Merge branch 'fix-release' into 'main'0.4.1Lars Wirzenius4-5/+17
2022-04-17(NEWS): Update for 0.4.1 releaseDaniel Silverstone1-1/+5
2022-04-17(subplotlib): Update release versionDaniel Silverstone2-2/+2
2022-04-17(subplotlib): Do not generate tests for subplotlib if not in-treeDaniel Silverstone1-2/+10
2022-04-15Merge branch 'pre-release' into 'main'0.4.0Lars Wirzenius10-232/+131
2022-04-15(debian): update changelog for 0.4.0 releaseDaniel Silverstone1-0/+6
2022-04-15(chore): Update everything to 0.4.0Daniel Silverstone5-12/+12
2022-04-15(chore): Normalise NEWS file to - rather than *Daniel Silverstone1-30/+29
2022-04-15(NEWS): Add initial news for 0.4.0Daniel Silverstone1-0/+20
2022-04-15(deny): Remove ignores for no-longer-present advisoriesDaniel Silverstone1-4/+0
2022-04-15(example): Set licence for seq exampleDaniel Silverstone1-0/+1
2022-04-15(chore): Update serde-aux dependency to remove chronoDaniel Silverstone2-33/+1
2022-04-15(chore): Update tera dependency to remove chronoDaniel Silverstone2-88/+3
2022-04-15(subplotlib): Remove dependency on chronoDaniel Silverstone3-18/+12
2022-04-15(chore): Update seq example nameDaniel Silverstone2-10/+10
2022-04-15(chore): Run `cargo update`Daniel Silverstone1-39/+39
2022-04-15Merge branch 'liw/logging' into 'main'Daniel Silverstone2-12/+53
2022-04-15feat: improve logging via env_loggerLars Wirzenius2-12/+53
2022-04-10Merge branch 'liw/warnings' into 'main'Daniel Silverstone11-80/+212
2022-04-10use Option<&str> instead of &Option<String>Lars Wirzenius3-13/+18
2022-04-10chore: drop unnecessary, if harmless, debugging print from testLars Wirzenius1-1/+0
2022-04-10feat: report markup problems during typesetting as a warningLars Wirzenius3-12/+24
2022-04-10feat: make typesetting issues into warningsLars Wirzenius4-11/+30
2022-04-10feat! treat warnings as errors by defaultLars Wirzenius7-42/+103
2022-04-10refactor: collect warnings for a document in its DocumentLars Wirzenius3-12/+49
2022-04-10fix: daemon.yaml mark embedded file name as suchLars Wirzenius1-0/+2
2022-04-10fix: move echo.bib out of YAML metadata in echo.mdLars Wirzenius1-9/+3
2022-04-10fix: check capturing stderr of cargo, mixing it with stdoutLars Wirzenius1-2/+5
2022-04-10Merge branch 'effective' into 'main'Daniel Silverstone1-8/+7
2022-04-09'should be' feels wrong here, 'are' seems a better fitXipmix1-1/+1
2022-04-09Comma to break sentence into contrasting optionsXipmix1-1/+1
2022-04-09Reword sentence after standing back and staring a bitXipmix1-2/+2
2022-04-09Break long sentenceXipmix1-1/+1
2022-04-09Reword opening sentence and tidy up related textXipmix1-4/+3
2022-04-09Remove full stopXipmix1-1/+1
2022-04-02Merge branch 'fix-262' into 'main'Lars Wirzenius8-8/+108
2022-04-02Merge branch 'fix-280' into 'main'Lars Wirzenius4-42/+28
2022-04-01(subplotlib): Make ScenarioContext implement DebugDaniel Silverstone1-0/+72
2022-04-01(subplotlib): Ensure that all ContextElement objects implement DebugDaniel Silverstone8-8/+36
2022-04-01(share): Update Rust template to pass in the step text to .build()Daniel Silverstone1-1/+1
2022-04-01(subplotlib-derive): Make the builder pass the step text in .build()Daniel Silverstone1-4/+2
2022-04-01(subplotlib): Make ScenarioStep hold a full step text rather than just a func...Daniel Silverstone2-12/+14
2022-04-01(subplotlib): Make scenario run output a little closer to Python runnerDaniel Silverstone1-27/+13
2022-03-29Merge branch 'liw/rustfmt' into 'main'Daniel Silverstone2-5/+16
2022-03-29docs: document need for rustfmt, have ./check look for itLars Wirzenius2-5/+16
2022-03-26Merge branch 'fix-265' into 'main'Lars Wirzenius2-4/+6
2022-03-26(check): Deliberately pick unpleasant TZ for testingDaniel Silverstone1-1/+3
2022-03-26(files.py): Be explicit about mtimes being UTCDaniel Silverstone1-3/+3
2022-03-26Merge branch 'liw/files' into 'main'Daniel Silverstone4-61/+103
2022-03-25feat: add "file doesn't contain" step to lib/files, Python and RustLars Wirzenius4-0/+32