[nightly] DPH Performance Test Succeeded

2010-12-02 Thread DPH Buildbot
Full logs at http://log.ouroborus.net/limitingfactor/dph Environment Platform host: limitingfactor.cse.unsw.EDU.AU arch: i386 processor: i386 system:Darwin 10.5.0 Versions GHC The Glorious Glasgow Haskell Compilation System, version 7.1.20101202 GCC i686-a

pgj-freebsd-amd64-stable, build 95, Failure

2010-12-02 Thread Builder
pgj-freebsd-amd64-stable, build 95 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/95.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success bootin

pgj-freebsd-i386-stable, build 78, Success

2010-12-02 Thread Builder
pgj-freebsd-i386-stable, build 78 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/78.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booti

[nightly] 02-Dec-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-12-02 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Thu Dec 2 18:10:01 GMT 2010. checking out new source tree

pgj2, build 213, Failure

2010-12-02 Thread Builder
pgj2, build 213 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/213.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj, build 216, Failure

2010-12-02 Thread Builder
pgj, build 216 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/216.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

[nightly] 02-Dec-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-12-02 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Thu Dec 2 18:10:01 GMT 2010. checking out new so

tn23, build 207, Failure

2010-12-02 Thread Builder
tn23, build 207 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/207.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

sparky-unreg, build 32, Failure

2010-12-02 Thread Builder
sparky-unreg, build 32 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/32.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions | Failure: Just (ExitFailure 29) Build failed Details: http://darcs.haskell.org

[nightly] 02-Dec-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-12-02 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Thu Dec 2 18:00:01 GMT 2010. checking out new source tree

sparky, build 134, Failure

2010-12-02 Thread Builder
sparky, build 134 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/134.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions | Failure: Just (ExitFailure 29) Build failed Details: http://darcs.haskell.org/ghcBuilde

[nightly] 02-Dec-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-12-02 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Thu Dec 2 18:00:01 GMT 2010. checking out new source t

patch applied (testsuite): add a test for #4469

2010-12-02 Thread Simon Marlow
Thu Dec 2 04:04:29 PST 2010 Simon Marlow * add a test for #4469 A ./tests/ghc-regress/driver/recomp008/ A ./tests/ghc-regress/driver/recomp008/A1.hs A ./tests/ghc-regress/driver/recomp008/A2.hs A ./tests/ghc-regress/driver/recomp008/B.hs A ./tests/ghc-regress/driver/recomp

patch applied (testsuite): add test for #4808

2010-12-02 Thread Simon Marlow
Wed Dec 1 06:41:35 PST 2010 Simon Marlow * add test for #4808 A ./tests/ghc-regress/lib/IO/4808.hs A ./tests/ghc-regress/lib/IO/4808.stderr A ./tests/ghc-regress/lib/IO/4808.stdout M ./tests/ghc-regress/lib/IO/all.T +2 View patch online: http://darcs.haskell.org/cgi-bin/darcs

patch applied (ghc): make a panic message more informative and suggest -dcore-lint (see #4534)

2010-12-02 Thread Simon Marlow
Wed Dec 1 07:17:06 PST 2010 Simon Marlow * make a panic message more informative and suggest -dcore-lint (see #4534) M ./compiler/codeGen/CgBindery.lhs -4 +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101201151706-12142-26739893382cc5561

patch applied (ghc): Fix a recomp bug: make classes/datatypes depend directly on DFuns (#4469)

2010-12-02 Thread Simon Marlow
Thu Dec 2 04:23:49 PST 2010 Simon Marlow * Fix a recomp bug: make classes/datatypes depend directly on DFuns (#4469) And remove the old mechanism of recording dfun uses separately, because it didn't work. This wiki page describes recompilation avoidance and fingerprinting. I'll upda

Re: patch applied (testsuite): -XPArr is now -XParallelArrays

2010-12-02 Thread Simon Marlow
On 02/12/2010 07:06, Ben Lippmeier wrote: Wed Dec 1 22:20:02 PST 2010 Ben Lippmeier * -XPArr is now -XParallelArrays M ./tests/ghc-regress/dph/diophantine/DiophantineVect.hs -1 +1 M ./tests/ghc-regress/dph/diophantine/Main.hs -1 +1 M ./tests/ghc-regress/dph/dotp/DotPVect.hs -

patch applied (testsuite): Add a smaller test for recursive superclasses (T3731 simplified)

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 05:56:55 PST 2010 simo...@microsoft.com * Add a smaller test for recursive superclasses (T3731 simplified) A ./tests/ghc-regress/typecheck/should_run/T3731-short.hs A ./tests/ghc-regress/typecheck/should_run/T3731-short.stdout M ./tests/ghc-regress/typecheck/should_run/al

patch applied (testsuite): Test Trac #4814

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 04:42:19 PST 2010 simo...@microsoft.com * Test Trac #4814 A ./tests/ghc-regress/simplCore/should_run/T4814.hs A ./tests/ghc-regress/simplCore/should_run/T4814.stdout M ./tests/ghc-regress/simplCore/should_run/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/d

patch applied (ghc): A little refactoring (remove redundant argument passed to isGoodRecEv)

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 04:31:10 PST 2010 simo...@microsoft.com * A little refactoring (remove redundant argument passed to isGoodRecEv) M ./compiler/typecheck/TcInteract.lhs -3 +3 M ./compiler/typecheck/TcSMonad.lhs -12 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=da

patch applied (ghc): Make rebindable if-then-else a little more permissive

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 04:25:40 PST 2010 simo...@microsoft.com * Make rebindable if-then-else a little more permissive See Note [Rebindable syntax for if]. Fixes Trac #4798. Thanks to Nils Schweinsberg M ./compiler/typecheck/TcExpr.lhs -6 +28 View patch online: http://darcs.haskell.org/cgi-bi

patch applied (ghc): Fix a nasty bug in RULE matching: Trac #4814

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 02:26:18 PST 2010 simo...@microsoft.com * Fix a nasty bug in RULE matching: Trac #4814 See Note [Matching lets], which explains it all in detail. It took me a day to think of a nice way to fix the bug, but I think the result is quite respectable. Subtle, though. M ./comp

patch applied (ghc): Re-jig simplifySuperClass (again)

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 04:35:47 PST 2010 simo...@microsoft.com * Re-jig simplifySuperClass (again) This fixes the current loop in T3731, and will fix other reported loops. The loops show up when we are generating evidence for superclasses in an instance declaration. The trick is to make the "

patch applied (ghc): Improve error message (Trac #4799)

2010-12-02 Thread Simon Peyton Jones
Thu Dec 2 02:27:06 PST 2010 simo...@microsoft.com * Improve error message (Trac #4799) M ./compiler/typecheck/TcBinds.lhs -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101202102706-1287e-c2ea5e68408d2cd3a7c004aed78fbc8e549d791b.gz ___

sparky-unreg, build 31, Failure

2010-12-02 Thread Builder
sparky-unreg, build 31 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/31.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success

[nightly] DPH Performance Test Succeeded

2010-12-02 Thread DPH Buildbot
Full logs at http://log.ouroborus.net/limitingfactor/dph Environment Platform host: limitingfactor.cse.unsw.EDU.AU arch: i386 processor: i386 system:Darwin 10.4.0 Versions GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1 GCC i686-apple-d