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

git at git.haskell.org git at git.haskell.org
Wed Jun 22 15:55:22 UTC 2016


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

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

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

commit 1f6990bb2910e16d01deb9813bbd1624f3d5ba0d
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}


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

1f6990bb2910e16d01deb9813bbd1624f3d5ba0d
 compiler/main/GHC.hs                       |   2 +-
 compiler/main/HscMain.hs                   |   8 +--
 compiler/main/InteractiveEval.hs           |   8 +--
 compiler/typecheck/TcBinds.hs              |   9 +--
 compiler/typecheck/TcExpr.hs               |  11 ++--
 compiler/typecheck/TcPatSyn.hs             |   3 +-
 compiler/typecheck/TcRnDriver.hs           | 101 ++++++++++++++++++++++-------
 compiler/typecheck/TcSimplify.hs           |  92 +++++++++++++++++---------
 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, 283 insertions(+), 82 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 1f6990bb2910e16d01deb9813bbd1624f3d5ba0d


More information about the ghc-commits mailing list