[commit: ghc] master: Load all modules before reporting errors (#8322) (63b8147)

git at git.haskell.org git at git.haskell.org
Sat Nov 2 20:58:26 UTC 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/63b8147f01bd7bd4a46fb013998f138bce3139be/ghc

>---------------------------------------------------------------

commit 63b8147f01bd7bd4a46fb013998f138bce3139be
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Sep 17 23:37:02 2013 +0200

    Load all modules before reporting errors (#8322)
    
    Instead of reporting only one "module not found"" error.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

63b8147f01bd7bd4a46fb013998f138bce3139be
 compiler/main/GHC.hs             |    6 ++--
 compiler/main/GhcMake.hs         |   73 ++++++++++++++++++++++----------------
 compiler/rename/RnNames.lhs      |    4 +--
 compiler/typecheck/TcRnMonad.lhs |    4 +++
 4 files changed, 52 insertions(+), 35 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 63b8147f01bd7bd4a46fb013998f138bce3139be


More information about the ghc-commits mailing list