diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2015-12-15 16:08:52 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-15 20:45:59 +0100 |
commit | e2c917381ff099820b1ee30fcfa8bc0c20cf5c1f (patch) | |
tree | f9295bd3f9ab1e4d4b296960d1f046d1eb37b449 /testsuite/tests/roles/should_compile/T8958.stderr | |
parent | 947e44feebb4e979d7d476ff2aa5c7054a1c0899 (diff) | |
download | haskell-e2c917381ff099820b1ee30fcfa8bc0c20cf5c1f.tar.gz |
Narrow scope of special-case for unqualified printing of names in core libraries
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
Diffstat (limited to 'testsuite/tests/roles/should_compile/T8958.stderr')
-rw-r--r-- | testsuite/tests/roles/should_compile/T8958.stderr | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr index 9ffe72ad16..fd5461821f 100644 --- a/testsuite/tests/roles/should_compile/T8958.stderr +++ b/testsuite/tests/roles/should_compile/T8958.stderr @@ -21,17 +21,27 @@ Dependent packages: [base-4.9.0.0, ghc-prim-0.5.0.0, integer-gmp-1.0.0.0] ==================== Typechecker ==================== -T8958.$tcMap = TyCon 0## 0## T8958.$trModule (TrNameS "Map"#) -T8958.$tc'MkMap = TyCon 0## 0## T8958.$trModule (TrNameS "'MkMap"#) +T8958.$tcMap + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "Map"#) +T8958.$tc'MkMap + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "'MkMap"#) T8958.$tcRepresentational - = TyCon 0## 0## T8958.$trModule (TrNameS "Representational"#) + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "Representational"#) T8958.$tc'D:Representational - = TyCon 0## 0## T8958.$trModule (TrNameS "'D:Representational"#) + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "'D:Representational"#) T8958.$tcNominal - = TyCon 0## 0## T8958.$trModule (TrNameS "Nominal"#) + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "Nominal"#) T8958.$tc'D:Nominal - = TyCon 0## 0## T8958.$trModule (TrNameS "'D:Nominal"#) -T8958.$trModule = Module (TrNameS "main"#) (TrNameS "T8958"#) + = GHC.Types.TyCon + 0## 0## T8958.$trModule (GHC.Types.TrNameS "'D:Nominal"#) +T8958.$trModule + = GHC.Types.Module + (GHC.Types.TrNameS "main"#) (GHC.Types.TrNameS "T8958"#) AbsBinds [a] [] {Exports: [T8958.$fRepresentationala <= $dRepresentational <>] |