pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 115, Success

2011-01-14 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 115 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/115.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | S

[nightly] 14-Jan-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-01-14 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 Jan 14 18:00:01 GMT 2011. checking out new source tree

[nightly] 14-Jan-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-01-14 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 Jan 14 18:10:01 GMT 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 250, Success

2011-01-14 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 250 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/250.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Succ

simonmar-win32-head (x86 Windows HEAD), build 216, Success

2011-01-14 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 216 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/216.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success set

simonmar-win32-stable (x86 Windows STABLE), build 151, Success

2011-01-14 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 151 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/151.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Succe

pgj (x86 FreeBSD HEAD), build 252, Success

2011-01-14 Thread Builder
pgj (x86 FreeBSD HEAD), build 252 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/252.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success

tn23 (x86 OSX HEAD), build 243, Success

2011-01-14 Thread Builder
tn23 (x86 OSX HEAD), build 243 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/243.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success bo

[nightly] 14-Jan-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-01-14 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 Jan 14 18:00:01 GMT 2011. checking out new source

[nightly] 14-Jan-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-01-14 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 Jan 14 18:10:01 GMT 2011. checking out new s

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 112, Failure

2011-01-14 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 112 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/112.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

Re: darcs patch: make warnings in some Hoopl modules non-... (and 1 more)

2011-01-14 Thread Edward Z. Yang
This patch also needs a unyet-committed patch to Hoopl to fix some warnings, or it will break the validate script (it builds fine normally). Excerpts from Edward Z. Yang's message of Fri Jan 14 11:52:43 -0500 2011: > 2 patches for repository http://darcs.haskell.org/ghc: > > Thu Sep 16 15:22:59 B

patch applied (ghc): Fix a buglet in postInlineUnconditionally

2011-01-14 Thread Simon Peyton Jones
Fri Jan 14 08:29:27 PST 2011 simo...@microsoft.com * Fix a buglet in postInlineUnconditionally Under obscure circumstances (actually only shown up when fixing something else) it was possible for a variable binding to be discarded although it was still used. See Note [Top level and post

patch applied (ghc): Comments only

2011-01-14 Thread Simon Peyton Jones
Fri Jan 14 08:29:59 PST 2011 simo...@microsoft.com * Comments only M ./compiler/stranal/WorkWrap.lhs -4 +16 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110114162959-1287e-bc518cafa7e3ae47eeeaf0dd24f49fa2326c2d1f.gz

patch applied (ghc): Fix Trac #4874: specialisation of INLINABLE things

2011-01-14 Thread Simon Peyton Jones
Fri Jan 14 08:32:27 PST 2011 simo...@microsoft.com * Fix Trac #4874: specialisation of INLINABLE things Johan discovered that when INLINABLE things are specialised bad things can happen. This patch implements a hack -- but it's a simple hack and it solves the problem. See Note [Inl

patch applied (ghc): cope with empty libraries/stamp directory (in git repo)

2011-01-14 Thread Simon Marlow
Fri Jan 14 06:24:06 PST 2011 Simon Marlow * cope with empty libraries/stamp directory (in git repo) M ./boot-pkgs +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110114142406-12142-9ad0902883bab900ca571f833612812e03a720b1.gz __

patch applied (ghc): Fix longstanding bug in C-- inlining for functions calls.

2011-01-14 Thread Simon Marlow
Thu Jan 13 05:06:54 PST 2011 Edward Z. Yang * Fix longstanding bug in C-- inlining for functions calls. M ./compiler/cmm/CmmOpt.hs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110113130654-6a393-29f8d3d076e08f0599628c31115ce19e4d2e452

patch applied (ghc): add .gitignore

2011-01-14 Thread Simon Marlow
Fri Jan 14 06:23:53 PST 2011 Simon Marlow * add .gitignore A ./.gitignore View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20110114142353-12142-570c97f294fe58922e86a41af4cf998c0987a852.gz ___ Cvs-ghc m

RE: New codegen failing test-cases

2011-01-14 Thread Edward Z. Yang
Excerpts from Simon Peyton-Jones's message of Fri Jan 14 03:12:40 -0500 2011: > What's preventing us merging all this into the HEAD? (But still not using > the new codegen path for real.) It'd mean we take a dependency on Hoopl, but > that's ok; it's just Darcs repo. We should be able to do that

Re: RFC: migrating to git

2011-01-14 Thread Simon Marlow
On 13/01/2011 19:11, Brian Bloniarz wrote: On 01/13/2011 12:49 AM, Simon Marlow wrote: I spent quite some time yesterday playing with submodules to see if they would work for GHC. I'm fairly sure there are no fundamental reasons that we couldn't use them, but there are enough gotchas to put me

Re: git repos for testing

2011-01-14 Thread Simon Marlow
On 14/01/2011 02:32, Kazu Yamamoto (山本和彦) wrote: Hello Simon, I've made git mirrors of the current GHC HEAD repos (all of them), so people can try out their workflows with git. Hopefully this should work: git clone http://darcs.haskell.org/ghc-git/ghc.git cd ghc perl sync-all get T

RE: New codegen failing test-cases

2011-01-14 Thread Simon Peyton-Jones
What's preventing us merging all this into the HEAD? (But still not using the new codegen path for real.) It'd mean we take a dependency on Hoopl, but that's ok; it's just Darcs repo. Then it'd be easier to keep up to date etc. Simon | -Original Message- | From: glasgow-haskell-use