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

git at git.haskell.org git at git.haskell.org
Wed Sep 18 00:20:06 CEST 2013


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

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

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

commit f3d1e79c8f22e2c96b49050e14c250b17f2a7c56
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


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

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



More information about the ghc-commits mailing list