[nightly] 23-Apr-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-04-23 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 Wed Apr 23 18:00:02 BST 2008. checking out

patch applied (ghc): Added support for vectorising emptyP, squareRoot, combineP

2008-04-23 Thread Gabriele Keller
Wed Apr 23 19:00:25 PDT 2008 [EMAIL PROTECTED] * Added support for vectorising emptyP, squareRoot, combineP M ./compiler/vectorise/VectBuiltIn.hs +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080424020025-7a7d5-66ae9fc90b1ae1328cea4942d2ea295d6add6055.gz

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

2008-04-23 Thread Ian Lynagh
Wed Apr 23 12:05:05 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test tcfail199 for trac #2179 M ./tests/ghc-regress/typecheck/should_fail/all.T +1 A ./tests/ghc-regress/typecheck/should_fail/tcfail199.hs A ./tests/ghc-regress/typecheck/should_fail/tcfail199.stderr View patch on

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

2008-04-23 Thread Ian Lynagh
Wed Apr 23 11:55:29 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a test rnfail054 for trac #2141 M ./tests/ghc-regress/rename/should_fail/all.T +1 A ./tests/ghc-regress/rename/should_fail/rnfail054.hs A ./tests/ghc-regress/rename/should_fail/rnfail054.stderr View patch online: htt

patch applied (ghc-6.8/ghc): MERGED: Fix Trac #2141: invalid record update

2008-04-23 Thread Ian Lynagh
Wed Apr 23 11:56:20 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix Trac #2141: invalid record update [EMAIL PROTECTED] See Note [Record field lookup] in TcEnv. The fix here is quite straightforward. M ./compiler/typecheck/TcEnv.lhs -3 +3 View patch online: http://darc

patch applied (ghc-6.8/ghc): MERGED: Fix #2044 (:printing impredicatively typed things)

2008-04-23 Thread Ian Lynagh
Wed Apr 23 11:09:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix #2044 (:printing impredicatively typed things) pepe <[EMAIL PROTECTED]>**20080421171322 Switching to boxyUnify should be enough to fix this. M ./compiler/ghci/Debugger.hs -2 +3 M ./compiler/ghci/RtClosureInsp

patch applied (ghc-6.8/ghc): Fixing HPCTIXDIR problem with mkdir usage on Windows

2008-04-23 Thread Ian Lynagh
Fri Apr 11 15:05:10 PDT 2008 [EMAIL PROTECTED] * Fixing HPCTIXDIR problem with mkdir usage on Windows M ./rts/Hpc.c -1 +6 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080411220510-dd407-a8ba56169d253bd93d91e583a7a47f5520b8d302.gz ___

[nightly] 23-Apr-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-04-23 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 Wed Apr 23 18:10:02 BST 2008. checki

Re: HEAD broken

2008-04-23 Thread Ian Lynagh
Hi Roman, On Wed, Apr 23, 2008 at 02:30:51PM +1000, Roman Leshchinskiy wrote: > > along with your FSLIT-related changes, you've removed includes of > HsVersions.h from various source files. This broke the build at least on Sorry, you are right. I've just been through them all, and I think the

patch applied (ghc): Add back an erroneously removed #include "HsVersions.h"

2008-04-23 Thread Ian Lynagh
Wed Apr 23 04:09:30 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add back an erroneously removed #include "HsVersions.h" M ./compiler/cmm/CmmParse.y +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080423110930-3fd76-03302d955000968f347ee6fa12406ae266099d88.gz

patch applied (testsuite): Add GHC 6.8 output for print002

2008-04-23 Thread Ian Lynagh
Wed Apr 23 03:32:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add GHC 6.8 output for print002 A ./tests/ghc-regress/ghci.debugger/scripts/print002.stdout-6.8 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080423103247-3fd76-a4d188c9c7d23d42b44d874cb4fc83019f3fb771.g

patch applied (testsuite): Skip test base01 if GHC < 6.9 as it now assumes the ghc-prim package exists

2008-04-23 Thread Ian Lynagh
Wed Apr 23 03:28:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Skip test base01 if GHC < 6.9 as it now assumes the ghc-prim package exists M ./tests/ghc-regress/module/base01/all.T -1 +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080423102831-3fd76-bc17ea203d0751

patch applied (ghc-6.8/ghc): Add clarifying comments about unsafeCoerce

2008-04-23 Thread Ian Lynagh
Mon Apr 21 08:21:30 PDT 2008 [EMAIL PROTECTED] * Add clarifying comments about unsafeCoerce M ./compiler/prelude/primops.txt.pp -1 +8 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080421152130-1287e-4e8e50b2758883bee9b5e60c453758ab7668654f.gz ___

patch applied (ghc-6.8/ghc): FIX #2197: an update frame might point to an IND_OLDGEN

2008-04-23 Thread Ian Lynagh
Fri Apr 11 10:34:04 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #2197: an update frame might point to an IND_OLDGEN M ./rts/sm/Scav.c -2 +9 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080411173404-760e2-96592335e36b347a5d8d94b0dfafd663fb66b750.gz _

patch applied (ghc-6.8/ghc): Fix Trac #2179: error message for main

2008-04-23 Thread Ian Lynagh
Thu Apr 3 10:37:46 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2179: error message for main A short-cut to generate the (runMainIO main) wrapper turned out to make a bad error message. This should fix it. M ./compiler/typecheck/TcRnDriver.lhs -9 +16 View patch online: http://darcs.h

patch applied (ghc-6.8/ghc): Adding environment variable HPCTIXDIR, a directory to place tix results.

2008-04-23 Thread Ian Lynagh
Tue Apr 8 16:24:50 PDT 2008 [EMAIL PROTECTED] * Adding environment variable HPCTIXDIR, a directory to place tix results. M ./rts/Hpc.c -2 +22 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080408232450-dd407-f627389ca68757c147de8846fc2fba52d870bff2.gz __

patch applied (ghc-6.8/ghc): Fixing hpc combine and hpc map to use the correct help message

2008-04-23 Thread Ian Lynagh
Tue Apr 8 16:20:32 PDT 2008 [EMAIL PROTECTED] * Fixing hpc combine and hpc map to use the correct help message M ./utils/hpc/HpcCombine.hs -3 +3 View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080408232032-dd407-25f1047c096214090e7bb4c3f7f7db71dba876cb.gz ___

Daily report for head

2008-04-23 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed darcs) x86 Windows head:fail (failed darcs) x86 Windows head fast: lost fail (failed darcs) fail (failed stage1) fail (failed stage1) gabor head: pass tnaur PPC OSX head 2:fail (failed darcs) tnaur x86 Linux head:p

Daily report for stable

2008-04-23 Thread BuildBot Collator
Build results: macgyver PPC OSX stable: pass x86 Windows stable fast: pass pass lost fail (failed getsubrepos) pass pass x86-64 Linux stable: fail (failed getsubrepos) New unexpected test failures: print033 2 macgyver PPC OSX stable Old unexpected test failures: 2122