[commit: ghc] wip/T15809: Finally, validate-clean (44c2d3c)
git at git.haskell.org
git at git.haskell.org
Fri Nov 16 12:34:16 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T15809
Link : http://ghc.haskell.org/trac/ghc/changeset/44c2d3c2b7974c88ecaee1434fdcab64ee1f4072/ghc
>---------------------------------------------------------------
commit 44c2d3c2b7974c88ecaee1434fdcab64ee1f4072
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.
>---------------------------------------------------------------
44c2d3c2b7974c88ecaee1434fdcab64ee1f4072
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 44c2d3c2b7974c88ecaee1434fdcab64ee1f4072
More information about the ghc-commits
mailing list