Re: [GHC] #5179: Unexpected Failure due to change of defaultDynFlags' type

2011-05-25 Thread GHC
#5179: Unexpected Failure due to change of defaultDynFlags' type
+---
  Reporter:  daniel.is.fischer  |  Owner:  igloo   
  Type:  bug| Status:  closed  
  Priority:  high   |  Milestone:  7.2.1   
 Component:  Test Suite |Version:  7.1 
Resolution:  fixed  |   Keywords:  
  Testcase: |  Blockedby:  
Difficulty: | Os:  Unknown/Multiple
  Blocking: |   Architecture:  Unknown/Multiple
   Failure:  Other  |  
+---
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 Passing the panic is the right thing to do, for now at least.

 (In the future, we might want `defaultErrorHandler` to take a smaller
 value instead, i.e. only the information it actually needs rather than all
 of `DynFlags`).

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5179#comment:5
GHC http://www.haskell.org/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] #5179: Unexpected Failure due to change of defaultDynFlags' type

2011-05-10 Thread GHC
#5179: Unexpected Failure due to change of defaultDynFlags' type
--+-
Reporter:  daniel.is.fischer  |Owner:  igloo
Type:  bug|   Status:  new  
Priority:  high   |Milestone:   
   Component:  Test Suite |  Version:  7.1  
Keywords: | Testcase:   
   Blockedby: |   Difficulty:   
  Os:  Unknown/Multiple   | Blocking:   
Architecture:  Unknown/Multiple   |  Failure:  Other
--+-
Changes (by simonpj):

  * owner:  = igloo
  * priority:  normal = high


Comment:

 Ian is taking this.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5179#comment:2
GHC http://www.haskell.org/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] #5179: Unexpected Failure due to change of defaultDynFlags' type

2011-05-10 Thread GHC
#5179: Unexpected Failure due to change of defaultDynFlags' type
--+-
Reporter:  daniel.is.fischer  |Owner:  igloo
Type:  bug|   Status:  new  
Priority:  high   |Milestone:  7.2.1
   Component:  Test Suite |  Version:  7.1  
Keywords: | Testcase:   
   Blockedby: |   Difficulty:   
  Os:  Unknown/Multiple   | Blocking:   
Architecture:  Unknown/Multiple   |  Failure:  Other
--+-
Changes (by simonpj):

  * milestone:  = 7.2.1


-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5179#comment:3
GHC http://www.haskell.org/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] #5179: Unexpected Failure due to change of defaultDynFlags' type

2011-05-09 Thread GHC
#5179: Unexpected Failure due to change of defaultDynFlags' type
--+-
Reporter:  daniel.is.fischer  |   Owner:
Type:  bug|  Status:  new   
Priority:  normal |   Component:  Test Suite
 Version:  7.1|Keywords:
Testcase: |   Blockedby:
  Os:  Unknown/Multiple   |Blocking:
Architecture:  Unknown/Multiple   | Failure:  Other 
--+-
 annrun01 fails with
 {{{
 annrun01.hs:18:28:
 Couldn't match expected type `DynFlags'
 with actual type `DynFlags.Settings - DynFlags'
 In the first argument of `defaultErrorHandler', namely
   `defaultDynFlags'
 In the expression: defaultErrorHandler defaultDynFlags
 In the expression:
 defaultErrorHandler defaultDynFlags
   $   runGhc (Just cTop)
 }}}
 `defaultDynFlags` now takes an argument of type `Settings`, the test has
 not been updated yet.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5179
GHC http://www.haskell.org/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] #5179: Unexpected Failure due to change of defaultDynFlags' type

2011-05-09 Thread GHC
#5179: Unexpected Failure due to change of defaultDynFlags' type
--+-
Reporter:  daniel.is.fischer  |   Owner:
Type:  bug|  Status:  new   
Priority:  normal |   Component:  Test Suite
 Version:  7.1|Keywords:
Testcase: |   Blockedby:
  Os:  Unknown/Multiple   |Blocking:
Architecture:  Unknown/Multiple   | Failure:  Other 
--+-

Comment(by daniel.is.fischer):

 Supplying `undefined` as argument for `defaultDynFlags` makes annrun01
 pass. Giving reasonable `Settings` would be preferable, though.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/5179#comment:1
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs