summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings
Commit message (Collapse)AuthorAgeFilesLines
* Update some tests for recent Safe Haskell change.David Terei2015-05-121-2/+2
|
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-021-1/+3
| | | | | | | | Reviewed By: nomeata, thomie Differential Revision: https://phabricator.haskell.org/D760 Signed-off-by: Dave Laing <dave.laing.80@gmail.com>
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-203-0/+12
| | | | | | | | | | | | | | | | | | | Summary: add `-fwarn-missing-exported-sigs` to only warn about missing signatures if the name is exported Test Plan: validate, see testsuite/tests/warnings/should_compile/T2526.hs Reviewers: ezyang, austin, thomie Reviewed By: austin, thomie Subscribers: ezyang, thomie, carter Differential Revision: https://phabricator.haskell.org/D482 GHC Trac Issues: #2526 Conflicts: docs/users_guide/7.10.1-notes.xml
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-213-1/+9
| | | | | | | | | | | | | | | | | | | | | | Summary: This revision enables -fwarn-tabs by default and add a suppression flag, so that GHC compilation won't fail when some files contain tab characters. Test Plan: Additional test case, T9230, was added to cover that change. Reviewers: austin Reviewed By: austin Subscribers: simonmar, ezyang, carter, thomie, mlen Differential Revision: https://phabricator.haskell.org/D255 GHC Trac Issues: #9230 Conflicts: testsuite/driver/testlib.py
* Better warning message for orphan instances (Ticket #9178)Dr. Heinrich Hördegen2014-06-095-0/+28
| | | | Including a test case.
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-253-23/+23
| | | | | | | This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Follow changes in [7ab62490/base] (re #7633)Herbert Valerio Riedel2013-09-181-1/+3
|
* Tests for MINIMAL pragma (#7633)Twan van Laarhoven2013-09-1811-0/+213