[commit: ghc] master: Core pretty printer: Omit wild case binders (2265c84)
git at git.haskell.org
git at git.haskell.org
Wed Apr 6 20:06:02 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2265c849bf39a5b0eb10972681a9586c215408b5/ghc
>---------------------------------------------------------------
commit 2265c849bf39a5b0eb10972681a9586c215408b5
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.
Differential Revision: https://phabricator.haskell.org/D2072
>---------------------------------------------------------------
2265c849bf39a5b0eb10972681a9586c215408b5
compiler/coreSyn/PprCore.hs | 43 +++++++++++++++++-----
compiler/hsSyn/HsBinds.hs | 2 +-
compiler/stgSyn/StgSyn.hs | 2 +-
compiler/utils/Outputable.hs | 7 +++-
.../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, 79 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 2265c849bf39a5b0eb10972681a9586c215408b5
More information about the ghc-commits
mailing list