[commit: ghc] wip/rae: Fix #10963 and #11975 by adding new cmds to GHCi. (a79cd45)
git at git.haskell.org
git at git.haskell.org
Mon May 30 03:19:53 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/a79cd45fed716bda050ff95267051b59bf5bc91a/ghc
>---------------------------------------------------------------
commit a79cd45fed716bda050ff95267051b59bf5bc91a
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Fri Apr 22 22:39:17 2016 -0400
Fix #10963 and #11975 by adding new cmds to GHCi.
See the user's guide entry or the Note [TcRnExprMode] in TcRnDriver.
Test cases: ghci/scripts/T{10963,11975}
>---------------------------------------------------------------
a79cd45fed716bda050ff95267051b59bf5bc91a
compiler/main/GHC.hs | 2 +-
compiler/main/HscMain.hs | 8 +--
compiler/main/InteractiveEval.hs | 8 +--
compiler/typecheck/TcBinds.hs | 9 +--
compiler/typecheck/TcExpr.hs | 4 +-
compiler/typecheck/TcPatSyn.hs | 3 +-
compiler/typecheck/TcRnDriver.hs | 101 ++++++++++++++++++++++-------
compiler/typecheck/TcSimplify.hs | 90 +++++++++++++++++--------
docs/users_guide/ghci.rst | 66 +++++++++++++++++--
ghc/GHCi/UI.hs | 12 +++-
ghc/GHCi/UI/Info.hs | 2 +-
testsuite/tests/ghc-api/T8639_api.hs | 2 +-
testsuite/tests/ghci/scripts/T10963.script | 7 ++
testsuite/tests/ghci/scripts/T10963.stderr | 12 ++++
testsuite/tests/ghci/scripts/T10963.stdout | 4 ++
testsuite/tests/ghci/scripts/T11975.script | 9 +++
testsuite/tests/ghci/scripts/T11975.stdout | 15 +++++
testsuite/tests/ghci/scripts/all.T | 2 +
18 files changed, 279 insertions(+), 77 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 a79cd45fed716bda050ff95267051b59bf5bc91a
More information about the ghc-commits
mailing list