[commit: ghc] wip/T8322: Attempt to load all modules before reporting errors (478bcf9)

git at git.haskell.org git
Sat Oct 5 20:22:26 UTC 2013


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

On branch  : wip/T8322
Link       : http://ghc.haskell.org/trac/ghc/changeset/478bcf93e823e4a5bed254a95e685d70656ebb2b/ghc

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

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

    Attempt to load all modules before reporting errors
    
    Instead of reporting only one ?module not found? error. This
    fixes #8322


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

478bcf93e823e4a5bed254a95e685d70656ebb2b
 compiler/main/GHC.hs             |    6 ++--
 compiler/main/GhcMake.hs         |   74 +++++++++++++++++++++-----------------
 compiler/main/HscTypes.lhs       |    5 ++-
 compiler/rename/RnNames.lhs      |    4 +--
 compiler/typecheck/TcRnMonad.lhs |    4 +++
 5 files changed, 55 insertions(+), 38 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 478bcf93e823e4a5bed254a95e685d70656ebb2b



More information about the ghc-commits mailing list