[commit: ghc] wip/ttg/2017-10-21: WIP on Doing a combined Step 1 and 3 for Trees That Grow (bf1b194)
git at git.haskell.org
git at git.haskell.org
Sun Oct 22 19:12:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg/2017-10-21
Link : http://ghc.haskell.org/trac/ghc/changeset/bf1b1948288bd5782442c77eedd801faf7f0f423/ghc
>---------------------------------------------------------------
commit bf1b1948288bd5782442c77eedd801faf7f0f423
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Sat Oct 14 16:00:35 2017 +0200
WIP on Doing a combined Step 1 and 3 for Trees That Grow
- ValBinds worked through, compiles and expected tests pass
- Tests now pass, HsPat fully implemented for TTG.
- Update HsLit for current TTG implementation.
- Trees that Grow for HsOverLit
- Bring in Trees that Grow for HsType
And update haddock submodule to match
>---------------------------------------------------------------
bf1b1948288bd5782442c77eedd801faf7f0f423
compiler/deSugar/Check.hs | 53 +--
compiler/deSugar/DsArrows.hs | 30 +-
compiler/deSugar/DsExpr.hs | 2 +-
compiler/deSugar/DsMeta.hs | 85 ++---
compiler/deSugar/DsUtils.hs | 63 ++--
compiler/deSugar/Match.hs | 71 ++--
compiler/deSugar/MatchLit.hs | 27 +-
compiler/hsSyn/Convert.hs | 146 ++++----
compiler/hsSyn/HsBinds.hs | 163 ++++++---
compiler/hsSyn/HsDecls.hs | 145 ++++----
compiler/hsSyn/HsExpr.hs | 334 ++++++++++++------
compiler/hsSyn/HsExpr.hs-boot | 46 +--
compiler/hsSyn/HsExtension.hs | 244 +++++++++----
compiler/hsSyn/HsLit.hs | 71 +++-
compiler/hsSyn/HsPat.hs | 299 ++++++++++------
compiler/hsSyn/HsPat.hs-boot | 6 +-
compiler/hsSyn/HsSyn.hs | 5 +-
compiler/hsSyn/HsTypes.hs | 378 +++++++++++++--------
compiler/hsSyn/HsUtils.hs | 176 +++++-----
compiler/hsSyn/PlaceHolder.hs | 19 +-
compiler/main/HscStats.hs | 2 +-
compiler/main/InteractiveEval.hs | 3 +-
compiler/parser/Parser.y | 83 ++---
compiler/parser/RdrHsSyn.hs | 86 ++---
compiler/rename/RnBinds.hs | 10 +-
compiler/rename/RnExpr.hs | 41 ++-
compiler/rename/RnNames.hs | 14 +-
compiler/rename/RnPat.hs | 79 ++---
compiler/rename/RnSource.hs | 10 +-
compiler/rename/RnSplice.hs | 16 +-
compiler/rename/RnSplice.hs-boot | 4 +-
compiler/rename/RnTypes.hs | 246 +++++++-------
compiler/typecheck/Inst.hs | 17 +-
compiler/typecheck/TcAnnotations.hs | 3 +-
compiler/typecheck/TcBinds.hs | 5 +-
compiler/typecheck/TcDeriv.hs | 2 +-
compiler/typecheck/TcEnv.hs | 6 +-
compiler/typecheck/TcExpr.hs | 5 +-
compiler/typecheck/TcGenDeriv.hs | 15 +-
compiler/typecheck/TcGenFunctor.hs | 1 +
compiler/typecheck/TcHsSyn.hs | 120 +++----
compiler/typecheck/TcHsType.hs | 70 ++--
compiler/typecheck/TcInstDcls.hs | 3 +-
compiler/typecheck/TcPat.hs | 71 ++--
compiler/typecheck/TcPatSyn.hs | 122 +++----
compiler/typecheck/TcRnDriver.hs | 13 +-
compiler/typecheck/TcTyClsDecls.hs | 8 +-
compiler/typecheck/TcTyDecls.hs | 3 +-
ghc/GHCi/UI/Info.hs | 4 +-
.../parser/should_compile/DumpParsedAst.stderr | 21 +-
.../parser/should_compile/DumpRenamedAst.stderr | 137 +++++---
.../tests/parser/should_compile/T14189.stderr | 9 +-
testsuite/tests/quasiquotation/T7918.hs | 4 +-
utils/ghctags/Main.hs | 23 +-
utils/haddock | 2 +-
55 files changed, 2166 insertions(+), 1455 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 bf1b1948288bd5782442c77eedd801faf7f0f423
More information about the ghc-commits
mailing list