#5746: -Werror should wait until type-checking is done
-------------------------------+--------------------------------------------
  Reporter:  lerkok            |          Owner:                  
      Type:  feature request   |         Status:  closed          
  Priority:  normal            |      Milestone:  7.2.1           
 Component:  Compiler          |        Version:  7.2.1           
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------

Comment(by simonmar):

 Generally speaking it's a bad idea to print warnings and errors together,
 because you always need to fix the errors first, and the warnings just get
 in the way.  We could make it optional I suppose, but I don't think Levent
 is asking for that, he just wants the type error rather than the warning
 (and I agree - it was a real bug, which is now fixed).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5746#comment:3>
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

Reply via email to