diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2016-02-27 23:36:11 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2016-02-27 23:45:35 +0100 |
commit | 46f3775c683faeb710c9dc22f360f39334947d73 (patch) | |
tree | c365cd820603f01c4b97392fe3824e014160d5a6 /testsuite/tests/ghci/scripts/ghci024.stdout | |
parent | 3cd4c9ca4564982cf159f11f59d434235ba28808 (diff) | |
download | haskell-46f3775c683faeb710c9dc22f360f39334947d73.tar.gz |
Default to -fno-show-warning-groups (re #10752)
As `-fno-show-warning-groups` shows associated warning groups regardless
of whether the respective warning group flag as been passed on the CLI,
the warning-group information may be confusing to users.
At this point, `-fshow-warning-groups` is useful mostly to GHC
developers and possibly GHC users who want to see which warning groups
an emitted warning is part of. (Btw, this is particularly interesting in
combination with `-Weverything` which enables *every* warning flag known
to GHC.)
Consequently, starting with this commit, one has to opt-in via
`-fshow-warning-groups` for GHC to show warning groups.
In order to reduce the testsuite delta in this commit, the
`-fshow-warning-groups` flag has been added to TEST_HC_OPTS.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci024.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci024.stdout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci024.stdout b/testsuite/tests/ghci/scripts/ghci024.stdout index 9fea9464b0..b92adad855 100644 --- a/testsuite/tests/ghci/scripts/ghci024.stdout +++ b/testsuite/tests/ghci/scripts/ghci024.stdout @@ -8,6 +8,7 @@ GHCi-specific dynamic flag settings: other dynamic, non-language, flag settings: -fforce-recomp -fimplicit-import-qualified + -fshow-warning-groups warning settings: -Wno-tabs ~~~~~~~~~~ Testing :set -a |