[commit: ghc] wip/rae: Fix testsuite failures, etc. (65fc411)

git at git.haskell.org git at git.haskell.org
Thu Mar 10 14:04:44 UTC 2016


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

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/65fc411406fc1e2b3f6c63abd2371490b10243b3/ghc

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

commit 65fc411406fc1e2b3f6c63abd2371490b10243b3
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date:   Thu Mar 10 09:06:22 2016 -0500

    Fix testsuite failures, etc.


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

65fc411406fc1e2b3f6c63abd2371490b10243b3
 compiler/coreSyn/CoreLint.hs                       | 10 ++++---
 compiler/simplCore/SimplCore.hs                    |  1 +
 compiler/typecheck/TcErrors.hs                     |  2 +-
 compiler/typecheck/TcFlatten.hs                    | 19 ++++++++-----
 compiler/typecheck/TcHsType.hs                     |  4 ++-
 compiler/typecheck/TcType.hs                       |  9 ++++---
 compiler/typecheck/TcUnify.hs                      | 26 +++++++++++++-----
 compiler/types/Coercion.hs                         | 14 +++++++++-
 compiler/types/OptCoercion.hs                      |  4 +--
 compiler/types/TyCoRep.hs                          | 10 +++----
 compiler/types/Type.hs                             |  7 +++--
 .../tests/dependent/should_fail/T11407.stderr      |  1 -
 testsuite/tests/pmcheck/should_compile/T11195.hs   | 31 +++++++++++++++-------
 testsuite/tests/polykinds/T9222.stderr             |  2 +-
 .../tests/roles/should_compile/Roles13.stderr      |  7 ++---
 .../tests/simplCore/should_compile/T4201.stdout    |  2 +-
 testsuite/tests/typecheck/should_fail/tcfail068.hs |  0
 17 files changed, 101 insertions(+), 48 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 65fc411406fc1e2b3f6c63abd2371490b10243b3


More information about the ghc-commits mailing list