[commit: ghc] master: Be less verbose when printing Names when we don't know what's in scope (134b722)
git at git.haskell.org
git at git.haskell.org
Thu Apr 24 07:43:50 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/134b722349b83c746f8f52f2dbd99b89d23b644c/ghc
>---------------------------------------------------------------
commit 134b722349b83c746f8f52f2dbd99b89d23b644c
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Apr 22 17:17:31 2014 +0100
Be less verbose when printing Names when we don't know what's in scope
Previously we always printed qualified names, but that makes a lot of debug or
warning output very verbose. So now we only print qualified names with -dppr-debug.
Civilised output (from pukka error messages, with the environment available) is
unaffected
>---------------------------------------------------------------
134b722349b83c746f8f52f2dbd99b89d23b644c
compiler/stranal/WwLib.lhs | 2 +-
compiler/utils/Outputable.lhs | 25 ++++++-----
testsuite/tests/plugins/plugins02.stderr | 2 +-
testsuite/tests/quasiquotation/T7918.stdout | 44 ++++++++++----------
.../safeHaskell/safeLanguage/SafeLang15.stderr | 2 +-
.../tests/simplCore/should_compile/T5776.stdout | 2 +-
.../tests/simplCore/should_compile/T7785.stderr | 7 ++--
.../tests/simplCore/should_compile/T8848.stderr | 2 +-
.../tests/simplCore/should_compile/T8848a.stderr | 6 +--
testsuite/tests/simplCore/should_run/T2486.stderr | 28 ++++++-------
10 files changed, 56 insertions(+), 64 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 134b722349b83c746f8f52f2dbd99b89d23b644c
More information about the ghc-commits
mailing list