Re: [GHC] #5583: GHC.Stats should use cameCase in its public API

2011-10-25 Thread GHC
#5583: GHC.Stats should use cameCase in its public API
+---
 Reporter:  tibbe   |  Owner:  
 Type:  bug | Status:  closed  
 Priority:  normal  |  Component:  libraries/base  
  Version:  7.2.1   | Resolution:  fixed   
 Keywords:  |   Testcase:  
Blockedby:  | Os:  Unknown/Multiple
 Blocking:  |   Architecture:  Unknown/Multiple
  Failure:  Other   |  
+---

Comment(by tibbe):

 {{{
 commit 41138fd97a9944850b79488196b617597a0fe0c4
 Author: Johan Tibell 
 Date:   Tue Oct 25 17:12:06 2011 -0700

 GHC.Stats: Use camelCase in public APIs
 }}}

-- 
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] #5583: GHC.Stats should use cameCase in its public API

2011-10-25 Thread GHC
#5583: GHC.Stats should use cameCase in its public API
+---
 Reporter:  tibbe   |  Owner:  
 Type:  bug | Status:  closed  
 Priority:  normal  |  Component:  libraries/base  
  Version:  7.2.1   | Resolution:  fixed   
 Keywords:  |   Testcase:  
Blockedby:  | Os:  Unknown/Multiple
 Blocking:  |   Architecture:  Unknown/Multiple
  Failure:  Other   |  
+---
Changes (by tibbe):

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


Comment:

 Submitted as 41138fd97a9944850b79488196b617597a0fe0c4

-- 
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] #5583: GHC.Stats should use cameCase in its public API

2011-10-25 Thread GHC
#5583: GHC.Stats should use cameCase in its public API
-+--
Reporter:  tibbe |   Owner:
Type:  bug   |  Status:  patch 
Priority:  normal|   Component:  libraries/base
 Version:  7.2.1 |Keywords:
Testcase:|   Blockedby:
  Os:  Unknown/Multiple  |Blocking:
Architecture:  Unknown/Multiple  | Failure:  Other 
-+--

Comment(by ezyang):

 Sounds reasonable.

-- 
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] #5583: GHC.Stats should use cameCase in its public API

2011-10-25 Thread GHC
#5583: GHC.Stats should use cameCase in its public API
-+--
Reporter:  tibbe |   Owner:
Type:  bug   |  Status:  patch 
Priority:  normal|   Component:  libraries/base
 Version:  7.2.1 |Keywords:
Testcase:|   Blockedby:
  Os:  Unknown/Multiple  |Blocking:
Architecture:  Unknown/Multiple  | Failure:  Other 
-+--
Changes (by tibbe):

  * status:  new => patch


-- 
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] #5583: GHC.Stats should use cameCase in its public API

2011-10-25 Thread GHC
#5583: GHC.Stats should use cameCase in its public API
-+--
Reporter:  tibbe |   Owner:
Type:  bug   |  Status:  new   
Priority:  normal|   Component:  libraries/base
 Version:  7.2.1 |Keywords:
Testcase:|   Blockedby:
  Os:  Unknown/Multiple  |Blocking:
Architecture:  Unknown/Multiple  | Failure:  Other 
-+--
 `GHC.Stats` uses underscores, not camelCase, in its public API. I think it
 should use camelCase, which is more standard (although the GHC API doesn't
 always use that).

-- 
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] #2897: HsFFI.h is not in the default include path for hsc2hs

2011-10-25 Thread GHC
#2897: HsFFI.h is not in the default include path for hsc2hs
---+
  Reporter:  cjs   |  Owner:  igloo   
  Type:  bug   | Status:  closed  
  Priority:  highest   |  Milestone:  7.4.1   
 Component:  hsc2hs|Version:  6.10.1  
Resolution:  fixed |   Keywords:  
  Testcase:|  Blockedby:  
Difficulty:  Unknown   | Os:  Unknown/Multiple
  Blocking:|   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---+
Changes (by igloo):

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


Comment:

 Done:
 {{{
 commit 5f3ac5267914cc020c11b148cdbc4356bd6eb02a
 Author: Ian Lynagh 
 Date:   Tue Oct 25 15:45:36 2011 +0100

 Various hsc2hs improvements

 * Fix GHC trac #2897: Generate a separate "utils" C file containing
   wrappers for functions like printf. This means template-hsc.h
   doesn't need to includes any headers, so we don't pollute the C
   environment.
   (actually, we still need to include stddef.h).

 * Use runProcess rather than system. It used to try to conditionally
   use runProcess if it was available, but never actually did. Now it
   uses it unconditionally.

 * Some tidying up
 }}}

-- 
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] #5582: Panic from -C flag

2011-10-25 Thread GHC
#5582: Panic from -C flag
-+--
Reporter:  mjo   |   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Component:  Compiler
 Version:  7.2.1 |Keywords:  
Testcase:|   Blockedby:  
  Os:  Unknown/Multiple  |Blocking:  
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
-+--
 jumba ~ $ cat hello_world.hs

 {{{
 main = do
   print "Hello, World."
 }}}

 jumba ~ $ ghc -C hello_world.hs

 {{{
 addFlag by -C on the commandline:
 Warning: The -fvia-C flag does nothing; it will be removed in a future
 GHC release
 ghc: panic! (the 'impossible' happened)
   (GHC version 7.2.1 for x86_64-unknown-linux):
 pipeLoop: at phase As but I wanted to stop at phase HCc

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 }}}

-- 
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] #5576: Fix to #5549 breaks integerConstantFolding

2011-10-25 Thread GHC
#5576: Fix to #5549 breaks integerConstantFolding
+---
  Reporter:  daniel.is.fischer  |  Owner:  simonpj 
  Type:  bug| Status:  closed  
  Priority:  highest|  Milestone:  7.4.1   
 Component:  Compiler   |Version:  7.3 
Resolution:  fixed  |   Keywords:  
  Testcase: |  Blockedby:  
Difficulty: | Os:  Linux   
  Blocking: |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown   |  
+---
Changes (by simonpj):

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


Comment:

 Fixed!

 Simon

-- 
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] #3693: Show stack traces

2011-10-25 Thread GHC
#3693: Show stack traces
--+-
  Reporter:  jpet |  Owner:  
  Type:  feature request  | Status:  new 
  Priority:  normal   |  Milestone:  7.4.1   
 Component:  Runtime System   |Version:  6.10.4  
Resolution:   |   Keywords:  
  Testcase:   |  Blockedby:  
Difficulty:   | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by scpmw):

 * cc: scpmw@… (added)


-- 
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] #5564: Panic in ghci name suggestion

2011-10-25 Thread GHC
#5564: Panic in ghci name suggestion
---+
  Reporter:  judahj|  Owner:  simonmar
  Type:  bug   | Status:  closed  
  Priority:  high  |  Milestone:  7.4.1   
 Component:  GHCi  |Version:  7.2.1   
Resolution:  fixed |   Keywords:  
  Testcase:|  Blockedby:  
Difficulty:| Os:  Unknown/Multiple
  Blocking:|   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---+
Changes (by simonmar):

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


-- 
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] #5266: Licensing requirements and copyright notices

2011-10-25 Thread GHC
#5266: Licensing requirements and copyright notices
--+-
  Reporter:  houeland |  Owner:  
  Type:  feature request  | Status:  new 
  Priority:  normal   |  Milestone:  
 Component:  None |Version:  
Resolution:   |   Keywords:  copyright   
  Testcase:   |  Blockedby:  
Difficulty:   | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown |  
--+-
Changes (by dtrebbien):

 * cc: dtrebbien@… (added)


-- 
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] #5581: ConstraintKinds lets you put the typechecker into a loop

2011-10-25 Thread GHC
#5581: ConstraintKinds lets you put the typechecker into a loop
--+-
  Reporter:  pumpkin  |  Owner:  batterseapower  
  Type:  bug  | Status:  closed  
  Priority:  normal   |  Milestone:  
 Component:  Compiler (Type checker)  |Version:  7.3 
Resolution:  fixed|   Keywords:  ConstraintKinds 
  Testcase:   |  Blockedby:  
Difficulty:   | Os:  Unknown/Multiple
  Blocking:   |   Architecture:  Unknown/Multiple
   Failure:  Compile-time crash   |  
--+-
Changes (by batterseapower):

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


Comment:

 I've added a test, T5581, in commit
 fbf4be8429efe36984baebd800c31984272db401

 I relaxed the size check for tuple predicates while I was at it.

-- 
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] #5581: ConstraintKinds lets you put the typechecker into a loop

2011-10-25 Thread GHC
#5581: ConstraintKinds lets you put the typechecker into a loop
+---
Reporter:  pumpkin  |Owner:  batterseapower
Type:  bug  |   Status:  new   
Priority:  normal   |Milestone:
   Component:  Compiler (Type checker)  |  Version:  7.3   
Keywords:  ConstraintKinds  | Testcase:
   Blockedby:   |   Difficulty:
  Os:  Unknown/Multiple | Blocking:
Architecture:  Unknown/Multiple |  Failure:  Compile-time crash
+---

Comment(by batterseapower@…):

 commit 95d66964bb315f1c500f179ab2da001d8f52e2ac
 {{{
 Author: Max Bolingbroke 
 Date:   Tue Oct 25 10:28:31 2011 +0100

 Fix infinite loop in PredTYpe size checking (#5581)

  compiler/typecheck/TcMType.lhs |   37
 +++--
  1 files changed, 31 insertions(+), 6 deletions(-)
 }}}

-- 
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