[commit: ghc] wip/T11028: Down to 7 failure, all related to bad ppr (8a10538)
git at git.haskell.org
git at git.haskell.org
Sat Nov 28 14:44:03 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11028
Link : http://ghc.haskell.org/trac/ghc/changeset/8a105381fc25212fbc08ea55f0ce244ce771b349/ghc
>---------------------------------------------------------------
commit 8a105381fc25212fbc08ea55f0ce244ce771b349
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Sat Nov 28 16:43:21 2015 +0200
Down to 7 failure, all related to bad ppr
6 show forall when they shouldn't or vice versa, one does not do
InfixCon correctly.
>---------------------------------------------------------------
8a105381fc25212fbc08ea55f0ce244ce771b349
compiler/deSugar/DsMeta.hs | 114 ++++++++++++-------------------
compiler/hsSyn/Convert.hs | 6 +-
compiler/hsSyn/HsDecls.hs | 2 -
compiler/hsSyn/HsUtils.hs | 13 ----
compiler/rename/RnNames.hs | 11 ---
compiler/rename/RnSource.hs | 4 --
compiler/rename/RnTypes.hs | 22 ++----
compiler/typecheck/TcHsType.hs | 4 +-
compiler/typecheck/TcTyClsDecls.hs | 136 ++-----------------------------------
9 files changed, 63 insertions(+), 249 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 8a105381fc25212fbc08ea55f0ce244ce771b349
More information about the ghc-commits
mailing list