Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-28 | lint: Add uniqueness test for Results/Alternatives | Lars-Dominik Braun | 2 | -3/+31 | |
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 | Add GitHub Actions-based CI | Lars-Dominik Braun | 2 | -1/+56 | |
2020-08-25 | Fix links | Lars-Dominik Braun | 5 | -21/+25 | |
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 | 11 | -94/+29 | |
Move files around to separate Pesto (the library) and Pesto (the executables). Fixes for pandoc API changes. | |||||
2018-04-02 | Rename recipe terminator directive | Lars-Dominik Braun | 1 | -14/+17 | |
“Bon appétit” is French, but pesto is from Italy. This is a breaking change. | |||||
2018-04-02 | Add a proper example | Lars-Dominik Braun | 1 | -13/+26 | |
2018-04-02 | Update motivation section and fix broken links | Lars-Dominik Braun | 1 | -33/+45 | |
2018-04-01 | Support Pandoc 2 | Lars-Dominik Braun | 7 | -54/+58 | |
Apparently the new major release broke its public API, but – thankfully – added support for RST’s include directive. | |||||
2017-10-03 | Support ghc version 8 | Lars-Dominik Braun | 1 | -4/+4 | |
2016-10-24 | GHC 7.10 compatibility | Lars-Dominik Braun | 5 | -8/+7 | |
Bumps base version requirement to 4.8 due to https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysTheimportof...isredundant | |||||
2016-05-08 | GHC 7.8 compatibility | Lars-Dominik Braun | 2 | -7/+12 | |
2015-08-16 | Check well known units on result, alternative, reference | Lars-Dominik Braun | 1 | -5/+10 | |
See commit 1d63c5147500e10d386f3843ba6930fe533ab4e5 | |||||
2015-08-16 | Add linting information to dot output | Lars-Dominik Braun | 4 | -40/+50 | |
2015-08-16 | Add wip warning | Lars-Dominik Braun | 1 | -0/+5 | |
2015-08-16 | Explain what time annotations are supposed to do | Lars-Dominik Braun | 1 | -1/+4 | |
2015-08-16 | Expand related work | Lars-Dominik Braun | 1 | -2/+20 | |
2015-08-16 | Add ingredient/metadata extraction tools | Lars-Dominik Braun | 2 | -16/+57 | |
2015-08-09 | Chane result and reference argument to quantity | Lars-Dominik Braun | 5 | -37/+42 | |
Now the recipe’s yield can be extracted from the root’s quantity. | |||||
2015-08-01 | Correct cabal commands | Lars-Dominik Braun | 2 | -5/+5 | |
2015-08-01 | Switch on GHC warnings | Lars-Dominik Braun | 6 | -30/+31 | |
2015-08-01 | Rework metadata | Lars-Dominik Braun | 3 | -55/+127 | |
Simplify syntax (no leading dot), only pulled from root node, add extraction function. | |||||
2015-07-12 | graph: incoming/outgoing with nodes | Lars-Dominik Braun | 2 | -9/+13 | |
2015-07-12 | Rewrite lint introduction | Lars-Dominik Braun | 1 | -8/+12 | |
2015-07-11 | Improve documentation documentation | Lars-Dominik Braun | 1 | -10/+16 | |
2015-07-11 | Rename Operation to Instruction | Lars-Dominik Braun | 6 | -58/+59 | |
More appropriate. The graph builder is essentially a small, special-purpose stack processor. | |||||
2015-07-04 | Lint: Restrict ranges | Lars-Dominik Braun | 1 | -0/+27 | |
2015-07-04 | Rewrite motivation | Lars-Dominik Braun | 1 | -31/+77 | |
2015-06-29 | Use cabal’s testsuite interface | Lars-Dominik Braun | 2 | -4/+6 | |
2015-06-28 | Replace file magic with directives | Lars-Dominik Braun | 6 | -54/+109 | |
Adds the %pesto and %bonappetit directives, switches to stream-based operation. | |||||
2015-06-21 | Add README symlink | Lars-Dominik Braun | 1 | -0/+1 | |
2015-06-14 | First public version | Lars-Dominik Braun | 16 | -0/+1510 | |