patch applied (ghc-6.8/ghc): Update ANNOUNCE for 6.8.2

2007-11-28 Thread Ian Lynagh
Wed Nov 28 14:43:43 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update ANNOUNCE for 6.8.2 M ./ANNOUNCE -55 +42 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add 6.8.2 release notes

2007-11-28 Thread Ian Lynagh
Wed Nov 28 14:23:02 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add 6.8.2 release notes A ./docs/users_guide/6.8.2-notes.xml M ./docs/users_guide/intro.xml -1 +2 M ./docs/users_guide/ug-ent.xml -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell

Re: Darcs

2007-11-28 Thread Manuel M T Chakravarty
David Roundy wrote: Manuel M T Chakravarty wrote: Maybe we should just invest that effort into helping David improve his code instead. This idea occurred to me too, and there's probably a lot we could do to improve darcs with a few days of Ian's and my time. Something to think about, d

patch applied (ghc-6.8/ghc): FIX BUILD (with GHC 6.2.x): update .hi-boot file

2007-11-28 Thread Ian Lynagh
Fri Nov 16 02:12:27 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (with GHC 6.2.x): update .hi-boot file M ./compiler/parser/HaddockLex.hi-boot-6 -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc-6.8/ghc): Fix build

2007-11-28 Thread Ian Lynagh
Wed Nov 14 04:58:42 PST 2007 David Waern <[EMAIL PROTECTED]> * Fix build I had forgot to update HaddockLex.hi-boot-6, so the build with 6.2.2 failed. This fixes that. M ./compiler/parser/HaddockLex.hi-boot-6 +2 ___ Cvs-ghc mailing list Cvs-g

patch applied (ghc-6.8/ghc): FIX Trac #1935: generate superclass constraints for derived classes

2007-11-28 Thread Ian Lynagh
Wed Nov 28 07:05:41 PST 2007 [EMAIL PROTECTED] * FIX Trac #1935: generate superclass constraints for derived classes This bug only reports a problem with phantom types, but actually there was quite a long-standing and significant omission in the constraint generation for derived classes

patch applied (ghc-6.8/ghc): add comment

2007-11-28 Thread Ian Lynagh
Wed Nov 28 03:14:17 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add comment M ./compiler/cmm/CmmOpt.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX #1916: don't try to convert float constants to int in CMM optimizer

2007-11-28 Thread Ian Lynagh
Thu Nov 22 01:55:13 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]> * FIX #1916: don't try to convert float constants to int in CMM optimizer M ./compiler/cmm/CmmOpt.hs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc-6.8/ghc): give a more useful message when the static flags have not been initialised (#1938)

2007-11-28 Thread Ian Lynagh
Tue Nov 27 05:54:35 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * give a more useful message when the static flags have not been initialised (#1938) M ./compiler/main/StaticFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc-6.8/ghc): Avoid making Either String an instance of Monad in the Haddock parser

2007-11-28 Thread Ian Lynagh
Wed Nov 14 12:40:50 PST 2007 David Waern <[EMAIL PROTECTED]> * Avoid making Either String an instance of Monad in the Haddock parser M ./compiler/main/GHC.hs -1 +4 M ./compiler/parser/HaddockParse.y -13 +18 M ./compiler/parser/HaddockUtils.hs -2 +2 M ./compiler/parser/Parser.y.p

patch applied (ghc-6.8/ghc): Merge from Haddock: Modify lexing of /../

2007-11-28 Thread Ian Lynagh
Sun Nov 11 18:38:56 PST 2007 David Waern <[EMAIL PROTECTED]> * Merge from Haddock: Modify lexing of /../ Tue Aug 28 11:19:54 CEST 2007 Simon Marlow <[EMAIL PROTECTED]> * Modify lexing of /../ This makes /../ more like '..', so that a single / on a line doesn't trigger

patch applied (ghc-6.8/ghc): Merge from Haddock: Add <> for images

2007-11-28 Thread Ian Lynagh
Mon Nov 12 14:05:37 PST 2007 David Waern <[EMAIL PROTECTED]> * Merge from Haddock: Add <> for images A merge of this patch: Mon Aug 7 16:22:14 CEST 2006 Simon Marlow <[EMAIL PROTECTED]> * Add <> for images Submitted by: Lennart Augustsson Please merge to the 6.8.2 bra

patch applied (ghc-6.8/ghc): Merge of a patch from the old Haddock branch:

2007-11-28 Thread Ian Lynagh
Sun Nov 11 17:31:43 PST 2007 David Waern <[EMAIL PROTECTED]> * Merge of a patch from the old Haddock branch: Fri Jan 5 12:13:41 CET 2007 Simon Marlow <[EMAIL PROTECTED]> * Fix up a case of extra vertical space after a code block Please merge this to the 6.8.2 branch M ./

patch applied (ghc-6.8/ghc): Merge from Haddock: allow blank lines inside code blocks

2007-11-28 Thread Ian Lynagh
Sun Nov 11 17:34:39 PST 2007 David Waern <[EMAIL PROTECTED]> * Merge from Haddock: allow blank lines inside code blocks Tue Jan 9 14:14:34 CET 2007 Simon Marlow <[EMAIL PROTECTED]> * allow blank lines inside a @...@ code block Please merge this to the 6.8.2 branch M ./co

patch applied (ghc-6.8/ghc): MERGED: fix stage 1 compilation

2007-11-28 Thread Ian Lynagh
Wed Nov 28 09:11:45 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: fix stage 1 compilation Simon Marlow <[EMAIL PROTECTED]>**20071106142057 M ./compiler/main/GHC.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc-6.8/ghc): MERGED: GHC API: add checkAndLoadModule

2007-11-28 Thread Ian Lynagh
Wed Nov 28 07:11:12 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: GHC API: add checkAndLoadModule Simon Marlow <[EMAIL PROTECTED]>**20071106140121 Does what the name suggests: it performs the function of both checkModule and load on that module, avoiding the need to process each m

Re: 6.8.1 SpecConstr failures and stream fusion successes

2007-11-28 Thread Don Stewart
duncan.coutts: > On Tue, 2007-11-27 at 23:07 -0800, Stefan O'Rear wrote: > > On Tue, Nov 27, 2007 at 10:23:40PM -0800, Don Stewart wrote: > > > SO very little fix up of the Stream structures the library translated > > > the list code into.. probably not good...and running this we find it has > > >

patch applied (ghc): Print a bit more info in VarBinds (no need to merge)

2007-11-28 Thread Simon Peyton Jones
Wed Nov 28 07:03:54 PST 2007 [EMAIL PROTECTED] * Print a bit more info in VarBinds (no need to merge) M ./compiler/hsSyn/HsBinds.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX Trac #1935: generate superclass constraints for derived classes

2007-11-28 Thread Simon Peyton Jones
Wed Nov 28 07:05:41 PST 2007 [EMAIL PROTECTED] * FIX Trac #1935: generate superclass constraints for derived classes This bug only reports a problem with phantom types, but actually there was quite a long-standing and significant omission in the constraint generation for derived classes

patch applied (ghc): Check for duplicate bindings in CoreLint

2007-11-28 Thread Simon Peyton Jones
Wed Nov 28 07:02:14 PST 2007 [EMAIL PROTECTED] * Check for duplicate bindings in CoreLint M ./compiler/coreSyn/CoreLint.lhs -3 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update output for change to deriving (Trac #1935)

2007-11-28 Thread Simon Peyton Jones
Wed Nov 28 08:15:24 PST 2007 [EMAIL PROTECTED] * Update output for change to deriving (Trac #1935) M ./tests/ghc-regress/deriving/should_fail/drvfail004.stderr -8 +6 M ./tests/ghc-regress/module/mod54.stderr -3 +4 ___ Cvs-ghc mailing list Cvs

patch applied (testsuite): Test for Trac #1935

2007-11-28 Thread Simon Peyton Jones
Wed Nov 28 07:09:04 PST 2007 [EMAIL PROTECTED] * Test for Trac #1935 M ./tests/ghc-regress/deriving/should_compile/all.T +1 A ./tests/ghc-regress/deriving/should_compile/deriving-1935.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www

Re: Darcs

2007-11-28 Thread David Roundy
On Wed, Nov 28, 2007 at 09:04:04AM +, Simon Marlow wrote: > Thanks David for taking the time to summarise the state of play. I'm > pretty excited to hear about the developments, and eager to try the new > version! I've been trying to fit in some darcs work in the cracks of my day, and have

patch applied (testsuite): add test for #1916

2007-11-28 Thread Simon Marlow
Wed Nov 28 03:56:54 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for #1916 A ./tests/ghc-regress/codeGen/should_compile/1916.hs M ./tests/ghc-regress/codeGen/should_compile/all.T +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://

patch applied (ghc): add comment

2007-11-28 Thread Simon Marlow
Wed Nov 28 03:14:17 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add comment M ./compiler/cmm/CmmOpt.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX #1916: don't try to convert float constants to int in CMM optimizer

2007-11-28 Thread Simon Marlow
Thu Nov 22 01:55:13 PST 2007 Bertram Felgenhauer <[EMAIL PROTECTED]> * FIX #1916: don't try to convert float constants to int in CMM optimizer M ./compiler/cmm/CmmOpt.hs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc): give a more useful message when the static flags have not been initialised (#1938)

2007-11-28 Thread Simon Marlow
Tue Nov 27 05:54:35 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * give a more useful message when the static flags have not been initialised (#1938) M ./compiler/main/StaticFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

[nightly] 27-Nov-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-11-28 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Tue Nov 27 19:30:01 GMT 2007. checki

Re: 6.8.1 SpecConstr failures and stream fusion successes

2007-11-28 Thread Duncan Coutts
On Tue, 2007-11-27 at 23:07 -0800, Stefan O'Rear wrote: > On Tue, Nov 27, 2007 at 10:23:40PM -0800, Don Stewart wrote: > > SO very little fix up of the Stream structures the library translated > > the list code into.. probably not good...and running this we find it has > > a space leak, and takes

[nightly] 27-Nov-2007 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-11-28 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue Nov 27 19:00:00 GMT 2007.

Re: Darcs

2007-11-28 Thread Manuel M T Chakravarty
Simon Marlow: I agree with Manuel below, given that big improvements to darcs are just around the corner, it would be unwise to switch now, and this sentiment was expressed by the majority of people who responded. Still, I think this has been a productive disucssion, and I'm glad we've br

Re: Darcs

2007-11-28 Thread Simon Marlow
Thanks David for taking the time to summarise the state of play. I'm pretty excited to hear about the developments, and eager to try the new version! I agree with Manuel below, given that big improvements to darcs are just around the corner, it would be unwise to switch now, and this sentimen

Daily report for head

2007-11-28 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) x86 Windows head: pass x86 Windows head fast: pass pass pass pass pass gbesh Intel x86_64 Linux head: pass kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: lost Fixed unexpected test failures:

Daily report for stable

2007-11-28 Thread BuildBot Collator
Build results: gabor stable: pass kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur PPC OSX stable 2: fail (failed stage1) tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: fail (failed stage1) x86 Windows st