diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2016-11-06 12:46:40 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2016-11-06 12:46:40 +0000 |
commit | 1c886eadcfbb593bb06bfff7b8a4914b5349f080 (patch) | |
tree | bec78ac6e53dd206292bc8c4dd272c122bd23859 /compiler/utils | |
parent | 1cab42d88d91f61528a160c212a163f9b2147760 (diff) | |
download | haskell-1c886eadcfbb593bb06bfff7b8a4914b5349f080.tar.gz |
Stop -dno-debug-output suppressing -ddump-tc-trace
Summary:
The user manual states that -dno-debug-output should suppress
*unsolicited* debugging output which essentially amounts to calls
to `pprTrace`. Before I unified the interface of `traceTc` and
`traceRn`, the flag suppressed calls to `traceTc` but not to `traceRn`
or any other tracing function already controlled by a flag.
Thus, in order to make the behaviour more uniform, it seemed best to
remove this one special case.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2628
GHC Trac Issues: #12691
Diffstat (limited to 'compiler/utils')
0 files changed, 0 insertions, 0 deletions