[commit: ghc] master: Fix #10963 and #11975 by adding new cmds to GHCi. (8035d1a)
git at git.haskell.org
git at git.haskell.org
Thu Jun 23 19:14:38 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8035d1a5dc7290e8d3d61446ee4861e0b460214e/ghc
>---------------------------------------------------------------
commit 8035d1a5dc7290e8d3d61446ee4861e0b460214e
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}
>---------------------------------------------------------------
8035d1a5dc7290e8d3d61446ee4861e0b460214e
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 | 93 +++++++++++++++++---------
docs/users_guide/ghci.rst | 82 +++++++++++++++++++++--
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, 300 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 8035d1a5dc7290e8d3d61446ee4861e0b460214e
More information about the ghc-commits
mailing list