[nightly] 04-Mar-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-04 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Thu Mar 4 18:10:02 GMT 2010. checkin

[nightly] 04-Mar-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-04 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Thu Mar 4 18:00:01 GMT 2010. checking out

[nightly] 04-Mar-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-04 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) 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 Thu Mar 4 19:00:01 GMT 2010. ***

[nightly] 04-Mar-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-04 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) 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 Thu Mar 4 19:10:01 GMT 201

Gut Build System

2010-03-04 Thread John D. Earle
Hello, I wish to discuss my feature request http://hackage.haskell.org/trac/ghc/ticket/3912 entitled "Gut Build System". I suppose the title is to the point. I believe that considerable advantage can be achieved by positioning the GHC Haskell language so that it may be used as a viable alterna

patch applied (ghc-6.12/ghc): Add -no-auto-link-packages docs to the user guide; fixes trac #3759

2010-03-04 Thread Ian Lynagh
Sun Feb 28 11:18:37 PST 2010 Ian Lynagh * Add -no-auto-link-packages docs to the user guide; fixes trac #3759 M ./docs/users_guide/flags.xml +6 M ./docs/users_guide/packages.xml +11 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100228191837-3fd76-c2a47d3c6b

patch applied (ghc-6.12/ghc): MERGED: Tweak the tracing flags slightly, and clean up error handling and diagnostics

2010-03-04 Thread Ian Lynagh
Thu Mar 4 07:17:10 PST 2010 Ian Lynagh * MERGED: Tweak the tracing flags slightly, and clean up error handling and diagnostics The parts of that patch which removed code related to the "steps" GC feature were not merged. Simon Marlow **20100226110608 Ignore-this: c227b6b8d65c06f29

patch applied (ghc-6.12/ghc): Whitespace only in docs/users_guide/packages.xml

2010-03-04 Thread Ian Lynagh
Sun Feb 28 10:29:45 PST 2010 Ian Lynagh * Whitespace only in docs/users_guide/packages.xml M ./docs/users_guide/packages.xml -681 +681 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20100228182945-3fd76-ab5300f93998efde69322abdc37d1c55df0182ca.gz

patch applied (testsuite): Fix running hp2ps in a directory containing spaces

2010-03-04 Thread Ian Lynagh
Wed Mar 3 17:52:45 PST 2010 Ian Lynagh * Fix running hp2ps in a directory containing spaces M ./driver/testlib.py -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100304015245-3fd76-ec2108baedc6c1cf53471416f26a47ae6a4daf2b.gz _

patch applied (testsuite): Fix detection of whether we have profiling libs

2010-03-04 Thread Ian Lynagh
Wed Mar 3 15:50:23 PST 2010 Ian Lynagh * Fix detection of whether we have profiling libs It broke when the installation path contained a space M ./mk/test.mk -1 +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100303235023-3fd76-74c2ebec678439f2bff608fc89f5b8ac

patch applied (testsuite): Track improvements in pretty-printing for group-by, order-by

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 05:08:20 PST 2010 simo...@microsoft.com * Track improvements in pretty-printing for group-by, order-by M ./tests/ghc-regress/typecheck/should_fail/tcfail189.stderr -3 +2 M ./tests/ghc-regress/typecheck/should_fail/tcfail190.stderr -5 +4 M ./tests/ghc-regress/typecheck/sho

patch applied (testsuite): Track change in -dsuppress-unique printing for TH

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 05:07:53 PST 2010 simo...@microsoft.com * Track change in -dsuppress-unique printing for TH M ./tests/ghc-regress/th/TH_pragma.stderr -3 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100304130753-1287e-82db2e17fa607ff6797afcbe81160322e7d080fe.gz

patch applied (testsuite): Add test for Trac #3899

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 05:07:31 PST 2010 simo...@microsoft.com * Add test for Trac #3899 A ./tests/ghc-regress/th/T3899.hs A ./tests/ghc-regress/th/T3899.stderr A ./tests/ghc-regress/th/T3899a.hs M ./tests/ghc-regress/th/all.T +2 View patch online: http://darcs.haskell.org/testsuite/_darcs

patch applied (testsuite): Add test for Trac #3901

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 05:06:19 PST 2010 simo...@microsoft.com * Add test for Trac #3901 A ./tests/ghc-regress/rename/should_compile/T3901.hs M ./tests/ghc-regress/rename/should_compile/all.T +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20100304130619-1287e-00575cf88b596

patch applied (ghc): Comments only

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:59:30 PST 2010 simo...@microsoft.com * Comments only M ./compiler/hsSyn/HsExpr.lhs -6 +23 M ./compiler/typecheck/TcMatches.lhs +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304125930-1287e-068d95f1ede3f7b7fb94a9ecbc079b252818476e.gz _

patch applied (ghc): Comments only

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:54:02 PST 2010 simo...@microsoft.com * Comments only M ./compiler/hsSyn/Convert.lhs -8 +15 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304125402-1287e-92fb668a0a1a0ae7cee9222584af56dad93099ee.gz ___ Cvs-ghc

patch applied (ghc): Minor refactoring of placeHolderPunRhs

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:41:13 PST 2010 simo...@microsoft.com * Minor refactoring of placeHolderPunRhs M ./compiler/parser/Parser.y.pp -5 +4 M ./compiler/parser/RdrHsSyn.lhs -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304124113-1287e-c865b7256a01842cc52c492aa218ed4be

patch applied (ghc): Refactor part of the renamer to fix Trac #3901

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:53:37 PST 2010 simo...@microsoft.com * Refactor part of the renamer to fix Trac #3901 This one was bigger than I anticipated! The problem was that were were gathering the binders from a pattern before renaming -- but with record wild-cards we don't know what variables are

patch applied (ghc): Make `mkFunTy` associate to the right, as it should

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:40:29 PST 2010 simo...@microsoft.com * Make `mkFunTy` associate to the right, as it should M ./compiler/types/Type.lhs +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304124029-1287e-0f2903f90f60e7de3ea7d0dc9f73d301944d2d30.gz _

patch applied (ghc): Add fmapMaybeM and fmapEitherM

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:40:04 PST 2010 simo...@microsoft.com * Add fmapMaybeM and fmapEitherM M ./compiler/utils/MonadUtils.hs +11 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304124004-1287e-37529a46588b385cea0416b6c49a8edce505234e.gz

patch applied (ghc): Comments only

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:39:39 PST 2010 simo...@microsoft.com * Comments only M ./compiler/codeGen/StgCmmMonad.hs +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304123939-1287e-9fb92dd8fa10770d7453292a9dedfbf7c3d5b37f.gz ___ Cvs-ghc

patch applied (ghc): Two things to do with -dsuppress-uniques

2010-03-04 Thread Simon Peyton Jones
Thu Mar 4 04:38:22 PST 2010 simo...@microsoft.com * Two things to do with -dsuppress-uniques a) Even with -dsuppress-uniques, don't suppress them when outputing code, else the assembler falls over bleating b) Do suppress uniques in names generated by TH. It's a bit grungy t

patch applied (ghc): fix the Windows build some more

2010-03-04 Thread Simon Marlow
Thu Mar 4 01:21:19 PST 2010 Simon Marlow * fix the Windows build some more M ./utils/ghc-pkg/Main.hs -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20100304092119-12142-5c836a27e6dc698a575813983ca9dc00c2f5f9b7.gz ___ Cvs-

Re: Windows build failure

2010-03-04 Thread Simon Marlow
On 04/03/2010 00:09, Ian Lynagh wrote: On Wed, Mar 03, 2010 at 10:58:43PM +, Simon Peyton-Jones wrote: This is a clean from-scratch build on Windows. No changes in my tree. Simon "inplace/bin/ghc-stage1.exe" -H32m -O -Wall -Werror -H64m -O0 -i -iutils/ghc-pkg/. -iutils/ghc-pkg/dist