[commit: ghc] wip/T10613: Do not print DmdType in Core output (bc113a9)
git at git.haskell.org
git at git.haskell.org
Tue Mar 29 12:05:08 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T10613
Link : http://ghc.haskell.org/trac/ghc/changeset/bc113a9a28ab9ff878f5ea8a200c9d6eb17db80c/ghc
>---------------------------------------------------------------
commit bc113a9a28ab9ff878f5ea8a200c9d6eb17db80c
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.
>---------------------------------------------------------------
bc113a9a28ab9ff878f5ea8a200c9d6eb17db80c
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 ++++++++---------
testsuite/tests/stranal/should_compile/Makefile | 2 +-
.../tests/stranal/should_compile/T10694.stdout | 10 +++----
20 files changed, 99 insertions(+), 103 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 bc113a9a28ab9ff878f5ea8a200c9d6eb17db80c
More information about the ghc-commits
mailing list