[commit: ghc] wip/T11970: Basic rip out (4b3d52b)

git at git.haskell.org git at git.haskell.org
Fri Jun 17 20:23:50 UTC 2016


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

On branch  : wip/T11970
Link       : http://ghc.haskell.org/trac/ghc/changeset/4b3d52b745d5789fb9543ba11b971595ca16020d/ghc

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

commit 4b3d52b745d5789fb9543ba11b971595ca16020d
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Thu May 12 21:58:58 2016 +0100

    Basic rip out
    
    working
    
    Add test files
    
    tabs
    
    test
    
    Formatting
    
    Formatting and comments
    
    comment
    
    Add test
    
    Record usages


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

4b3d52b745d5789fb9543ba11b971595ca16020d
 compiler/basicTypes/Avail.hs                       |  38 ++------
 compiler/basicTypes/RdrName.hs                     |  26 +++---
 compiler/iface/LoadIface.hs                        |   2 +-
 compiler/iface/MkIface.hs                          |   2 +-
 compiler/main/HscTypes.hs                          |   2 +-
 compiler/rename/RnEnv.hs                           |  94 ++++++++++++++++++-
 compiler/rename/RnExpr.hs                          |   2 +-
 compiler/rename/RnNames.hs                         | 101 ++++++++++++++-------
 compiler/rename/RnPat.hs                           |   8 +-
 compiler/rename/RnSource.hs                        |   2 +-
 compiler/typecheck/TcRnDriver.hs                   |  90 ++++++++++++++----
 testsuite/tests/module/MultiExport.hs              |   6 ++
 testsuite/tests/module/MultiExport.stderr          |   3 +
 testsuite/tests/module/T11970.hs                   |  19 ++++
 testsuite/tests/module/T11970.stderr               |  12 +++
 testsuite/tests/module/T11970A.hs                  |   3 +
 testsuite/tests/module/T11970A.stderr              |   5 +
 testsuite/tests/module/T11970A1.hs                 |   3 +
 testsuite/tests/module/all.T                       |   3 +
 testsuite/tests/module/mod17.stderr                |   8 +-
 testsuite/tests/module/mod3.stderr                 |   8 +-
 testsuite/tests/module/mod4.stderr                 |   6 +-
 .../overloadedrecflds/should_fail/NoParent.hs      |   6 ++
 .../overloadedrecflds/should_fail/NoParent.stderr  |   6 ++
 .../tests/overloadedrecflds/should_fail/all.T      |   1 +
 25 files changed, 340 insertions(+), 116 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 4b3d52b745d5789fb9543ba11b971595ca16020d


More information about the ghc-commits mailing list