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

git at git.haskell.org git at git.haskell.org
Fri Nov 16 16:54:53 UTC 2018


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

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

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

commit fecafeee5ecbed91fb397da83cc8b9e6dbffa03f
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.


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

fecafeee5ecbed91fb397da83cc8b9e6dbffa03f
 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 fecafeee5ecbed91fb397da83cc8b9e6dbffa03f


More information about the ghc-commits mailing list