[commit: ghc] wip/spj-wildcard-refactor: More wibbles; getting close now (51705d7)
git at git.haskell.org
git at git.haskell.org
Tue Nov 17 17:43:18 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/spj-wildcard-refactor
Link : http://ghc.haskell.org/trac/ghc/changeset/51705d755c12b73d54e11f19f6290c3066cc454b/ghc
>---------------------------------------------------------------
commit 51705d755c12b73d54e11f19f6290c3066cc454b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Nov 17 17:43:15 2015 +0000
More wibbles; getting close now
>---------------------------------------------------------------
51705d755c12b73d54e11f19f6290c3066cc454b
compiler/rename/RnEnv.hs | 3 +-
compiler/rename/RnTypes.hs | 5 +-
compiler/typecheck/TcBinds.hs | 2 +-
compiler/typecheck/TcEvidence.hs | 4 +-
compiler/typecheck/TcExpr.hs | 2 +-
compiler/typecheck/TcSimplify.hs | 10 ++--
compiler/typecheck/TcTyClsDecls.hs | 59 +++++++++++++---------
compiler/typecheck/TcValidity.hs | 2 +-
compiler/types/Coercion.hs | 6 ++-
compiler/types/TyCon.hs | 18 +++++--
compiler/utils/Util.hs | 27 +++++-----
testsuite/tests/ghc-api/annotations/all.T | 2 +-
testsuite/tests/ghc-api/landmines/Makefile | 2 +-
testsuite/tests/ghci/scripts/Defer02.stderr | 39 ++++----------
.../tests/indexed-types/should_fail/BadSock.hs | 0
.../indexed-types/should_fail/SimpleFail16.stderr | 2 +-
.../tests/indexed-types/should_fail/T1897b.stderr | 2 +-
.../partial-sigs/should_compile/T10403.stderr | 24 ++++-----
.../partial-sigs/should_fail/Defaulting1MROff.hs | 2 +
.../should_fail/Defaulting1MROff.stderr | 11 ++--
.../ExtraConstraintsWildcardNotPresent.stderr | 13 ++---
.../tests/partial-sigs/should_fail/T10615.stderr | 34 ++++++-------
.../partial-sigs/should_fail/Trac10045.stderr | 29 ++---------
testsuite/tests/partial-sigs/should_fail/all.T | 4 +-
testsuite/tests/rename/should_fail/T2901.stderr | 4 +-
.../tests/roles/should_fail/RolesIArray.stderr | 8 +--
testsuite/tests/typecheck/should_fail/T5300.hs | 4 +-
testsuite/tests/typecheck/should_fail/T8142.stderr | 2 +-
testsuite/tests/typecheck/should_run/Defer01.hs | 2 -
29 files changed, 154 insertions(+), 168 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 51705d755c12b73d54e11f19f6290c3066cc454b
More information about the ghc-commits
mailing list