[commit: ghc] master: Add -fprint-typechecker-elaboration flag (fixes #10662) (d3dac4e)
git at git.haskell.org
git at git.haskell.org
Thu Dec 17 11:54:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d3dac4e3c8c7032151a8b89040f799cc5a9575d8/ghc
>---------------------------------------------------------------
commit d3dac4e3c8c7032151a8b89040f799cc5a9575d8
Author: Eugene Akentyev <ak3ntev at gmail.com>
Date: Thu Dec 17 12:22:44 2015 +0100
Add -fprint-typechecker-elaboration flag (fixes #10662)
Reviewers: thomie, austin, bgamari
Reviewed By: thomie, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1625
GHC Trac Issues: #10662
>---------------------------------------------------------------
d3dac4e3c8c7032151a8b89040f799cc5a9575d8
compiler/hsSyn/HsBinds.hs | 22 ++++++++----
compiler/main/DynFlags.hs | 2 ++
docs/users_guide/using.rst | 41 ++++++++++++++++++++++
testsuite/tests/deSugar/should_compile/T10662.hs | 4 +++
.../tests/deSugar/should_compile/T10662.stderr | 6 ++++
testsuite/tests/deSugar/should_compile/all.T | 1 +
testsuite/tests/roles/should_compile/T8958.stderr | 7 ++--
testsuite/tests/roles/should_compile/all.T | 2 +-
utils/mkUserGuidePart/Options/Verbosity.hs | 6 ++++
9 files changed, 80 insertions(+), 11 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 d3dac4e3c8c7032151a8b89040f799cc5a9575d8
More information about the ghc-commits
mailing list