[commit: ghc] master: Add dump flags for the renamed and typechecked hsSyn ASTs (7e4e6a7)

git at git.haskell.org git at git.haskell.org
Wed Feb 8 18:48:07 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7e4e6a7309b2eb74933f95f18d83e74dbf166a7e/ghc

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

commit 7e4e6a7309b2eb74933f95f18d83e74dbf166a7e
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Wed Feb 8 13:20:02 2017 +0200

    Add dump flags for the renamed and typechecked hsSyn ASTs
    
    Summary:
    D2958 brought in the "dump-parsed-ast" functionality.
    
    Extend it to include "dump-rn-ast" and "dump-tc-ast"
    
    Test Plan: ./validate
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D3107


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

7e4e6a7309b2eb74933f95f18d83e74dbf166a7e
 compiler/main/DynFlags.hs                          |   6 +
 compiler/typecheck/TcRnDriver.hs                   |  18 +-
 docs/users_guide/debugging.rst                     |   8 +
 .../tests/parser/should_compile/DumpParsedAst.hs   |   4 +-
 .../parser/should_compile/DumpParsedAst.stderr     | 175 +++++-------------
 .../{T10188.hs => DumpRenamedAst.hs}               |   6 +-
 .../parser/should_compile/DumpRenamedAst.stderr    | 190 ++++++++++++++++++++
 .../{T10188.hs => DumpTypecheckedAst.hs}           |   6 +-
 .../should_compile/DumpTypecheckedAst.stderr       | 195 +++++++++++++++++++++
 testsuite/tests/parser/should_compile/all.T        |   4 +-
 10 files changed, 460 insertions(+), 152 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 7e4e6a7309b2eb74933f95f18d83e74dbf166a7e


More information about the ghc-commits mailing list