[commit: ghc] wip/T11731: Core pretty printer: Omit wild case binders (3250e00)

git at git.haskell.org git at git.haskell.org
Wed Mar 30 16:02:20 UTC 2016


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

On branch  : wip/T11731
Link       : http://ghc.haskell.org/trac/ghc/changeset/3250e0000eaea87169d9de99a1cbab87f32f15b7/ghc

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

commit 3250e0000eaea87169d9de99a1cbab87f32f15b7
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Mar 30 13:22:26 2016 +0200

    Core pretty printer: Omit wild case binders
    
    as they (especially their id info with absence information) clutter the
    output too much. They come back with debug_on.


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

3250e0000eaea87169d9de99a1cbab87f32f15b7
 compiler/coreSyn/PprCore.hs                        | 28 ++++++++++++++--------
 compiler/hsSyn/HsBinds.hs                          |  2 +-
 compiler/stgSyn/StgSyn.hs                          |  2 +-
 compiler/utils/Outputable.hs                       |  2 +-
 .../tests/deSugar/should_compile/T2431.stderr      |  2 +-
 .../tests/numeric/should_compile/T7116.stdout      | 16 +++++--------
 .../tests/simplCore/should_compile/T3717.stderr    |  4 ++--
 .../tests/simplCore/should_compile/T3772.stdout    |  5 ++--
 .../tests/simplCore/should_compile/T4908.stderr    |  8 +++----
 .../tests/simplCore/should_compile/T4930.stderr    | 10 ++++----
 .../tests/simplCore/should_compile/T5366.stdout    |  3 ++-
 .../tests/simplCore/should_compile/T7360.stderr    | 12 +++-------
 .../tests/simplCore/should_compile/T7865.stdout    |  4 ++--
 .../simplCore/should_compile/spec-inline.stderr    | 28 +++++++++-------------
 14 files changed, 59 insertions(+), 67 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 3250e0000eaea87169d9de99a1cbab87f32f15b7


More information about the ghc-commits mailing list