[commit: ghc] wip/T10613: Do not print DmdType in Core output (48c9183)

git at git.haskell.org git at git.haskell.org
Tue Mar 29 09:14:06 UTC 2016


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

On branch  : wip/T10613
Link       : http://ghc.haskell.org/trac/ghc/changeset/48c918309c88c113282701458689ffba2b3fb0fa/ghc

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

commit 48c918309c88c113282701458689ffba2b3fb0fa
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Mar 23 13:38:34 2016 +0100

    Do not print DmdType in Core output
    
    too verbose, and usualy preceded by Str= anyways.


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

48c918309c88c113282701458689ffba2b3fb0fa
 compiler/basicTypes/Demand.hs                      |  3 +--
 .../tests/deSugar/should_compile/T2431.stderr      | 18 ++++++-------
 .../tests/determinism/should_compile/determ004.hs  |  2 +-
 .../simplCore/should_compile/spec-inline-determ.hs |  4 +--
 .../tests/numeric/should_compile/T7116.stdout      | 14 +++++-----
 testsuite/tests/perf/should_run/T4267.hs           |  4 +--
 testsuite/tests/perf/should_run/T5949.hs           |  4 +--
 .../tests/roles/should_compile/Roles13.stderr      | 26 +++++++++---------
 testsuite/tests/roles/should_compile/T8958.stderr  |  2 --
 .../tests/simplCore/should_compile/T3717.stderr    | 10 +++----
 .../tests/simplCore/should_compile/T3772.stdout    | 10 +++----
 .../tests/simplCore/should_compile/T4398.stderr    |  6 ++---
 .../tests/simplCore/should_compile/T4908.stderr    | 12 ++++-----
 .../tests/simplCore/should_compile/T4930.stderr    | 10 +++----
 .../tests/simplCore/should_compile/T7360.stderr    | 31 +++++++++++-----------
 .../tests/simplCore/should_compile/T9400.stderr    |  8 +++---
 .../tests/simplCore/should_compile/simpl016.stderr |  2 +-
 .../simplCore/should_compile/spec-inline.stderr    | 24 ++++++++---------
 .../tests/stranal/should_compile/T10694.stdout     | 10 +++----
 19 files changed, 98 insertions(+), 102 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 48c918309c88c113282701458689ffba2b3fb0fa


More information about the ghc-commits mailing list