[commit: ghc] master: Do not print DmdType in Core output (c8138c8)
git at git.haskell.org
git at git.haskell.org
Tue Mar 29 14:51:01 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c8138c8505cd5f7f1b9ef33580a443a5c2c4f928/ghc
>---------------------------------------------------------------
commit c8138c8505cd5f7f1b9ef33580a443a5c2c4f928
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.
>---------------------------------------------------------------
c8138c8505cd5f7f1b9ef33580a443a5c2c4f928
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 c8138c8505cd5f7f1b9ef33580a443a5c2c4f928
More information about the ghc-commits
mailing list