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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
__
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
_
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
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
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
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
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
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
28 matches
Mail list logo