[commit: ghc] wip/rae: Fix #10963 and #11975 by adding new cmds to GHCi. (cb3d01e)

git at git.haskell.org git at git.haskell.org
Sat Apr 23 14:30:03 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/rae
Link       : http://ghc.haskell.org/trac/ghc/changeset/cb3d01e7d945f2507f6da857855c2fd25d87f911/ghc

>---------------------------------------------------------------

commit cb3d01e7d945f2507f6da857855c2fd25d87f911
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}


>---------------------------------------------------------------

cb3d01e7d945f2507f6da857855c2fd25d87f911
 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           |  83 ++++++++++++++++--------
 docs/users_guide/ghci.rst                  |  62 ++++++++++++++++--
 ghc/GHCi/UI.hs                             |  16 +++--
 ghc/GHCi/UI/Info.hs                        |   2 +-
 testsuite/tests/ghci/scripts/T10963.script |   8 +++
 testsuite/tests/ghci/scripts/T10963.stderr |  12 ++++
 testsuite/tests/ghci/scripts/T10963.stdout |   5 ++
 testsuite/tests/ghci/scripts/T11975.script |   9 +++
 testsuite/tests/ghci/scripts/T11975.stdout |  15 +++++
 testsuite/tests/ghci/scripts/all.T         |   2 +
 17 files changed, 272 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 cb3d01e7d945f2507f6da857855c2fd25d87f911


More information about the ghc-commits mailing list