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

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

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

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

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

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

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

2010-11-26 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 Fri Nov 26 18:10:02 GMT 2010. checking out new source tree

pgj2, build 207, Success

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

simonmar-win32-head, build 176, Success

2010-11-26 Thread Builder
simonmar-win32-head, build 176 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/176.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

simonmar-win32-stable, build 112, Success

2010-11-26 Thread Builder
simonmar-win32-stable, build 112 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/112.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting

pgj, build 210, Success

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

sparky, build 128, Success

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

tn23, build 201, Success

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

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

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

patch applied (ghc-7.0/testsuite): Test Trac #4524

2010-11-26 Thread Ian Lynagh
Fri Nov 26 03:43:53 PST 2010 simo...@microsoft.com * Test Trac #4524 A ./tests/ghc-regress/typecheck/should_compile/T4524.hs M ./tests/ghc-regress/typecheck/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=darcs_commitdiff;h

patch applied (ghc-7.0/ghc): Substitution should just substitute, not optimise

2010-11-26 Thread Ian Lynagh
Thu Nov 25 09:23:56 PST 2010 simo...@microsoft.com * Substitution should just substitute, not optimise This was causing Trac #4524, by optimising (e |> co) to e on the LHS of a rule. Result, the template variable 'co' wasn't bound any more. Now that substition doesn't op

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

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

sparky-unreg, build 26, Failure

2010-11-26 Thread Builder
sparky-unreg, build 26 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/26.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

patch applied (ghc): Acutally, wild-card variables *can* have occurrences

2010-11-26 Thread Simon Peyton Jones
Fri Nov 26 08:24:09 PST 2010 simo...@microsoft.com * Acutally, wild-card variables *can* have occurrences This patch removes the Lint test, and comments why M ./compiler/coreSyn/CoreLint.lhs -4 M ./compiler/simplCore/SimplEnv.lhs -2 +9 View patch online: http://darcs.haskell.org/c

patch applied (ghc): Tidy up the handling of wild-card binders, and make Lint check it

2010-11-26 Thread Simon Peyton Jones
Fri Nov 26 05:32:10 PST 2010 simo...@microsoft.com * Tidy up the handling of wild-card binders, and make Lint check it See Note [WildCard binders] in SimplEnv. Spotted by Roman. M ./compiler/coreSyn/CoreLint.lhs -1 +5 M ./compiler/coreSyn/MkCore.lhs -2 +2 M ./compiler/prelude/

patch applied (testsuite): Test Trac #4524

2010-11-26 Thread Simon Peyton Jones
Fri Nov 26 03:43:53 PST 2010 simo...@microsoft.com * Test Trac #4524 A ./tests/ghc-regress/typecheck/should_compile/T4524.hs M ./tests/ghc-regress/typecheck/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=2010112

patch applied (ghc): Substitution should just substitute, not optimise

2010-11-26 Thread Simon Peyton Jones
Thu Nov 25 09:23:56 PST 2010 simo...@microsoft.com * Substitution should just substitute, not optimise This was causing Trac #4524, by optimising (e |> co) to e on the LHS of a rule. Result, the template variable 'co' wasn't bound any more. Now that substition doesn't op

patch applied (ghc): Make SpecConstr "look through" identity coercions

2010-11-26 Thread Simon Peyton Jones
Thu Nov 25 09:21:38 PST 2010 simo...@microsoft.com * Make SpecConstr "look through" identity coercions M ./compiler/specialise/SpecConstr.lhs +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101125172138-1287e-b6e31c2cce2d4544505a63c413532d2e

patch applied (ghc): Comment only

2010-11-26 Thread Simon Peyton Jones
Thu Nov 25 09:20:11 PST 2010 simo...@microsoft.com * Comment only M ./compiler/stranal/WorkWrap.lhs -2 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101125172011-1287e-60b52e920d1701d33d0d6b12b98f0ca3a362fbb9.gz __

patch applied (ghc): White space only

2010-11-26 Thread Simon Peyton Jones
Mon Nov 1 01:07:48 PDT 2010 simo...@microsoft.com * White space only M ./compiler/typecheck/TcType.lhs -2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101101080748-1287e-7dbce9b97915edc99ac99cd8f8bd89bc65a7c30d.gz _

patch applied (testsuite): add test for #4373

2010-11-26 Thread Simon Marlow
Fri Nov 26 01:02:34 PST 2010 Simon Marlow * add test for #4373 A ./tests/ghc-regress/parser/unicode/4373.hs M ./tests/ghc-regress/parser/unicode/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101126090234-12142-1951a7c70daf

patch applied (testsuite): skip #4262, it doesn't give reliable results

2010-11-26 Thread Simon Marlow
Fri Nov 26 00:58:46 PST 2010 Simon Marlow * skip #4262, it doesn't give reliable results M ./tests/ghc-regress/concurrent/should_run/all.T -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuite;a=darcs_commitdiff;h=20101126085846-12142-76f950261dfce22310d6fb625

patch applied (testsuite): add test for #4262

2010-11-26 Thread Simon Marlow
Thu Nov 25 08:19:45 PST 2010 Simon Marlow * add test for #4262 A ./tests/ghc-regress/concurrent/should_run/4262.hs A ./tests/ghc-regress/concurrent/should_run/4262.stdout M ./tests/ghc-regress/concurrent/should_run/all.T +4 View patch online: http://darcs.haskell.org/cgi-bin/darcs

patch applied (ghc): Keep a maximum of 6 spare worker threads per Capability (#4262)

2010-11-26 Thread Simon Marlow
Thu Nov 25 05:57:29 PST 2010 Simon Marlow * Keep a maximum of 6 spare worker threads per Capability (#4262) M ./includes/rts/Constants.h +9 M ./rts/Capability.c -10 +28 M ./rts/Capability.h +1 M ./rts/Schedule.c -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcswe

patch applied (ghc): Unicide OtherNumber category should be allowed in identifiers (#4373)

2010-11-26 Thread Simon Marlow
Mon Nov 15 01:54:44 PST 2010 Simon Marlow * Unicide OtherNumber category should be allowed in identifiers (#4373) M ./compiler/parser/Lexer.x -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101115095444-12142-042db51478a85abe549e51a2d350

[nightly] DPH Performance Test Succeeded

2010-11-26 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