Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Diagnostic codes: acccept test changes | sheaf | 2022-09-13 | 1 | -1/+1 |
| | | | | | | | | The testsuite output now contains diagnostic codes, so many tests need to be updated at once. We decided it was best to keep the diagnostic codes in the testsuite output, so that contributors don't inadvertently make changes to the diagnostic codes. | ||||
* | Use diagnostic infrastructure in GHC.Tc.Errors | sheaf | 2022-01-17 | 1 | -1/+2 |
| | |||||
* | Fix off-by-one error in GHCi line reporting (Trac #10578) | Ömer Sinan Ağacan | 2015-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Test Plan: I couldn't add tests because apparently line number reporting was already working correctly when loading script files. I don't know how to test by running commands using stdin, is this supported? Reviewers: austin, thomie, bgamari Reviewed By: thomie, bgamari Subscribers: hvr, thomie Differential Revision: https://phabricator.haskell.org/D1067 | ||||
* | Rename role annotations w.r.t only local decls. | Richard Eisenberg | 2015-04-24 | 1 | -3/+3 |
| | | | | Fix #10263. | ||||
* | Use U+2018 instead of U+201B quote mark in compiler messages | Herbert Valerio Riedel | 2014-02-25 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | Add test for #8485. | Richard Eisenberg | 2013-10-29 | 1 | -0/+4 |