[commit: ghc] master: Rewrite boot in Python (c0e6c73)

git at git.haskell.org git at git.haskell.org
Mon Oct 2 21:55:11 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c0e6c73482881ac966a5fc12ef671d405af9262a/ghc

>---------------------------------------------------------------

commit c0e6c73482881ac966a5fc12ef671d405af9262a
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sat Sep 30 11:53:16 2017 -0400

    Rewrite boot in Python
    
    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


>---------------------------------------------------------------

c0e6c73482881ac966a5fc12ef671d405af9262a
 INSTALL.md   |   8 +-
 MAKEHELP.md  |   2 +-
 boot         | 398 +++++++++++++++++++++++++----------------------------------
 configure.ac |   2 +-
 validate     |   4 +-
 5 files changed, 178 insertions(+), 236 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c0e6c73482881ac966a5fc12ef671d405af9262a


More information about the ghc-commits mailing list