[commit: ghc] wip/T10613, wip/T11731: Core pretty printer: Omit wild case binders (24db5c3)
git at git.haskell.org
git at git.haskell.org
Thu Mar 31 11:22:45 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branches: wip/T10613,wip/T11731
Link : http://ghc.haskell.org/trac/ghc/changeset/24db5c33aaf917dcbae3429f189ff9073266db61/ghc
>---------------------------------------------------------------
commit 24db5c33aaf917dcbae3429f189ff9073266db61
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.
>---------------------------------------------------------------
24db5c33aaf917dcbae3429f189ff9073266db61
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 24db5c33aaf917dcbae3429f189ff9073266db61
More information about the ghc-commits
mailing list