Re: [GHC] #2535: Bug fix for QuickCheck 1.1.0.0

2008-09-05 Thread GHC
#2535: Bug fix for QuickCheck 1.1.0.0
---+
 Reporter:  patperry   |  Owner:  
 Type:  proposal   | Status:  new 
 Priority:  normal |  Milestone:  Not GHC 
Component:  libraries (other)  |Version:  6.8.3   
 Severity:  normal | Resolution:  
 Keywords: | Difficulty:  Unknown 
 Testcase: |   Architecture:  Multiple
   Os:  Multiple   |  
---+
Comment (by patperry):

 There was a question about how the new version of variant works.  An
 explanation was given here:
 http://www.haskell.org/pipermail/libraries/2008-August/010566.html

 There was also concern about whether or not the patch truly fixed Bug
 #2065.  Specifically, where was some worry about arbitrary (Double -> Int)
 function producing complicated results for simple input.  Those worries
 were quelled here:
 http://www.haskell.org/pipermail/libraries/2008-September/010600.html

-- 
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] #2566: "ghc -c foo.bar" silently does nothing

2008-09-05 Thread GHC
#2566: "ghc -c foo.bar" silently does nothing
+---
Reporter:  igloo|   Owner: 
Type:  bug  |  Status:  new
Priority:  normal   |   Milestone:  6.10.1 
   Component:  Driver   | Version:  6.8.3  
Severity:  normal   |Keywords: 
  Difficulty:  Unknown  |Testcase: 
Architecture:  Unknown  |  Os:  Unknown
+---
 `ghc -c foo.bar` silently does nothing. It thinks that `foo.bar` is an
 extra file to link, but `-c` means "do not link".

 Instead, it should give an error (or at the very least, a warning).

-- 
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] #1886: GHC API should preserve and provide access to comments

2008-09-05 Thread GHC
#1886: GHC API should preserve and provide access to comments
---+
 Reporter:  claus  |  
Owner: 
 Type:  bug| 
Status:  new
 Priority:  normal |  
Milestone:  6.10 branch
Component:  GHC API|
Version:  6.9
 Severity:  normal | 
Resolution: 
 Keywords:  GHC API, comments, program transformation, layout  | 
Difficulty:  Unknown
 Testcase: |   
Architecture:  Unknown
   Os:  Unknown|  
---+
Comment (by Jedai):

 My proposal is to support access to a special kind of token stream
 including comments.
 As the tokens themselves aren't enough to get back to the source that
 produced them (some aesthetic details disappear), I also create a function
 to add source strings to the tokens in a stream and a function to show
 such a "rich" token stream.
 HaRe use the following model :
 get the AST and the token stream >>> modify AST &&& propagate changes to
 token stream >>> second (pretty print the token stream).

 While this model may not be as convenient as we could hope for, it works
 and the guts of this process could eventually become a package on Hackage,
 separate from HaRe.

-- 
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] #1964: GHC.Prim

2008-09-05 Thread GHC
#1964: GHC.Prim
--+-
 Reporter:  igloo |  Owner: 
 Type:  bug   | Status:  closed 
 Priority:  high  |  Milestone:  6.10.1 
Component:  Compiler  |Version:  6.9
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  Unknown
   Os:  Unknown   |  
--+-
Changes (by igloo):

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

Comment:

 Fixed; we now have GHC.Prim docs.

-- 
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] #2565: Windows binary snapshots not available

2008-09-05 Thread GHC
#2565: Windows binary snapshots not available
-+--
Reporter:  NeilMitchell  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Component:  Compiler
 Version:  6.8.3 |Severity:  normal  
Keywords:|Testcase:  
Architecture:  Unknown   |  Os:  Unknown 
-+--
 Looking at:

 http://www.haskell.org/ghc/dist/current/dist/

 The latest Windows binary appears to be the 22nd of June, and thus is
 before things such as the Control.Exception changes, and will not work
 with the current version of Haddock. Is it possible to get an updated
 binary?

 From what I remember, these snapshots are also used for the Windows binary
 release, so might hold up the 6.10 released.

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