Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-08 | CI: disable ansi-tricks in tasty. | John MacFarlane | 1 | -6/+6 | |
This will prevent the test output from being overwhelmed with headings from passing tests. | |||||
2021-06-11 | Make parts of the bug report templates HTML comments. | John MacFarlane | 2 | -0/+4 | |
2021-06-11 | Revise issue report "dashboard." | John MacFarlane | 1 | -7/+1 | |
2021-06-11 | Add note about asking questions to bug report template. | John MacFarlane | 1 | -0/+2 | |
2021-06-11 | Fix line breaks in issue templates. | John MacFarlane | 2 | -4/+2 | |
2021-06-11 | Fix link to contributing guidelines. | John MacFarlane | 2 | -3/+3 | |
2021-06-11 | Add contributing guidelines to issue menu. | John MacFarlane | 1 | -0/+3 | |
2021-06-11 | More honing of issue templates. | John MacFarlane | 2 | -10/+11 | |
2021-06-11 | Remove pull requset template. | John MacFarlane | 1 | -19/+0 | |
2021-06-11 | Add pull request template. | John MacFarlane | 1 | -0/+19 | |
2021-06-11 | Improve issue templates. | John MacFarlane | 4 | -98/+17 | |
2021-06-11 | Revert "Remove md versions of issue templates." | John MacFarlane | 2 | -0/+58 | |
This reverts commit 61c0e0bbfbbaa53a31ba302237704001ca22e791. | |||||
2021-06-11 | Remove md versions of issue templates. | John MacFarlane | 2 | -58/+0 | |
2021-06-11 | Update issue templates | John MacFarlane | 2 | -0/+58 | |
2021-06-11 | Fancier issue templates. | John MacFarlane | 4 | -11/+76 | |
Based on Doom Emacs's templates. | |||||
2021-05-25 | CI: test with GHC 9.0.1 | Albert Krewinkel | 1 | -1/+6 | |
2021-05-10 | CI: install numa library. | John MacFarlane | 1 | -0/+4 | |
See failure at https://github.com/jgm/pandoc/runs/2541449722 | |||||
2021-04-19 | Fix nightly build. | John MacFarlane | 1 | -2/+2 | |
2021-04-18 | CI: Use cabal 2.4 even with ghc 8.0.2 | John MacFarlane | 1 | -2/+2 | |
2021-03-19 | CI: test with different flags. | John MacFarlane | 1 | -3/+9 | |
2021-03-17 | Fix benchmark in ci. | John MacFarlane | 1 | -1/+1 | |
2021-03-16 | Fix benchmark CI to use gauge options. | John MacFarlane | 1 | -1/+1 | |
2021-03-06 | Fix linux nightly build to use ghc 8.10.3. | John MacFarlane | 1 | -0/+7 | |
With 9.0.1 we can't yet build all dependencies. | |||||
2021-03-02 | Avoid split-sections for Windows rc. | John MacFarlane | 1 | -2/+1 | |
We get an error "too many sections." Maybe a bug in stack? https://stackoverflow.com/questions/64287505/ld-too-many-sections-90295 | |||||
2021-03-01 | Use -split-sections in creating release binary. | John MacFarlane | 1 | -1/+1 | |
This is supposed to reduce executable size. | |||||
2021-02-28 | Fix CI for older cabal versions. | John MacFarlane | 1 | -7/+16 | |
We add fields to matrix.versions to handle the cabal command prefix (v2-, new-, nothing) and whether `--test-option` is supported. | |||||
2021-02-28 | CI: don't use --test-option with older cabal versions (< 3). | John MacFarlane | 1 | -1/+2 | |
2021-02-26 | CI: hide successes in linux test output. | John MacFarlane | 1 | -1/+1 | |
2021-02-22 | CI: Add 'benchmark' to benchmark cache key. | John MacFarlane | 1 | -2/+2 | |
For benchmark we build with optimizations, so the regular cache is useless. | |||||
2021-02-22 | benchmark CI improvements. | John MacFarlane | 1 | -3/+3 | |
- don't build tests, just benchmarks. - get allocation info. | |||||
2021-02-22 | Rename benchmark in CI. | John MacFarlane | 1 | -1/+1 | |
2021-02-22 | Add linux benchmark to CI. | John MacFarlane | 1 | -0/+56 | |
2021-02-06 | CI: use haskell/actions/setup. | John MacFarlane | 1 | -3/+3 | |
actions/haskell-setup is no longer maintained. | |||||
2021-02-06 | CI: use cabal 2.2 when building with GHC 8.0.2. (#7085) | Albert Krewinkel | 1 | -5/+8 | |
2020-12-18 | Improve check target to test data/ too. | John MacFarlane | 1 | -6/+1 | |
2020-12-18 | Remove checkdocs from lint ci. | John MacFarlane | 1 | -4/+0 | |
2020-12-18 | Move sanity checks to lint ci. | John MacFarlane | 2 | -9/+12 | |
2020-12-18 | Add sanity checks to all CI targets. | John MacFarlane | 1 | -0/+6 | |
2020-12-18 | Add sanity checks to ci. | John MacFarlane | 1 | -0/+3 | |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 1 | -10/+21 | |
2020-11-18 | CI: validate JATS table output | Albert Krewinkel | 1 | -6/+30 | |
2020-11-16 | CI: remove setup-haskell for windows. | John MacFarlane | 1 | -4/+5 | |
It is no longer necessary, because ghc, cabal, and stack are pre-installed. | |||||
2020-11-16 | Update setup-haskell version. | John MacFarlane | 1 | -3/+3 | |
2020-11-07 | Lint code in PRs and when committing to master (#6790) | Albert Krewinkel | 1 | -0/+30 | |
* Remove unused LANGUAGE pragmata * Apply HLint suggestions * Configure HLint to ignore some warnings * Lint code when committing to master | |||||
2020-10-31 | CI: improve JATS format validator workflow | Albert Krewinkel | 1 | -8/+14 | |
2020-10-31 | CI: validate JATS old-style writer test output | Albert Krewinkel | 1 | -0/+47 | |
2020-10-08 | Use ghc 8.8.4 for CI build on macOS, because it is pre-installed. | John MacFarlane | 1 | -1/+1 | |
2020-10-05 | Run nightly one hour later. | John MacFarlane | 1 | -1/+1 | |
2020-10-04 | Try to fix Windows CI by installing happy first. | John MacFarlane | 1 | -0/+1 | |
We're having the build fail with ``` windows\ghc-8.6.5\mingw\bin\strip.exe: unable to rename 'C:\sr\snapshots\c886f694\bin\happy.exe'; reason: File exists ``` | |||||
2020-09-23 | Revert stack->cabal change in nightly.yml. | John MacFarlane | 1 | -20/+21 | |