Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Narrow scope of special-case for unqualified printing of names in core libraries | Ben Gamari | 2015-12-15 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 547c597112954353cef7157cb0a389bc4f6303eb modifies the pretty-printer to render names from a set of core packages (`base`, `ghc-prim`, `template-haskell`) as unqualified. The idea here was that many of these names typically are not in scope but are well-known by the user and therefore qualification merely introduces noise. This, however, is a very large hammer and potentially breaks any consumer who relies on parsing GHC output (hence #11208). This commit partially reverts this change, now only printing `Constraint` (which appears quite often in errors) as unqualified. Fixes #11208. Updates tests in `array` submodule. Test Plan: validate Reviewers: hvr, thomie, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1619 GHC Trac Issues: #11208 | ||||
* | GHCi docs: layout rule is respected inside :{ :} | Thomas Miedema | 2015-06-26 | 1 | -16/+18 |
| | | | | | | | | | | | | | Summary: I don't know if or when this changed, but the documentation on :{ :} (multiline input) seems out of date. Layout rule works fine. I added a regression test. Reviewers: austin Subscribers: thomie, bgamari Differential Revision: https://phabricator.haskell.org/D1013 | ||||
* | Error msg wibbles from reduced module prefixes | Simon Peyton Jones | 2015-04-07 | 1 | -16/+16 |
| | |||||
* | Move `Maybe`-typedef into GHC.Base | Herbert Valerio Riedel | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | This is preparatory work for reintroducing SPECIALISEs that were lost in d94de87252d0fe2ae97341d186b03a2fbe136b04 Differential Revision: https://phabricator.haskell.org/D214 | ||||
* | Accept output changes (related to patch for #5417) | Simon Peyton Jones | 2011-08-22 | 1 | -8/+8 |
| | |||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 1 | -0/+16 |