[commit: ghc] wip/ttg-2017-10-13: ValBinds worked through, compiles and expected tests pass (a3d5e68)
git at git.haskell.org
git at git.haskell.org
Sun Oct 15 12:10:01 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg-2017-10-13
Link : http://ghc.haskell.org/trac/ghc/changeset/a3d5e6881d9df0166ce17bb4b404b5ee09acb437/ghc
>---------------------------------------------------------------
commit a3d5e6881d9df0166ce17bb4b404b5ee09acb437
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Sun Oct 15 14:09:17 2017 +0200
ValBinds worked through, compiles and expected tests pass
>---------------------------------------------------------------
a3d5e6881d9df0166ce17bb4b404b5ee09acb437
compiler/deSugar/DsMeta.hs | 6 +++---
compiler/hsSyn/Convert.hs | 2 +-
compiler/hsSyn/HsBinds.hs | 43 +++++++++++++++++++++++++++++-----------
compiler/hsSyn/HsDecls.hs | 2 +-
compiler/hsSyn/HsExpr.hs | 35 ++++++++++++++++----------------
compiler/hsSyn/HsExpr.hs-boot | 12 +++++------
compiler/hsSyn/HsExtension.hs | 22 +++++++++++---------
compiler/hsSyn/HsLit.hs | 2 +-
compiler/hsSyn/HsTypes.hs | 10 +++++-----
compiler/hsSyn/HsUtils.hs | 8 ++++----
compiler/main/InteractiveEval.hs | 3 ++-
compiler/parser/RdrHsSyn.hs | 2 +-
compiler/rename/RnBinds.hs | 10 +++++-----
compiler/rename/RnExpr.hs | 2 +-
compiler/rename/RnNames.hs | 2 +-
compiler/rename/RnSource.hs | 10 +++++-----
compiler/typecheck/TcDeriv.hs | 2 +-
17 files changed, 98 insertions(+), 75 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 a3d5e6881d9df0166ce17bb4b404b5ee09acb437
More information about the ghc-commits
mailing list