[commit: ghc] wip/T3384: ppr of RuleDecls can now reparse (8ff63e7)

git at git.haskell.org git at git.haskell.org
Sun Nov 13 21:05:35 UTC 2016


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

On branch  : wip/T3384
Link       : http://ghc.haskell.org/trac/ghc/changeset/8ff63e72829930b754e101e28b438845df65c5e2/ghc

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

commit 8ff63e72829930b754e101e28b438845df65c5e2
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date:   Sat Nov 12 19:43:24 2016 +0200

    ppr of RuleDecls can now reparse


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

8ff63e72829930b754e101e28b438845df65c5e2
 compiler/basicTypes/BasicTypes.hs                  |   4 +-
 compiler/hsSyn/HsDecls.hs                          |  15 +-
 compiler/prelude/ForeignCall.hs                    |   5 +-
 compiler/types/TyCoRep.hs                          |   2 +-
 testsuite/tests/printer/Makefile                   |  12 ++
 testsuite/tests/printer/Ppr010.hs                  |  18 ++
 testsuite/tests/printer/Ppr011.hs                  |  34 ++++
 testsuite/tests/printer/Ppr011.stderr              |  12 ++
 .../tests/{eyeball/dead1.hs => printer/Ppr012.hs}  |   4 +-
 testsuite/tests/printer/Ppr012.stderr              |   8 +
 testsuite/tests/printer/Ppr012.stdout              | 186 +++++++++++++++++++++
 testsuite/tests/printer/all.T                      |   3 +
 testsuite/tests/roles/should_compile/T8958.stderr  |   4 +-
 .../tests/simplCore/should_compile/T7785.stderr    |   2 +-
 .../tests/simplCore/should_compile/T8331.stderr    |   2 +-
 .../tests/simplCore/should_compile/T8848a.stderr   |   2 +-
 16 files changed, 295 insertions(+), 18 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 8ff63e72829930b754e101e28b438845df65c5e2


More information about the ghc-commits mailing list