tn23, build 176, Success

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

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

2010-10-29 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 Oct 29 18:00:01 BST 2010. checking out new source tree

pgj, build 185, Success

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

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

2010-10-29 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 Oct 29 18:10:01 BST 2010. checking out new source tree

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

2010-10-29 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 Oct 29 18:00:02 BST 2010. checking out new source

kgardas-opensolaris-x86-head, build 40, Success

2010-10-29 Thread Builder
kgardas-opensolaris-x86-head, build 40 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/40.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Suc

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

2010-10-29 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 Oct 29 18:10:02 BST 2010. checking out new s

Re: [GHC] #4419: dph tests fail with panic

2010-10-29 Thread Roman Leshchinskiy
On 20 Oct 2010, at 10:06, Simon Peyton-Jones wrote: > What I do in the simplifier is to put the rec group in a good order, then > work top-to-bottom, simplifying each RHS, adding its unfolding, and then on > to the next. No need for loops. > > > > | -Original Message- > | From

patch applied (ghc-7.0/testsuite): Add a test for #2846

2010-10-29 Thread Ian Lynagh
Fri Oct 29 11:54:04 PDT 2010 Ian Lynagh * Add a test for #2846 A ./tests/ghc-regress/typecheck/should_fail/T2846b.hs A ./tests/ghc-regress/typecheck/should_fail/T2846b.stderr M ./tests/ghc-regress/typecheck/should_fail/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/d

patch applied (ghc-7.0/testsuite): Add a test for trac #4444

2010-10-29 Thread Ian Lynagh
Fri Oct 29 11:13:18 PDT 2010 Ian Lynagh * Add a test for trac # A ./tests/ghc-regress/typecheck/should_compile/T.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 (testsuite): Add a test for #2846

2010-10-29 Thread Ian Lynagh
Fri Oct 29 11:54:04 PDT 2010 Ian Lynagh * Add a test for #2846 A ./tests/ghc-regress/typecheck/should_fail/T2846b.hs A ./tests/ghc-regress/typecheck/should_fail/T2846b.stderr M ./tests/ghc-regress/typecheck/should_fail/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/d

patch applied (testsuite): Add a test for trac #4444

2010-10-29 Thread Ian Lynagh
Fri Oct 29 11:13:18 PDT 2010 Ian Lynagh * Add a test for trac # A ./tests/ghc-regress/typecheck/should_compile/T.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=2010102

simonmar-win32-stable, build 85, Incomplete

2010-10-29 Thread Builder
simonmar-win32-stable, build 85 Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/85.html Build incomplete Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/85.html ___ Cvs-ghc mai

patch applied (ghc-7.0/ghc): Remove duplicate PrimopWrappers generation

2010-10-29 Thread Ian Lynagh
Thu Oct 28 03:16:24 PDT 2010 Simon Marlow * Remove duplicate PrimopWrappers generation We were generating PrimopWrappers.hs twice in two different places, one for the normal build and one for Haddock (I think). Unfortunately one of these was causing extra rebuilding, because the file dro

patch applied (ghc-7.0/ghc): fix bugs in tryTakeMVar/tryPutMVar

2010-10-29 Thread Ian Lynagh
Fri Oct 29 02:04:23 PDT 2010 Simon Marlow * fix bugs in tryTakeMVar/tryPutMVar I'm surprised that these haven't caused any problems (or maybe they have?) M ./rts/PrimOps.cmm -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=2010102

patch applied (ghc-7.0/ghc): Uncomment and fix an OS X linker debug print

2010-10-29 Thread Ian Lynagh
Fri Oct 29 06:58:05 PDT 2010 Ian Lynagh * Uncomment and fix an OS X linker debug print M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101029135805-3fd76-c849cc6d447be071c8d12d20be17e8939bf2916d.gz _

patch applied (ghc-7.0/ghc): Comment out bogus debug line that broke build on OSX

2010-10-29 Thread Ian Lynagh
Fri Oct 29 00:44:05 PDT 2010 b...@ouroborus.net * Comment out bogus debug line that broke build on OSX M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101029074405-bf82d-362a9b80d6284daa3abadc28ef80422d0cc55e22.gz

RE: Generic deriving in GHC

2010-10-29 Thread Simon Peyton-Jones
Can you tell me what is the best way to create new (empty) datatypes? We need those for the meta-information. Basically, a user-defined datatype data A a = A0 | A1 a (A a) gives rise to compiler-generated datatypes data D_A data C_A0 data C_A1 data S_A0_0 data S_A1_0 data S_A1_1 I suggest you ad

patch applied (ghc): Uncomment and fix an OS X linker debug print

2010-10-29 Thread Ian Lynagh
Fri Oct 29 06:58:05 PDT 2010 Ian Lynagh * Uncomment and fix an OS X linker debug print M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101029135805-3fd76-c849cc6d447be071c8d12d20be17e8939bf2916d.gz _

patch applied (ghc): fix bugs in tryTakeMVar/tryPutMVar

2010-10-29 Thread Simon Marlow
Fri Oct 29 02:04:23 PDT 2010 Simon Marlow * fix bugs in tryTakeMVar/tryPutMVar I'm surprised that these haven't caused any problems (or maybe they have?) M ./rts/PrimOps.cmm -3 +3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101029090423-

patch applied (ghc): Remove duplicate PrimopWrappers generation

2010-10-29 Thread Simon Marlow
Thu Oct 28 03:16:24 PDT 2010 Simon Marlow * Remove duplicate PrimopWrappers generation We were generating PrimopWrappers.hs twice in two different places, one for the normal build and one for Haddock (I think). Unfortunately one of these was causing extra rebuilding, because the file dro

simonmar-win32-head, build 149, Success

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

patch applied (ghc): Fix import warning

2010-10-29 Thread Ben Lippmeier
Fri Oct 29 00:16:17 PDT 2010 b...@ouroborus.net * Fix import warning M ./compiler/main/HscMain.lhs -1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101029071617-bf82d-1ff5b242e90188a53ca1c43703393dc2d9e56ee2.gz __

patch applied (ghc): Comment out bogus debug line that broke build on OSX

2010-10-29 Thread Ben Lippmeier
Fri Oct 29 00:44:05 PDT 2010 b...@ouroborus.net * Comment out bogus debug line that broke build on OSX M ./rts/Linker.c -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101029074405-bf82d-362a9b80d6284daa3abadc28ef80422d0cc55e22.gz __

patch applied (ghc): Cleanup comments and formatting only

2010-10-29 Thread Ben Lippmeier
Thu Oct 28 23:58:37 PDT 2010 b...@ouroborus.net * Cleanup comments and formatting only M ./compiler/utils/Panic.lhs -87 +108 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101029065837-bf82d-5e8c37795fb70a42d477e5dcd50e925ef3caac54.gz ___

patch applied (ghc): Nicer error message for #3782

2010-10-29 Thread Ben Lippmeier
Thu Oct 28 23:33:20 PDT 2010 b...@ouroborus.net * Nicer error message for #3782 It now says: ghc-stage2: sorry! (this is work in progress) (GHC version 7.1.20101028 for i386-apple-darwin): Vectorise.Builtins.indexBuiltin DPH builtin function 'sumTyCon' of size '11

Re: Generic deriving in GHC

2010-10-29 Thread José Pedro Magalhães
Hi Simon, 2010/10/28 Simon Peyton-Jones > OK good. I got it built. Then I compiled > > data D = D > > with –XGenerics –ddump-deriv –dppr-debug > > The “-dppr-debug” flag makes the uniques show up. > > > > Then you can see that the two from0 occurrences have different uniques, > hen

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

2010-10-29 Thread Builder
pgj-freebsd-amd64-stable, build 63 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/63.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 54, Success

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