[commit: ghc] master: Option "-ddump-rn-ast" dumps imports and exports too (2fe6f6b)

git at git.haskell.org git at git.haskell.org
Wed Sep 13 17:52:52 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2fe6f6baba70de071c391bccc77197ab4f81064d/ghc

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

commit 2fe6f6baba70de071c391bccc77197ab4f81064d
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


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

2fe6f6baba70de071c391bccc77197ab4f81064d
 compiler/main/HscMain.hs                           |  34 +-
 compiler/typecheck/TcRnDriver.hs                   |   4 +-
 compiler/typecheck/TcRnMonad.hs                    |   5 +-
 .../parser/should_compile/DumpRenamedAst.stderr    | 673 +++++++++++----------
 4 files changed, 377 insertions(+), 339 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 2fe6f6baba70de071c391bccc77197ab4f81064d


More information about the ghc-commits mailing list