Re: [GHC] #1666: -Werror aborts too early

2010-10-27 Thread GHC
#1666: -Werror aborts too early
--+-
  Reporter:  simonmar |  Owner:  simonmar
  Type:  bug  | Status:  closed  
  Priority:  normal   |  Milestone:  7.2.1   
 Component:  Compiler |Version:  6.6.1   
Resolution:  fixed|   Keywords:  
  Testcase:   |  Blockedby:  
Difficulty:  Easy (less than 1 hour)  | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by simonmar):

  * milestone:  7.0.1 => 7.2.1


Comment:

 Not to be merged, so milestoning for 7.2.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1666: -Werror aborts too early

2010-10-27 Thread GHC
#1666: -Werror aborts too early
--+-
  Reporter:  simonmar |  Owner:  simonmar
  Type:  bug  | Status:  closed  
  Priority:  normal   |  Milestone:  7.0.1   
 Component:  Compiler |Version:  6.6.1   
Resolution:  fixed|   Keywords:  
  Testcase:   |  Blockedby:  
Difficulty:  Easy (less than 1 hour)  | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Done:

 {{{
 Wed Oct 27 05:11:32 PDT 2010  Simon Marlow 
   * Refactoring and tidyup of HscMain and related things (also fix #1666)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1666: -Werror aborts too early

2010-10-05 Thread GHC
#1666: -Werror aborts too early
-+--
Reporter:  simonmar  |Owner:  simonmar   
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  7.0.1  
   Component:  Compiler  |  Version:  6.6.1  
Keywords:| Testcase: 
   Blockedby:|   Difficulty:  Easy (less than 1 hour)
  Os:  Unknown/Multiple  | Blocking: 
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown   
-+--
Changes (by simonmar):

  * owner:  => simonmar


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1666: -Werror aborts too early

2010-06-24 Thread GHC
#1666: -Werror aborts too early
-+--
Reporter:  simonmar  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.14.1 
   Component:  Compiler  |  Version:  6.6.1  
Keywords:|   Difficulty:  Easy (less than 1 hour)
  Os:  Unknown/Multiple  | Testcase: 
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown   
-+--

Comment(by igloo):

 See also #2548

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1666: -Werror aborts too early

2010-06-19 Thread GHC
#1666: -Werror aborts too early
-+--
Reporter:  simonmar  |Owner: 
Type:  bug   |   Status:  new
Priority:  normal|Milestone:  6.14.1 
   Component:  Compiler  |  Version:  6.6.1  
Keywords:|   Difficulty:  Easy (less than 1 hour)
  Os:  Unknown/Multiple  | Testcase: 
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown   
-+--
Changes (by igloo):

  * priority:  low => normal
  * failure:  => None/Unknown
  * milestone:  6.12.3 => 6.14.1


Comment:

 Recent changes might make this easier to do.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1666: -Werror aborts too early

2009-04-13 Thread GHC
#1666: -Werror aborts too early
-+--
Reporter:  simonmar  |Owner:  
Type:  bug   |   Status:  new 
Priority:  low   |Milestone:  6.12 branch 
   Component:  Compiler  |  Version:  6.6.1   
Severity:  normal|   Resolution:  
Keywords:|   Difficulty:  Easy (1 hr) 
Testcase:|   Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
-+--
Changes (by igloo):

  * milestone:  6.10 branch => 6.12 branch

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1666: -Werror aborts too early

2007-09-06 Thread GHC
#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: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs