[commit: ghc] wip/exp-types: Testsuite. (5d1fd50)
git at git.haskell.org
git at git.haskell.org
Thu Jan 21 06:01:05 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/exp-types
Link : http://ghc.haskell.org/trac/ghc/changeset/5d1fd50a8be4b09f5e2524d123b8520d3a30d4fd/ghc
>---------------------------------------------------------------
commit 5d1fd50a8be4b09f5e2524d123b8520d3a30d4fd
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Jan 21 01:02:06 2016 -0500
Testsuite.
>---------------------------------------------------------------
5d1fd50a8be4b09f5e2524d123b8520d3a30d4fd
compiler/deSugar/Check.hs | 151 +++++++++++----------
compiler/deSugar/DsArrows.hs | 4 +-
compiler/deSugar/DsMeta.hs | 4 +-
compiler/deSugar/Match.hs | 8 +-
compiler/deSugar/MatchCon.hs | 1 +
compiler/deSugar/MatchLit.hs | 30 ++--
compiler/hsSyn/HsPat.hs | 10 +-
compiler/hsSyn/HsUtils.hs | 12 +-
compiler/rename/RnPat.hs | 8 +-
compiler/typecheck/Inst.hs | 1 +
compiler/typecheck/TcErrors.hs | 10 +-
compiler/typecheck/TcHsSyn.hs | 14 +-
compiler/typecheck/TcMType.hs | 7 +-
compiler/typecheck/TcPat.hs | 15 +-
compiler/typecheck/TcPatSyn.hs | 6 +-
compiler/typecheck/TcUnify.hs | 15 +-
.../tests/indexed-types/should_compile/T3484.hs | 4 +-
.../tests/indexed-types/should_compile/T4120.hs | 4 +-
.../tests/indexed-types/should_compile/T4494.hs | 3 +-
.../tests/indexed-types/should_compile/T9090.hs | 2 +-
.../tests/indexed-types/should_compile/T9316.hs | 2 +-
.../tests/indexed-types/should_fail/T3330a.hs | 3 +-
.../tests/indexed-types/should_fail/T5934.stderr | 11 +-
.../tests/indexed-types/should_fail/T7788.stderr | 7 +-
.../tests/indexed-types/should_fail/T8518.stderr | 33 +++--
testsuite/tests/module/mod71.stderr | 6 +-
.../should_fail/overloadedlistsfail03.hs | 2 +-
.../should_fail/overloadedlistsfail03.stderr | 13 +-
.../should_fail/overloadedlistsfail05.hs | 2 +-
.../should_fail/overloadedlistsfail05.stderr | 15 +-
.../tests/parser/should_compile/read014.stderr | 8 +-
testsuite/tests/parser/should_fail/T7848.stderr | 42 ++----
.../partial-sigs/should_compile/T10438.stderr | 16 +--
.../partial-sigs/should_compile/T11192.stderr | 12 +-
testsuite/tests/polykinds/T7438.stderr | 16 +--
35 files changed, 265 insertions(+), 232 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 5d1fd50a8be4b09f5e2524d123b8520d3a30d4fd
More information about the ghc-commits
mailing list