[commit: ghc] wip/T15809: Finally, validate-clean (5e062be)

git at git.haskell.org git at git.haskell.org
Mon Nov 19 20:48:04 UTC 2018


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

On branch  : wip/T15809
Link       : http://ghc.haskell.org/trac/ghc/changeset/5e062be19cae5292311758148482c3be0b0ecf70/ghc

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

commit 5e062be19cae5292311758148482c3be0b0ecf70
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Fri Nov 16 12:03:59 2018 +0000

    Finally, validate-clean
    
    Except for polykinds/T14846, where there is an extra
    error message.  I actually tnink it's correct, but have
    not checked yet.


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

5e062be19cae5292311758148482c3be0b0ecf70
 compiler/typecheck/TcBinds.hs                      |  24 ----
 compiler/typecheck/TcClassDcl.hs                   |   3 -
 compiler/typecheck/TcDeriv.hs                      |   3 -
 compiler/typecheck/TcEnv.hs                        |   8 --
 compiler/typecheck/TcHsType.hs                     |  87 +++++++++-----
 compiler/typecheck/TcInstDcls.hs                   |  81 ++++++-------
 compiler/typecheck/TcPat.hs                        |   2 +-
 compiler/typecheck/TcTyClsDecls.hs                 | 132 +++++++++++++--------
 compiler/types/TyCoRep.hs                          |   7 +-
 .../indexed-types/should_fail/SimpleFail9.stderr   |   2 +-
 .../tests/indexed-types/should_fail/T10817.stderr  |   9 +-
 .../tests/indexed-types/should_fail/T10899.stderr  |   3 +-
 testsuite/tests/polykinds/T8616.stderr             |   9 ++
 testsuite/tests/printer/Ppr040.hs                  |  10 +-
 14 files changed, 202 insertions(+), 178 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 5e062be19cae5292311758148482c3be0b0ecf70


More information about the ghc-commits mailing list