Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-19 | graph: Add ingredient mergingHEADmaster | Lars-Dominik Braun | 1 | -2/+87 | |
2022-10-03 | lint: Allow annotating results with a time | Lars-Dominik Braun | 1 | -25/+35 | |
Used to indicate how long it takes to achieve a result. | |||||
2022-09-07 | Copy-edit specification | Lars-Dominik Braun | 5 | -228/+257 | |
2022-09-04 | Change GitHub URLs to Codeberg | Lars-Dominik Braun | 1 | -2/+2 | |
2022-09-03 | lint: Drop argument unpacking and error case | Lars-Dominik Braun | 1 | -2/+1 | |
2022-09-03 | graph: Move bullet point into text | Lars-Dominik Braun | 1 | -4/+4 | |
2022-08-29 | serialize: Resolve todos | Lars-Dominik Braun | 1 | -5/+0 | |
2022-08-29 | graph: Use code markup for code examples | Lars-Dominik Braun | 1 | -1/+2 | |
2022-08-29 | lint: Add check for circular graph | Lars-Dominik Braun | 1 | -3/+39 | |
2022-08-29 | graph: Use node id when querying incoming/outcoming nodes/edges | Lars-Dominik Braun | 2 | -10/+10 | |
2022-08-28 | lint: Add uniqueness test for Results/Alternatives | Lars-Dominik Braun | 1 | -2/+30 | |
2022-08-28 | lint: Resolve and remove some todo’s | Lars-Dominik Braun | 1 | -42/+9 | |
2022-08-28 | Fix link rendering | Lars-Dominik Braun | 1 | -2/+3 | |
Move it into text, because pandoc’s .rst parser is limited. | |||||
2020-08-25 | Fix links | Lars-Dominik Braun | 4 | -18/+23 | |
pandoc does not handle internal links well for some reason, so replace them with HTML anchors and pray for the best. | |||||
2020-08-24 | GHC 8.8, cabal 3, pandoc 2.10 compatibility | Lars-Dominik Braun | 6 | -0/+1489 | |
Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes. |