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

2007-11-21 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 Wed Nov 21 19:00:01 GMT 2007.

patch applied (ghc): Add built-in Double operations to vectorisation

2007-11-21 Thread Roman Leshchinskiy
Wed Nov 21 16:25:17 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add built-in Double operations to vectorisation M ./compiler/vectorise/VectBuiltIn.hs +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cv

patch applied (ghc): Teach vectorisation about Double

2007-11-21 Thread Roman Leshchinskiy
Tue Nov 20 21:49:32 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Teach vectorisation about Double M ./compiler/vectorise/VectBuiltIn.hs -1 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Vectorise polyexprs with notes

2007-11-21 Thread Roman Leshchinskiy
Tue Nov 20 21:31:02 PST 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Vectorise polyexprs with notes M ./compiler/vectorise/Vectorise.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (ghc): Make rebindable do-notation behave as advertised

2007-11-21 Thread Manuel M T Chakravarty
Simon, Is it possible that you forgot to push a corresponding patch to the testsuite. I get Unexpected passes: Church2(normal) Unexpected failures: TH_exn2(normal) break003(ghci) break021(ghci) openFile008(normal) rw(normal) tcfail168(normal) tcfail178(normal) All e

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

2007-11-21 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 Wed Nov 21 19:30:04 GMT 2007. checki

patch applied (ghc): Make rebindable do-notation behave as advertised

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 09:49:14 PST 2007 [EMAIL PROTECTED] * Make rebindable do-notation behave as advertised Adopt Trac #1537. The patch ended up a bit bigger than I expected, so I suggest we do not merge this into the 6.8 branch. But there is no funadamental reason why not. With this patch

patch applied (ghc): Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques

2007-11-21 Thread Simon Peyton Jones
Fri Nov 16 07:24:46 PST 2007 [EMAIL PROTECTED] * Add DEBUG-only flag -dsuppress-uniques to suppress printing of uniques This is intended only for debugging use: it makes it easier to compare two variants without the variations between uniques mattering. (Of course, you can't actually

patch applied (ghc): Add -dcore-lint when validating libraries

2007-11-21 Thread Simon Peyton Jones
Mon Nov 5 08:47:33 PST 2007 [EMAIL PROTECTED] * Add -dcore-lint when validating libraries M ./mk/validate-settings.mk -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update for rebindable changes (Trac #1537)

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 09:55:51 PST 2007 [EMAIL PROTECTED] * Update for rebindable changes (Trac #1537) M ./tests/ghc-regress/rebindable/all.T -1 +2 M ./tests/ghc-regress/rebindable/rebindable5.hs -4 +7 M ./tests/ghc-regress/rebindable/rebindable6.hs -4 +7 M ./tests/ghc-regress/rebindable/r

patch applied (testsuite): Test for Trac #1913

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 07:15:08 PST 2007 [EMAIL PROTECTED] * Test for Trac #1913 M ./tests/ghc-regress/deriving/should_fail/all.T +1 A ./tests/ghc-regress/deriving/should_fail/drvfail015.hs A ./tests/ghc-regress/deriving/should_fail/drvfail015.stderr ___

patch applied (ghc): Fix Trac #1913: check data const for derived types are in scope

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 07:14:28 PST 2007 [EMAIL PROTECTED] * Fix Trac #1913: check data const for derived types are in scope When deriving an instance, the data constructors should all be in scope. This patch checks the condition. M ./compiler/typecheck/TcDeriv.lhs -1 +17

patch applied (ghc-6.8/ghc): MERGE: Zonk quantified tyvars with skolems + Rejig the error messages a bit; fixes a minor bug

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 06:33:46 PST 2007 [EMAIL PROTECTED] * MERGE: Zonk quantified tyvars with skolems + Rejig the error messages a bit; fixes a minor bug This merges to the 6.8 branch two HEAD patches (names above). The former "Zonk..." was for some reason partly in the branch already, which i

patch applied (ghc-6.8/ghc): MERGE to 6.8: Refactor error recovery slightly

2007-11-21 Thread Simon Peyton Jones
Wed Nov 21 06:32:27 PST 2007 [EMAIL PROTECTED] * MERGE to 6.8: Refactor error recovery slightly Slightly rejigged from HEAD: Mostly this patch is refacoring, but it also avoids post-tc zonking if the typechecker found errors. This is good because otherwise with DEBUG you can

patch applied (ghc-6.8/ghc): Improve pretty-printing for HsSyn

2007-11-21 Thread Simon Peyton Jones
Wed Oct 10 02:30:58 PDT 2007 [EMAIL PROTECTED] * Improve pretty-printing for HsSyn M ./compiler/hsSyn/HsBinds.lhs -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): warning removal

2007-11-21 Thread Simon Peyton Jones
Tue Oct 9 03:51:38 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * warning removal M ./compiler/main/HscTypes.lhs -20 +28 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): TcTyFuns: remove some duplicate code

2007-11-21 Thread Simon Peyton Jones
Thu Oct 4 07:23:15 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TcTyFuns: remove some duplicate code M ./compiler/typecheck/TcTyFuns.lhs -42 +25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc-6.8/ghc): Fix deferring on tyvars in TcUnify.subFunTys

2007-11-21 Thread Simon Peyton Jones
Wed Oct 17 21:43:52 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fix deferring on tyvars in TcUnify.subFunTys M ./compiler/typecheck/TcUnify.lhs -7 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc-6.8/ghc): TcUnify.subFunTys must take type families into account

2007-11-21 Thread Simon Peyton Jones
Wed Oct 17 04:43:26 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TcUnify.subFunTys must take type families into account * A bug reported by Andrew Appleyard revealed that subFunTys did take neither type families nor equalities into account. In a fairly obscure case there was

patch applied (ghc-6.8/ghc): TcTyFuns.eqInstToRewrite

2007-11-21 Thread Simon Peyton Jones
Wed Oct 3 07:57:15 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TcTyFuns.eqInstToRewrite M ./compiler/typecheck/TcTyFuns.lhs -53 +72 M ./compiler/types/Coercion.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

Re: Daily report for head

2007-11-21 Thread Claus Reinke
New unexpected test failures: .. ghci025 1 x86 Windows head fast i had a quick look, and this is because head fast runs the testsuite without cleanup (unlike validate), meaning that there are still some compiled modules from earlier tests lying around when ghci025 is reached,

getting complete HEAD repo, darcs issues

2007-11-21 Thread Claus Reinke
i've finally bitten the bullet and am changing from a partial to a complete HEAD repo. that hasn't solved as many issues as i'd hoped, though: 1 could the tar-balls at darcs.haskell.org please be split according to repo-collection? that is, one each for ghc, corelibs, testsuite, ex

Re: Validation police strikes again!

2007-11-21 Thread Simon Marlow
Duncan Coutts wrote: On Wed, 2007-11-21 at 11:36 +1100, Manuel M T Chakravarty wrote: On Mac OS X, 10.5, I get with todays head Unexpected failures: openFile008(normal) Details appended. Tue Nov 20 03:47:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * test repeated open/close of 1000 f

Daily report for head

2007-11-21 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: fail (failed stage1) x86 Windows head fast:pass lost pass pass lost pass gabor head: pass kahl G5 Gentoo Linux head:pass mnemosyne x86-64 Gentoo head: pass tnaur PPC OSX head: los

Daily report for stable

2007-11-21 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass tnaur PPC OSX stable:pass x86 Windows stable fast: pass fail (failed stage2 failed slave lost) pass pass lost pass x86-64 Linux stable: lost New unexpected test failures: concprog002 1 tnaur PPC OSX stable drv021