[commit: ghc] wip/T8322: Attempt to load all modules before reporting errors (aa8ec9e)
git at git.haskell.org
git
Sat Oct 5 18:16:19 UTC 2013
Repository : ssh://git at git.haskell.org/ghc
On branch : wip/T8322
Link : http://ghc.haskell.org/trac/ghc/changeset/aa8ec9e5dff47e51622e1619c5754ef45c7386e0/ghc
>---------------------------------------------------------------
commit aa8ec9e5dff47e51622e1619c5754ef45c7386e0
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
>---------------------------------------------------------------
aa8ec9e5dff47e51622e1619c5754ef45c7386e0
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 aa8ec9e5dff47e51622e1619c5754ef45c7386e0
More information about the ghc-commits
mailing list