[commit: ghc] ghc-8.2: Option "-ddump-rn-ast" dumps imports and exports too (31bf200)
git at git.haskell.org
git at git.haskell.org
Tue Sep 19 21:10:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/31bf20032ace1caddb540f45f8be4486185dff83/ghc
>---------------------------------------------------------------
commit 31bf20032ace1caddb540f45f8be4486185dff83
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Wed Sep 13 14:02:42 2017 +0200
Option "-ddump-rn-ast" dumps imports and exports too
Summary:
Previously the renamed source decls only were dumped, now the imports, exports
and doc_hdr are too.
Test Plan: ./validate
Reviewers: bgamari, austin
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #14197
Differential Revision: https://phabricator.haskell.org/D3949
(cherry picked from commit 2fe6f6baba70de071c391bccc77197ab4f81064d)
>---------------------------------------------------------------
31bf20032ace1caddb540f45f8be4486185dff83
compiler/main/HscMain.hs | 34 +-
compiler/typecheck/TcRnDriver.hs | 4 +-
compiler/typecheck/TcRnMonad.hs | 5 +-
.../parser/should_compile/DumpRenamedAst.stderr | 375 +++++++++++----------
.../tests/parser/should_compile/T14189.stderr | 196 ++++++-----
5 files changed, 342 insertions(+), 272 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 31bf20032ace1caddb540f45f8be4486185dff83
More information about the ghc-commits
mailing list