[commit: ghc] wip/T11071: More import related hints (c88873c)
git at git.haskell.org
git at git.haskell.org
Sun Nov 15 20:31:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T11071
Link : http://ghc.haskell.org/trac/ghc/changeset/c88873ce3339a757ca03cd30ec9f852a803f9021/ghc
>---------------------------------------------------------------
commit c88873ce3339a757ca03cd30ec9f852a803f9021
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Sun Nov 15 19:13:51 2015 +0100
More import related hints
now for unqualified imports. Improves upon #11071.
Unfortunately, it seems that since 7.10, ghc will not print all
out-of-scope errors.
>---------------------------------------------------------------
c88873ce3339a757ca03cd30ec9f852a803f9021
compiler/main/HscTypes.hs | 11 +-
compiler/rename/RnEnv.hs | 222 +++++++++++----------
compiler/rename/RnNames.hs | 1 +
compiler/typecheck/TcErrors.hs | 3 +-
.../tests/annotations/should_fail/annfail11.stderr | 8 +-
testsuite/tests/module/mod114.stderr | 5 +-
testsuite/tests/module/mod124.stderr | 5 +-
testsuite/tests/module/mod125.stderr | 5 +-
testsuite/tests/module/mod126.stderr | 5 +-
testsuite/tests/module/mod127.stderr | 5 +-
testsuite/tests/module/mod130.stderr | 2 +
testsuite/tests/module/mod29.stderr | 5 +-
testsuite/tests/module/mod36.stderr | 5 +-
testsuite/tests/module/mod87.stderr | 2 +
testsuite/tests/module/mod97.stderr | 2 +
testsuite/tests/rename/should_fail/T11071a.hs | 16 ++
testsuite/tests/rename/should_fail/T11071a.stderr | 26 +++
testsuite/tests/rename/should_fail/all.T | 1 +
18 files changed, 212 insertions(+), 117 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc c88873ce3339a757ca03cd30ec9f852a803f9021
More information about the ghc-commits
mailing list