[nightly] 14-Jan-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

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

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

2009-01-14 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 Wed Jan 14 19:00:01 GMT 2009. **

patch applied (ghc): External Core: re-add code I removed mistakenly in last commit

2009-01-14 Thread Tim Chevalier
Wed Jan 14 16:26:12 PST 2009 Tim Chevalier * External Core: re-add code I removed mistakenly in last commit M ./utils/ext-core/Language/Core/Check.hs -1 +16 M ./utils/ext-core/Language/Core/Prep.hs -2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090115002612-d61e2-

patch applied (ghc): External Core lib: lots of cleanup

2009-01-14 Thread Tim Chevalier
Wed Jan 14 14:44:28 PST 2009 Tim Chevalier * External Core lib: lots of cleanup - Factor out code for applying newtypes from Check into CoreUtils - Use this code in Prep, which allowed for some simplification - Change Merge and ElimDeadCode to not flatten top-level binds - Add a flag

patch applied (ghc): External Core: print out more precise dependency info

2009-01-14 Thread Tim Chevalier
Wed Jan 14 14:17:34 PST 2009 Tim Chevalier * External Core: print out more precise dependency info Print out the same recursive/non-recursive binding groups that existed in internal Core in an External Core file, rather than dumping everything into one big recursive group. M ./com

patch applied (ghc): Fix "make install": Put "[]" in the install package.conf

2009-01-14 Thread Ian Lynagh
Wed Jan 14 12:59:45 PST 2009 Ian Lynagh * Fix "make install": Put "[]" in the install package.conf M ./Makefile +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090114205945-3fd76-d4e6a9b3a11bad74516c8fa90341e4f780c3b412.gz _

Re: Validate warns and, eventually, hangs

2009-01-14 Thread Ian Lynagh
Hi Thorkil, On Tue, Jan 13, 2009 at 11:30:48PM +0100, Thorkil Naur wrote: > > > codeGen/StgCmmBind.hs:20:0: > > Warning: Redundant import of: `cgExpr' > > It is also imported from StgCmmExpr at > codeGen/StgCmmBind.hs:18:0-16 Fix this, after briefly being confused by the menti

patch applied (testsuite): Move the Makefile changes around so they don't cause test failures

2009-01-14 Thread Ian Lynagh
Wed Jan 14 11:16:21 PST 2009 Ian Lynagh * Move the Makefile changes around so they don't cause test failures Our "make clean" detection was causing problems for tests which had their own local clean target. M ./Makefile +13 M ./mk/boilerplate.mk -8 M ./timeout/Makefile +12 Vie

patch applied (testsuite): Don't fail "make clean" becaues GHC etc can't be found

2009-01-14 Thread Ian Lynagh
Wed Jan 14 10:08:15 PST 2009 Ian Lynagh * Don't fail "make clean" becaues GHC etc can't be found M ./mk/boilerplate.mk +8 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090114180815-3fd76-c3c9ef24ac6bcc5be0174826d8962ce57851ebf9.gz

patch applied (ghc): Remove redundant import; spotted by Thorkil Naur

2009-01-14 Thread Ian Lynagh
Wed Jan 14 10:19:37 PST 2009 Ian Lynagh * Remove redundant import; spotted by Thorkil Naur M ./compiler/typecheck/TcTyClsDecls.lhs -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090114181937-3fd76-7591caeb3a88bfe1b385f5c8f164475079568fd5.gz __

patch applied (ghc): Remove a redundant import

2009-01-14 Thread Ian Lynagh
Wed Jan 14 10:12:12 PST 2009 Ian Lynagh * Remove a redundant import M ./compiler/codeGen/StgCmmBind.hs -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090114181212-3fd76-42541fba2e733eafcb148caab833b109ac8453a7.gz ___ Cvs-gh

Re: validate fails on MacOS

2009-01-14 Thread Simon Marlow
Manuel M T Chakravarty wrote: /Users/chak/Code/ghc-test/ghc/stage1-inplace/ghc -Werror -H64m -O0 -fasm -I../includes -I. -Iparallel -Ism -DCOMPILING_RTS -package-name rts -static -I../gmp/gmpbuild -I../libffi/build/include -I. -dcmm-lint -hisuf debug_hi -hcsuf debug_hc -osuf debug_o -optc-D

patch applied (ghc): Detect when a C finalizer calls back to Haskell

2009-01-14 Thread Simon Marlow
Wed Jan 14 04:15:26 PST 2009 Simon Marlow * Detect when a C finalizer calls back to Haskell Ignore-this: e361d7278e2478da2f300625076cc0ae This is illegal now, after the fix for #1364, but it turns out that the existing check for dodgy callbacks doesn't catch finalizers calling back, so

patch applied (ghc-6.10/ghc): Workaround for #2262, from Barney Stratford

2009-01-14 Thread Ian Lynagh
Tue Dec 16 04:47:06 PST 2008 Simon Marlow * Workaround for #2262, from Barney Stratford See http://www.haskell.org/pipermail/glasgow-haskell-users/2008-December/016333.html M ./rts/package.conf.in +4 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081216124706

patch applied (ghc-6.10/ghc): Fix Trac #2584: Pretty printing of types with HsDocTy

2009-01-14 Thread Ian Lynagh
Fri Jan 9 11:17:13 PST 2009 David Waern * Fix Trac #2584: Pretty printing of types with HsDocTy The pretty printing clause for HsDocTy was wrong, causing brackets to be left out. We now print Haddock comments on types as if they were postfix type operators. M ./compiler/hsSyn/HsT

Daily report for head

2009-01-14 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest runtestsuite) x86 Windows head:fail (failed bindist bindisttest boottestsuite runtestsuite) x86 Windows head fast: fail (failed boottestsuite runtestsuite) fail (failed boottestsuite runtestsuite) fail (failed boottestsui