#1666: -Werror aborts too early
--------------------------+-------------------------------------------------
Reporter: simonmar | Owner:
Type: bug | Status: new
Priority: low | Milestone: 6.10
Component: Compiler | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Easy (1 hr) | Os: Unknown
Testcase: | Architecture: Unknown
--------------------------+-------------------------------------------------
When `-Werror` is on, we'd like to see all the warnings before the
compilation aborts. At the moment, if a given stage of the compiler
generates warnings (e.g. the renamer), we stop right there and don't go on
to do further stages, even though we could. This isn't completely trivial
to fix, we need to remember somewhere that warnings were generated
earlier, or remember the warnings themselves.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1666>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs