pgj, build 178, Success

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

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

2010-10-22 Thread GHC Build Reports
dist-install/build/Language/Haskell/TH/Quote.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /usr/local/lib/ghc-7

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

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

Re: patch applied (ghc): Lint should check for duplicate top-level bindings with same qualified name

2010-10-22 Thread Ian Lynagh
On Fri, Oct 22, 2010 at 07:36:56AM -0700, Simon Peyton-Jones wrote: > Fri Oct 22 00:24:05 PDT 2010 simo...@microsoft.com > * Lint should check for duplicate top-level bindings with same qualified > name > > This would have produced a more civilised error for Trac #4396 This patch makes T1

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

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

simonmar-win32-head, build 143, Failure

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

patch applied (ghc-7.0/testsuite): Follow test output changes

2010-10-22 Thread Ian Lynagh
Fri Oct 22 09:03:04 PDT 2010 simo...@microsoft.com * Follow test output changes M ./tests/ghc-regress/annotations/should_fail/annfail10.stderr -2 +2 M ./tests/ghc-regress/indexed-types/should_compile/T3017.stderr -1 +1 M ./tests/ghc-regress/indexed-types/should_fail/T4179.stderr -13

patch applied (ghc-7.0/ghc): Optimised the representation of Inert Sets to use Maps to get to the relevant inert constraint faster.

2010-10-22 Thread Ian Lynagh
Fri Oct 22 05:58:40 PDT 2010 dimit...@microsoft.com * Optimised the representation of Inert Sets to use Maps to get to the relevant inert constraint faster. M ./compiler/typecheck/TcInteract.lhs -59 +119 M ./compiler/typecheck/TcSMonad.lhs -5 +19 View patch online: http://darcs.haskel

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

2010-10-22 Thread GHC Build Reports
mplate-haskell/dist-install/build/Language/Haskell/TH/Quote.dyn_o libraries/template-haskell/dist-install/build/Language/Haskell/TH.dyn_o `/usr/bin/find libraries/template-haskell/dist-install/build -name "*_stub.dyn_o" -print` -shared -dynamic -dynload deploy -dylib-install-name /

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

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

patch applied (ghc-7.0/testsuite): Add test for Trac #4356

2010-10-22 Thread Ian Lynagh
Thu Oct 21 04:34:59 PDT 2010 simo...@microsoft.com * Add test for Trac #4356 A ./tests/ghc-regress/indexed-types/should_compile/T4356.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/testsuite;a=da

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

2010-10-22 Thread Ian Lynagh
Thu Oct 21 03:16:09 PDT 2010 simo...@microsoft.com * Test Trac #4398 A ./tests/ghc-regress/simplCore/should_compile/T4398.hs A ./tests/ghc-regress/simplCore/should_compile/T4398.stderr M ./tests/ghc-regress/simplCore/should_compile/all.T +1 View patch online: http://darcs.haskell.o

patch applied (ghc-7.0/ghc): Improve the simple expression optimiser so it does simple beta reduction

2010-10-22 Thread Ian Lynagh
Thu Oct 21 01:50:30 PDT 2010 simo...@microsoft.com * Improve the simple expression optimiser so it does simple beta reduction M ./compiler/coreSyn/CoreSubst.lhs -31 +43 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101021085030-1287e-

patch applied (ghc-7.0/ghc): Fix Trac #4396, by localising pattern binders in the desugarer

2010-10-22 Thread Ian Lynagh
Thu Oct 21 10:03:24 PDT 2010 simo...@microsoft.com * Fix Trac #4396, by localising pattern binders in the desugarer See Note [Localise pattern binders] M ./compiler/deSugar/DsUtils.lhs -5 +43 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commit

patch applied (ghc-7.0/ghc): Add an assertion

2010-10-22 Thread Ian Lynagh
Thu Oct 21 10:02:22 PDT 2010 simo...@microsoft.com * Add an assertion M ./compiler/basicTypes/Id.lhs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20101021170222-1287e-56d16aec2a1ef3a8b39a264cf59997912d09c066.gz _

patch applied (ghc-7.0/ghc): New member "archiveMemberName" for struct _ObjectCode

2010-10-22 Thread Ian Lynagh
Mon Sep 27 15:41:45 PDT 2010 p...@cielonegro.org * New member "archiveMemberName" for struct _ObjectCode struct _ObjectCode should be able to retain the name of archive members. Though currently the only use of those names are for debugging outputs. M ./rts/Linker.c -21 +70 M ./r

patch applied (ghc-7.0/ghc): Windows installer improvements from Claus

2010-10-22 Thread Ian Lynagh
Thu Oct 21 05:29:42 PDT 2010 Ian Lynagh * Windows installer improvements from Claus - add link to inno setup docs, so readers don't have to guess what ghc.iss might be - add Task section, and associated most Registry actions with separate (sub)tasks, so that file associations, de

Re: Profiled compielr

2010-10-22 Thread Ian Lynagh
On Fri, Oct 22, 2010 at 02:36:11PM +, Simon Peyton-Jones wrote: > > When building a profiled compiler with > > GhcProfiled = YES > GhcLibWays = v p > > I get the error below in the vector library. I guess we can't build 'vector' > with a profiled compiler? Should the build system not kno

RE: Profiled compielr

2010-10-22 Thread Simon Peyton-Jones
Oh I dunno. It serves to keep annotations working! And remind us of where the shoe pinches. But I don’t feel strongly From: Roman Leshchinskiy [mailto:r...@cse.unsw.edu.au] Sent: 22 October 2010 15:42 To: Simon Peyton-Jones Cc: Ian Lynagh; cvs-ghc@haskell.org Subject: Re: Profiled compielr Sh

patch applied (ghc): Optimised the representation of Inert Sets to use Maps to get to the relevant inert constraint faster.

2010-10-22 Thread Simon Peyton Jones
Fri Oct 22 05:58:40 PDT 2010 dimit...@microsoft.com * Optimised the representation of Inert Sets to use Maps to get to the relevant inert constraint faster. M ./compiler/typecheck/TcInteract.lhs -59 +119 M ./compiler/typecheck/TcSMonad.lhs -5 +19 View patch online: http://darcs.haskel

patch applied (testsuite): Follow test output changes

2010-10-22 Thread Simon Peyton Jones
Fri Oct 22 09:03:04 PDT 2010 simo...@microsoft.com * Follow test output changes M ./tests/ghc-regress/annotations/should_fail/annfail10.stderr -2 +2 M ./tests/ghc-regress/indexed-types/should_compile/T3017.stderr -1 +1 M ./tests/ghc-regress/indexed-types/should_fail/T4179.stderr -13

Re: Profiled compielr

2010-10-22 Thread Roman Leshchinskiy
Should we just give up and use pragmas to drive SpecConstr? Annotations seem to be more trouble than they are worth. Roman On 22 Oct 2010, at 15:36, Simon Peyton-Jones wrote: > Ian > > > > When building a profiled compiler with > > > > GhcProfiled = YES > > GhcLibWays = v p > > >

patch applied (testsuite): Use the RebindableSyntax flag, not NoImplicitPrelude

2010-10-22 Thread Simon Peyton Jones
Fri Oct 22 07:30:53 PDT 2010 simo...@microsoft.com * Use the RebindableSyntax flag, not NoImplicitPrelude M ./tests/ghc-regress/rebindable/DoParamM.hs -1 +1 M ./tests/ghc-regress/rebindable/DoRestrictedM.hs -1 +1 M ./tests/ghc-regress/rebindable/T303.hs -1 +1 M ./tests/ghc-regre

patch applied (testsuite): trac #836 tests

2010-10-22 Thread Simon Peyton Jones
Thu Oct 21 15:06:35 PDT 2010 am...@amsay.net * trac #836 tests M ./tests/ghc-regress/rebindable/all.T +1 A ./tests/ghc-regress/rebindable/rebindable10.hs A ./tests/ghc-regress/rebindable/rebindable10.stdout View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=testsuit

patch applied (ghc): Add rebindable syntax for if-then-else

2010-10-22 Thread Simon Peyton Jones
Fri Oct 22 07:34:00 PDT 2010 simo...@microsoft.com * Add rebindable syntax for if-then-else There are two main changes * New LANGUAGE option RebindableSyntax, which implies NoImplicitPrelude * if-the-else becomes rebindable, with function name "ifThenElse" (but case express

patch applied (ghc): Lint should check for duplicate top-level bindings with same qualified name

2010-10-22 Thread Simon Peyton Jones
Fri Oct 22 00:24:05 PDT 2010 simo...@microsoft.com * Lint should check for duplicate top-level bindings with same qualified name This would have produced a more civilised error for Trac #4396 M ./compiler/coreSyn/CoreLint.lhs -11 +29 View patch online: http://darcs.haskell.org/cgi-bin

Profiled compielr

2010-10-22 Thread Simon Peyton-Jones
Ian When building a profiled compiler with GhcProfiled = YES GhcLibWays = v p I get the error below in the vector library. I guess we can't build 'vector' with a profiled compiler? Should the build system not know that? Simon "inplace/bin/ghc-stage2" -H32m -O -Wall -Werror -H64m -O0-

patch applied (ghc): Fix unused import warning on OS X

2010-10-22 Thread Ian Lynagh
Fri Oct 22 06:40:24 PDT 2010 Ian Lynagh * Fix unused import warning on OS X M ./compiler/nativeGen/AsmCodeGen.lhs +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101022134024-3fd76-079a8599495734eb0e3112f5607b41df8c2e4c71.gz __

patch applied (ghc): Switch more uniqFromSupply+splitUniqSupply's to takeUniqFromSupply

2010-10-22 Thread Ian Lynagh
Thu Oct 21 07:28:24 PDT 2010 Ian Lynagh * Switch more uniqFromSupply+splitUniqSupply's to takeUniqFromSupply M ./compiler/coreSyn/MkCore.lhs -3 +3 M ./compiler/iface/BinIface.hs -7 +5 M ./compiler/main/TidyPgm.lhs -3 +2 M ./compiler/nativeGen/NCGMonad.hs -2 +2 M ./compiler/

patch applied (ghc): Whitespace only

2010-10-22 Thread Ian Lynagh
Thu Oct 21 06:55:51 PDT 2010 Ian Lynagh * Whitespace only M ./compiler/nativeGen/RegAlloc/Graph/Spill.hs -6 +6 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101021135551-3fd76-390427e88ff176b48242a6a83b800e05a33e53f8.gz

patch applied (ghc): Whitespace only

2010-10-22 Thread Ian Lynagh
Thu Oct 21 06:44:04 PDT 2010 Ian Lynagh * Whitespace only M ./compiler/iface/BinIface.hs -5 +5 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101021134404-3fd76-be94affb3d9d256d9456305a081015715296c862.gz

patch applied (ghc): Whitespace only

2010-10-22 Thread Ian Lynagh
Thu Oct 21 06:41:33 PDT 2010 Ian Lynagh * Whitespace only M ./compiler/typecheck/TcRnMonad.lhs -8 +8 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101021134133-3fd76-7e32d6e2abbb1667d476c0f9ce6a3abb67f9fbc7.gz __

patch applied (ghc): Windows installer improvements from Claus

2010-10-22 Thread Ian Lynagh
Thu Oct 21 05:29:42 PDT 2010 Ian Lynagh * Windows installer improvements from Claus - add link to inno setup docs, so readers don't have to guess what ghc.iss might be - add Task section, and associated most Registry actions with separate (sub)tasks, so that file associations, de

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

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

tn23, build 168, Success

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