Skip to content
Snippets Groups Projects
  1. May 31, 2019
    • Takenobu Tani's avatar
      Update `$(TOP)/*.md` documents · 0b01a354
      Takenobu Tani authored and Marge Bot's avatar Marge Bot committed
      I updated the top documents to the latest status:
      
        - HACKING.md:
          - Modify Phabricator to GitLab infomation
          - Remove old Trac information
          - Add link to GitLab activity
      
        - MAKEHELP.md:
          - Add link to hadrian wiki
          - Fix markdown format
      
        - INSTALL.md:
          - Modify boot command to remove python3
          - Fix markdown format
      
        - README.md:
          - Modify tarball file suffix
          - Fix markdown format
      
      I checked the page display on the GitHub and GitLab web.
      
      [skip ci]
      0b01a354
  2. 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
  3. Oct 02, 2017
    • Ben Gamari's avatar
      Rewrite boot in Python · c0e6c734
      Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
      One step closer to being able to drop the Windows Perl tarball. We
      previously attempted to do this in D3567 but were forced to revert due
      to Windows problems.
      
      Acknowledgements:
       * @Phyx kindly contributed the codepath allowing this to work on
      Windows.
      
      Test Plan: Validate
      
      Reviewers: hvr, austin, Phyx
      
      Subscribers: erikd, thomie, rwbarton
      
      Differential Revision: https://phabricator.haskell.org/D3918
      c0e6c734
  4. May 26, 2017
  5. May 22, 2017
  6. Jan 30, 2017
  7. Sep 04, 2015
  8. Jul 13, 2015
  9. Feb 23, 2015
Loading