Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-07 | CONTRIBUTING.md: update modules overview | Albert Krewinkel | 1 | -5/+6 | |
2021-03-17 | Benchmark improvements. | John MacFarlane | 1 | -3/+0 | |
* Build `+RTS -A256m -RTS` into default ghc-options for benchmark, so we don't have to specify this separately on the command line. This is necessary to get accurate benchmark results; otherwise we are largely measuring garbage collecting, some not related to the current benchmark. * Switch back from gauge to tasty-bench. * Allow specifying BASELINE file in 'make bench' for comparison (otherwise the latest is chosen by default). * Remove obsolete reference to weigh-pandoc from CONTRIBUTING.md. * Remove `-Rghc-timing` from 'make bench'. | |||||
2021-03-16 | CONTRIBUTING: suggest using a `cabal.project.local` file (#7153) | Albert Krewinkel | 1 | -3/+10 | |
2021-02-26 | Fix/update URLs and use HTTP**S** where possible (#7122) | Salim B | 1 | -8/+8 | |
2021-01-12 | CONTRIBUTING: note on GNU xargs | John MacFarlane | 1 | -0/+3 | |
2020-12-18 | New advice for pre-commit filter. | John MacFarlane | 1 | -1/+2 | |
Without `--diff-filter=MA` it will try to lint deletions, and fail because the file is not present. | |||||
2020-12-18 | Fix typo in CONTRIBUTING.md | Benjamin Wuethrich | 1 | -1/+1 | |
2020-11-27 | CONTRIBUTING: add section "How can I help?" (#6892) | Albert Krewinkel | 1 | -5/+68 | |
Also adds a paragraph aimed at highlighting the importance of feature maintenance. | |||||
2020-11-25 | Fix pre-commit hook so it doesn't catch .latex+lhs extensions. | John MacFarlane | 1 | -1/+1 | |
2020-11-16 | CONTRIBUTING: describe hlint and how it's used (#6840) | Albert Krewinkel | 1 | -0/+27 | |
2020-09-01 | Remove Circle CI badge, references | Albert Krewinkel | 1 | -1/+1 | |
CI checks run on GitHub Actions now. | |||||
2020-08-01 | Fix typo in CONTRIBUTING.md (#6584) | Dmitry Volodin | 1 | -4/+3 | |
Againt -> against And use GitHub instead of github everywhere | |||||
2020-07-02 | CONTRIBUTING.md: Advertise the official nightlies in GitHub actions. | John MacFarlane | 1 | -3/+9 | |
Replaces #6500, thanks to @ickc. | |||||
2019-10-16 | Add info about command test naming to CONTRIBUTING | Florian B | 1 | -0/+3 | |
Added a paragraph about naming conventions for tests in `test/command/` to the contributors guide. Advises to include issue number and/or feature being tested. | |||||
2019-09-05 | Small cleanups in Makefile. | John MacFarlane | 1 | -4/+3 | |
2019-07-19 | CONTRIBUTING: make clear that `--accept` works for all golden tests... | John MacFarlane | 1 | -6/+8 | |
not just docx. | |||||
2019-07-19 | CONTRIBUTING.md: mention command tests. | John MacFarlane | 1 | -1/+2 | |
2019-07-19 | Improve CONTRIBUTING.md with information on tests (#5652) | Agustín Martín Barbero | 1 | -0/+29 | |
from INSTALL.md and [elsewhere](https://github.com/jgm/pandoc/pull/4383#issuecomment-367379040) | |||||
2019-03-27 | Drop support for ghc < 8. | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | CONTRIBUTING: replace reference to travis with circleci. | John MacFarlane | 1 | -2/+1 | |
2018-09-07 | CONTRIBUTING.md: link to lua-filters repository. | John MacFarlane | 1 | -0/+7 | |
See #4874. | |||||
2018-08-21 | Fix mistake in REPL instructions for stack. (#4849) | Brian Leung | 1 | -1/+1 | |
2018-07-02 | More spellcheck | Alexander Krotov | 1 | -1/+1 | |
2018-06-29 | Update list of supported ghc versions. | John MacFarlane | 1 | -5/+2 | |
2018-04-23 | CONTRIBUTING.md: added note about --trace. | John MacFarlane | 1 | -0/+4 | |
2018-01-28 | CONTRIBUTING.md: label was renamed. (#4310) | Adam Brandizzi | 1 | -2/+2 | |
See https://groups.google.com/forum/#!msg/pandoc-discuss/mrFsj5RzNFA/Pnd3zubWBwAJ;context-place=searchin/pandoc-discuss/%22good$20first$20issue%22%7Csort:date | |||||
2017-10-26 | partially undo b851c2a | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | CONTRIBUTING.md: update reference to a deprecated arg | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | CONTRIBUTING.md: general proofread | Kolen Cheung | 1 | -12/+10 | |
grammar, uniform style, etc. | |||||
2017-10-26 | CONTRIBUTING.md: sync a quote from MANUAL.txt | Kolen Cheung | 1 | -4/+4 | |
2017-10-26 | CONTRIBUTING.md: add links | Kolen Cheung | 1 | -10/+15 | |
2017-03-01 | Fixed typos in CONTRIBUTING.md (#3479) | Wandmalfarbe | 1 | -2/+2 | |
2017-02-26 | Fixed typo in CONTRIBUTING.md. | John MacFarlane | 1 | -1/+1 | |
Introduced by 9d91b8825f6338e415eceb1163bba95d3178a49a. | |||||
2017-02-26 | CONTRIBUTING.md add "ask on pandoc-discuss" | Mauro Bieg | 1 | -1/+7 | |
2017-02-25 | Fix stale references to `tests` directory (#3469) | Or Neeman | 1 | -2/+2 | |
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references. | |||||
2017-02-20 | Modified documentation now that submodule fetching isn't needed. | John MacFarlane | 1 | -15/+17 | |
2017-01-25 | CONTRIBUTING: instructions for building weigh-pandoc. | John MacFarlane | 1 | -0/+5 | |
2017-01-25 | Removed PROFILING, added profiling info to CONTRIBUTING.md. | John MacFarlane | 1 | -0/+17 | |
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -1/+1 | |
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes. | |||||
2016-12-14 | CONTRIBUTING: Describe labels currently used in issue tracker | Albert Krewinkel | 1 | -17/+25 | |
The labels have changed over time, the list of labels is updated to reflect the current set of labels used in the issue tracker. | |||||
2016-11-24 | CONTRIBUTING.md: minor change in wording and punctuation (#3252) | ickc | 1 | -13/+13 | |
- em-dash should be used here, not en-dash (which is for, e.g., ranges). - unicode em-dash is used because GitHub don’t do SmartyPants on dashes. | |||||
2016-10-25 | Minor changes to CONTRIBUTING.md. | John MacFarlane | 1 | -2/+2 | |
2016-09-02 | Bump supported ghc version in CONTRIBUTING.md. | Jesse Rosenthal | 1 | -1/+1 | |
2016-07-20 | Rename README to MANUAL.txt | Albert Krewinkel | 1 | -4/+4 | |
2016-02-05 | Added info on Stack to CONTRIBUTING.md. | John MacFarlane | 1 | -4/+24 | |
2016-02-05 | CONTRIBUTING.md : update test enabling documentation | Mathieu Duponchelle | 1 | -0/+1 | |
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :) | |||||
2015-10-10 | Small tweak on CONTRIBUTING.md. | John MacFarlane | 1 | -4/+5 | |
2015-08-15 | Added note to CONTRIBUTING.md about ghc versions and travis. | John MacFarlane | 1 | -0/+7 | |
2015-08-08 | Clarified what is "out of scope" in README and CONTRIBUTING.md. | John MacFarlane | 1 | -0/+26 | |
2015-07-15 | Added section on REPL to CONTRIBUTING.md. | John MacFarlane | 1 | -0/+14 | |