tn23, build 190, Success

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

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

2010-11-15 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 Mon Nov 15 18:00:01 GMT 2010. checking out new source tree

[nightly] DPH Performance Test Succeeded

2010-11-15 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 7.1.20101115 GCC i686-a

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

2010-11-15 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 Mon Nov 15 18:10:01 GMT 2010. checking out new source tree

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

2010-11-15 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 Mon Nov 15 18:00:02 GMT 2010. checking out new source

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

2010-11-15 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 Mon Nov 15 18:10:01 GMT 2010. checking out new s

patch applied (/haskell/ghc): Add GHC 7.0.1 download page

2010-11-15 Thread Ian Lynagh
Mon Nov 15 18:42:32 EST 2010 Ian Lynagh * Add GHC 7.0.1 download page A ./download_ghc_7_0_1.shtml ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Test Trac #4489

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 15:22:31 PST 2010 simo...@microsoft.com * Test Trac #4489 A ./tests/ghc-regress/rename/should_compile/T4489.hs A ./tests/ghc-regress/rename/should_compile/T4489.stderr M ./tests/ghc-regress/rename/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bi

patch applied (testsuite): Add tests for deriving Typable on data families

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 15:08:59 PST 2010 simo...@microsoft.com * Add tests for deriving Typable on data families M ./tests/ghc-regress/deriving/should_fail/T2604.stderr -2 +1 M ./tests/ghc-regress/deriving/should_fail/drvfail015.stderr -12 +13 A ./tests/ghc-regress/indexed-types/should_compile/

patch applied (ghc): Fix -fwarn-missing-import-lists (fix Trac #4489)

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 15:21:42 PST 2010 simo...@microsoft.com * Fix -fwarn-missing-import-lists (fix Trac #4489) M ./compiler/rename/RnNames.lhs -9 +14 M ./docs/users_guide/flags.xml -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101115232142-1

patch applied (ghc): Deriving Typeable changes

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 15:11:46 PST 2010 simo...@microsoft.com * Deriving Typeable changes * Fix a bug that led to a crash with data family T a deriving Functor T * Allow deriving Typeable for data families data family T a deriving Typeable1 T * Some refactoring and ti

kgardas-opensolaris-x86-head, build 55, Failure

2010-11-15 Thread Builder
kgardas-opensolaris-x86-head, build 55 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/55.html darcs checkout | Failure: 2 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/55.html darcs failed: un

simonmar-win32-stable, build 101, Failure

2010-11-15 Thread Builder
simonmar-win32-stable, build 101 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/101.html darcs checkout | Failure: 2 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/101.html darcs failed: Not a repository: x:

simonmar-win32-head, build 165, Failure

2010-11-15 Thread Builder
simonmar-win32-head, build 165 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/165.html darcs checkout | Failure: 2 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/165.html darcs failed: Not a repository: x:/ghc-H

Re: patch applied (ghc-7.0/testsuite): GHC performs even better in the 7.0 branch

2010-11-15 Thread Ian Lynagh
On Mon, Nov 15, 2010 at 10:13:05AM +, Simon Marlow wrote: > On 12/11/2010 22:31, Ian Lynagh wrote: >> Fri Nov 12 14:30:40 PST 2010 Ian Lynagh >>* GHC performs even better in the 7.0 branch >> >> M ./tests/ghc-regress/perf/compiler/all.T -5 +5 > > Do we know why this is? The container

Re: darcs patch: Use standard task ID print style (hexadecimal).

2010-11-15 Thread Ian Lynagh
On Wed, Nov 10, 2010 at 07:09:52PM -0500, Edward Z. Yang wrote: > > Thu Nov 11 00:09:12 GMT 2010 Edward Z. Yang > * Use standard task ID print style (hexadecimal). Applied, thanks! Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://ww

Re: patch applied (ghc-7.0/testsuite): GHC performs even better in the 7.0 branch

2010-11-15 Thread Simon Marlow
On 15/11/2010 14:58, Simon Peyton-Jones wrote: I for one don't. But I am happy! I'd be happy if it were the other way around, but since 7.0 performs better than HEAD we have a performance regression already, and that's not good. Cheers, Simon | -Original Message- | From:

patch applied (testsuite): Test Trac #4174

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 06:56:34 PST 2010 simo...@microsoft.com * Test Trac #4174 A ./tests/ghc-regress/indexed-types/should_fail/T4174.hs A ./tests/ghc-regress/indexed-types/should_fail/T4174.stderr M ./tests/ghc-regress/indexed-types/should_fail/all.T +2 View patch online: http://darcs.haskel

patch applied (testsuite): Test Snoyman's emailed data family deriving program

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 06:56:05 PST 2010 simo...@microsoft.com * Test Snoyman's emailed data family deriving program A ./tests/ghc-regress/indexed-types/should_compile/DataFamDeriv.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/da

RE: patch applied (ghc-7.0/testsuite): GHC performs even better in the 7.0 branch

2010-11-15 Thread Simon Peyton-Jones
I for one don't. But I am happy! | -Original Message- | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On Behalf Of | Simon Marlow | Sent: 15 November 2010 10:13 | To: Ian Lynagh | Cc: cvs-ghc@haskell.org | Subject: Re: patch applied (ghc-7.0/testsuite): GHC perfo

patch applied (testsuite): Test Trac #4494

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 04:12:40 PST 2010 simo...@microsoft.com * Test Trac #4494 A ./tests/ghc-regress/indexed-types/should_compile/T4494.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h

patch applied (testsuite): Add test for Trac #4485

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 06:33:15 PST 2010 simo...@microsoft.com * Add test for Trac #4485 This just checks that instance overlap is reported properly. A ./tests/ghc-regress/indexed-types/should_fail/T4485.hs A ./tests/ghc-regress/indexed-types/should_fail/T4485.stderr M ./tests/ghc-regress/

patch applied (ghc): Ensure that instance overlap errors are report properly

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 06:28:05 PST 2010 simo...@microsoft.com * Ensure that instance overlap errors are report properly This (annoyingly) requires us to re-flatten the class predicate. See Note [Flattening in error message generation] M ./compiler/typecheck/TcErrors.lhs -37 +91 View patch onli

patch applied (ghc): Ensure that unification variables alloc'd during solving are untouchable

2010-11-15 Thread Simon Peyton Jones
Mon Nov 15 04:15:40 PST 2010 simo...@microsoft.com * Ensure that unification variables alloc'd during solving are untouchable This fixes Trac #4494. See Note [Extra TcsTv untouchables] in TcSimplify. M ./compiler/typecheck/TcCanonical.lhs -2 +2 M ./compiler/typecheck/TcInteract.lh

Re: patch applied (ghc-7.0/testsuite): GHC performs even better in the 7.0 branch

2010-11-15 Thread Simon Marlow
On 12/11/2010 22:31, Ian Lynagh wrote: Fri Nov 12 14:30:40 PST 2010 Ian Lynagh * GHC performs even better in the 7.0 branch M ./tests/ghc-regress/perf/compiler/all.T -5 +5 Do we know why this is? Cheers, Simon ___ Cvs-ghc mailing l

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

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

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

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

patch applied (ghc): Use standard task ID print style (hexadecimal).

2010-11-15 Thread Ian Lynagh
Wed Nov 10 16:09:12 PST 2010 Edward Z. Yang * Use standard task ID print style (hexadecimal). M ./rts/Task.c -12 +12 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=2010000912-6a393-f1e4efdb10ba688c9411acc9856c773b0f70811e.gz __

patch applied (ghc): Fix up the ifdefs in Task.c

2010-11-15 Thread Ian Lynagh
Sat Nov 13 04:53:14 PST 2010 Ian Lynagh * Fix up the ifdefs in Task.c M ./rts/Task.c +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101113125314-3fd76-78b1006c685bc7698805ece1bd5c579f2610d6fc.gz ___

patch applied (ghc): Build system tweak: Inline DQ now it's the same on all platforms

2010-11-15 Thread Ian Lynagh
Sun Nov 14 05:46:36 PST 2010 Ian Lynagh * Build system tweak: Inline DQ now it's the same on all platforms M ./rts/ghc.mk -20 +17 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101114134636-3fd76-cc174596c59fc503ebefbcbec4130bfcd4a86070.gz _

patch applied (ghc): Add a build system dependency; fixes #4357

2010-11-15 Thread Ian Lynagh
Sun Nov 14 06:03:11 PST 2010 Ian Lynagh * Add a build system dependency; fixes #4357 M ./rules/build-dependencies.mk +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101114140311-3fd76-418bca9888a0cd6c16e0e50241ddb36c44e994d0.gz ___

patch applied (testsuite): Update 32-bit memory usage for T3064, following GHC space improvement

2010-11-15 Thread Ian Lynagh
Sun Nov 14 08:03:46 PST 2010 Ian Lynagh * Update 32-bit memory usage for T3064, following GHC space improvement M ./tests/ghc-regress/perf/compiler/all.T -8 +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101114160346-3fd76-9f194725f2

patch applied (ghc): Update to docbook 4.5; fixes trac #4447

2010-11-15 Thread Ian Lynagh
Sun Nov 14 07:50:23 PST 2010 Ian Lynagh * Update to docbook 4.5; fixes trac #4447 M ./aclocal.m4 -4 +4 M ./docs/docbook-cheat-sheet/docbook-cheat-sheet.xml -5 +5 M ./docs/vh/vh.xml -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20

patch applied (testsuite): Add 32-bit memory usage figures for MethSharing

2010-11-15 Thread Ian Lynagh
Sun Nov 14 08:08:04 PST 2010 Ian Lynagh * Add 32-bit memory usage figures for MethSharing M ./tests/ghc-regress/perf/should_run/all.T -2 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101114160804-3fd76-e3b9610ec845ace6f797493dd25fff

patch applied (testsuite): Add 32-bit memory usage numbers for T3738

2010-11-15 Thread Ian Lynagh
Sun Nov 14 08:09:58 PST 2010 Ian Lynagh * Add 32-bit memory usage numbers for T3738 M ./tests/ghc-regress/perf/should_run/all.T -2 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101114160958-3fd76-f94c77a22515ea2b910491ea594b6a5c41d7

patch applied (testsuite): Add a framework test for the package cache file being modified

2010-11-15 Thread Ian Lynagh
Sun Nov 14 08:55:30 PST 2010 Ian Lynagh * Add a framework test for the package cache file being modified Tests shouldn't touch the compiler's package database M ./config/ghc +2 M ./driver/testlib.py -1 +17 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;

patch applied (ghc): Remove -Ofile docs

2010-11-15 Thread Ian Lynagh
Sun Nov 14 09:33:32 PST 2010 Ian Lynagh * Remove -Ofile docs They said: (NOTE: not supported since GHC 4.x. Please ask if you're interested in this.) M ./docs/users_guide/using.xml -25 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff

patch applied (testsuite): Use a local database for cabal01

2010-11-15 Thread Ian Lynagh
Sun Nov 14 09:08:03 PST 2010 Ian Lynagh * Use a local database for cabal01 M ./tests/ghc-regress/cabal/cabal01/Makefile -8 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101114170803-3fd76-700712a164866ed2352f9c7564432301f8fc1a73.gz

patch applied (ghc): Fix paths used for doc publishing in the nightly builds

2010-11-15 Thread Ian Lynagh
Sun Nov 14 12:55:27 PST 2010 Ian Lynagh * Fix paths used for doc publishing in the nightly builds M ./ghc.mk -1 +7 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101114205527-3fd76-2005e4371ab5a275d453128499e129d7e5c7db43.gz

kgardas-opensolaris-x86-head, build 54, Failure

2010-11-15 Thread Builder
kgardas-opensolaris-x86-head, build 54 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/54.html darcs checkout | Failure: 2 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/54.html darcs failed: un

pgj, build 200, Failure

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

pgj2, build 197, Failure

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

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

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

pgj-freebsd-amd64-stable, build 79, Success

2010-11-15 Thread Builder
pgj-freebsd-amd64-stable, build 79 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/79.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success boo