summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci023.stdout
Commit message (Collapse)AuthorAgeFilesLines
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-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 Miedema2015-06-261-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 prefixesSimon Peyton Jones2015-04-071-16/+16
|
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-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 Jones2011-08-221-8/+8
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+16