[commit: ghc] master: Support for qRecover in TH with -fexternal-interpreter (09425cb)
git at git.haskell.org
git at git.haskell.org
Fri Jan 8 08:50:47 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/09425cbe4fb93ac3af4932937478d46972ecf91f/ghc
>---------------------------------------------------------------
commit 09425cbe4fb93ac3af4932937478d46972ecf91f
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Jan 7 14:53:43 2016 +0000
Support for qRecover in TH with -fexternal-interpreter
Summary: This completes the support for TH with -fexternal-interpreter.
Test Plan: validate
Reviewers: bgamari, ezyang, austin, niteria, goldfire, erikd
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1748
GHC Trac Issues: #11100
>---------------------------------------------------------------
09425cbe4fb93ac3af4932937478d46972ecf91f
compiler/main/ErrUtils.hs | 7 +++++-
compiler/typecheck/TcRnMonad.hs | 9 +++----
compiler/typecheck/TcSplice.hs | 56 +++++++++++++++++++++++++++++++++++++----
libraries/ghci/GHCi/Message.hs | 17 +++++++++----
libraries/ghci/GHCi/TH.hs | 36 +++++++++++++-------------
5 files changed, 92 insertions(+), 33 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 09425cbe4fb93ac3af4932937478d46972ecf91f
More information about the ghc-commits
mailing list