Skip to content
Snippets Groups Projects
  1. Jul 14, 2019
  2. Jul 11, 2019
  3. Jul 10, 2019
    • Ömer Sinan Ağacan's avatar
      Testsuite tweaks and refactoring · d7423f10
      Ömer Sinan Ağacan authored and Marge Bot's avatar Marge Bot committed
      - Rename requires_th to req_th for consistency with other req functions
        (e.g. req_interp, req_profiling etc.)
      
      - req_th (previously requires_th) now checks for interpreter (via
        req_interp). With this running TH tests are skipped when running the
        test suite with stage=1.
      
      - Test tweaks:
          - T9360a, T9360b: Use req_interp
          - recomp009, T13938, RAE_T32a: Use req_th
      
      - Fix check-makefiles linter: it now looks for Makefiles instead of .T
        files (which are actually Python files)
      d7423f10
  4. Jul 05, 2019
  5. Jun 15, 2019
  6. Jun 13, 2019
  7. Jun 12, 2019
  8. Apr 13, 2019
  9. Apr 12, 2019
  10. Apr 09, 2019
  11. Apr 03, 2019
  12. Apr 01, 2019
  13. Mar 25, 2019
    • Takenobu Tani's avatar
      Update Wiki URLs to point to GitLab · 3769e3a8
      Takenobu Tani authored and Marge Bot's avatar Marge Bot committed
      This moves all URL references to Trac Wiki to their corresponding
      GitLab counterparts.
      
      This substitution is classified as follows:
      
      1. Automated substitution using sed with Ben's mapping rule [1]
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...
      
      2. Manual substitution for URLs containing `#` index
          Old: ghc.haskell.org/trac/ghc/wiki/XxxYyy...#Zzz
          New: gitlab.haskell.org/ghc/ghc/wikis/xxx-yyy...#zzz
      
      3. Manual substitution for strings starting with `Commentary`
          Old: Commentary/XxxYyy...
          New: commentary/xxx-yyy...
      
      See also !539
      
      [1]: https://gitlab.haskell.org/bgamari/gitlab-migration/blob/master/wiki-mapping.json
      3769e3a8
  14. Mar 22, 2019
  15. Mar 20, 2019
  16. Mar 18, 2019
  17. Feb 16, 2019
  18. Feb 01, 2019
  19. Jan 30, 2019
  20. Jan 21, 2019
  21. Jan 07, 2019
  22. Dec 22, 2018
  23. Dec 21, 2018
  24. Dec 18, 2018
  25. Dec 17, 2018
  26. Dec 14, 2018
    • Ben Gamari's avatar
      gitlab-ci: Add linters · e9f68a15
      Ben Gamari authored
      These are taken from our previous arcanist linters as well as the
      gitolite hooks but with some heavy refactoring.
      e9f68a15
  27. Dec 02, 2018
    • Alp Mestanogullari's avatar
      update (CicleCI) CI script to work with ghc-ci · 93a3f907
      Alp Mestanogullari authored
      ghc-ci is a tiny webservice that acts as an intermediate between our
      CircleCI jobs on Gitlab and the actual builds running on CircleCI, so that
      the build script doesn't need to rely on any secret, which makes the whole
      setup fork-friendly.
      
      The concrete effect of this patch is to allow any fork of GHC on Gitlab to
      run CircleCI jobs.
      93a3f907
  28. Dec 01, 2018
    • Ben Gamari's avatar
      Add GitLab CI · b6108395
      Ben Gamari authored
      b6108395
    • Alp Mestanogullari's avatar
      Add a Gitlab CI script that runs Circle CI validation jobs · b9260e92
      Alp Mestanogullari authored and Ben Gamari's avatar Ben Gamari committed
      And put it to use for running i386 and x86_64 linux validate,
      x86_64 darwin validate and building with hadrian. For all the validate
      jobs, we save the artifacts (bindist + test results for now) in Circle CI
      and subsequently grab them in Gitlab. The nice side effect is that merge
      requests now show the change in test results from the patches and let you
      download or browse the artifacts.
      b9260e92
Loading