[commit: ghc] wip/T14880: Bugfixing (3d085b4)

git at git.haskell.org git at git.haskell.org
Fri Jul 27 06:40:34 UTC 2018


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

On branch  : wip/T14880
Link       : http://ghc.haskell.org/trac/ghc/changeset/3d085b4ac152972a5bad57dcb1f9c9c75d10348c/ghc

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

commit 3d085b4ac152972a5bad57dcb1f9c9c75d10348c
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date:   Thu May 31 19:39:16 2018 -0400

    Bugfixing


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

3d085b4ac152972a5bad57dcb1f9c9c75d10348c
 compiler/typecheck/TcTyClsDecls.hs                 | 50 +++++--------------
 compiler/typecheck/TcType.hs                       |  5 ++
 compiler/typecheck/TcValidity.hs                   | 56 ++++++++++++++++------
 compiler/types/TyCoRep.hs                          | 44 +++++++++--------
 .../tests/backpack/should_compile/bkp31.stderr     |  6 +--
 .../tests/backpack/should_compile/bkp32.stderr     |  8 ++--
 .../tests/backpack/should_compile/bkp51.stderr     |  6 +--
 .../tests/backpack/should_fail/bkpfail21.stderr    |  4 +-
 .../tests/dependent/should_compile/T14066a.stderr  |  2 +-
 .../tests/dependent/should_fail/T14066g.stderr     |  2 +-
 testsuite/tests/ghci/should_run/T12549.stdout      |  2 +-
 .../partial-sigs/should_compile/T12844.stderr      |  2 +-
 .../tests/partial-sigs/should_fail/T14040a.stderr  |  8 ++--
 .../tests/partial-sigs/should_fail/T14584.stderr   |  2 +-
 .../tests/partial-sigs/should_fail/T14584a.stderr  |  2 +-
 .../tests/patsyn/should_compile/T14394.stdout      |  2 +-
 .../tests/simplCore/should_compile/T4908.stderr    | 18 +++----
 .../tests/simplCore/should_compile/T7785.stderr    |  2 +-
 .../simplCore/should_compile/spec-inline.stderr    | 32 ++++++-------
 .../tests/typecheck/should_fail/T14350.stderr      |  4 +-
 20 files changed, 135 insertions(+), 122 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 3d085b4ac152972a5bad57dcb1f9c9c75d10348c


More information about the ghc-commits mailing list