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

2009-07-07 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 Tue Jul 7 18:00:01 BST 2009. checking out

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

2009-07-07 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 Tue Jul 7 19:00:01 BST 2009. ***

patch applied (testsuite): Tests for unused imports

2009-07-07 Thread Ian Lynagh
Mon Jul 6 04:13:29 PDT 2009 simo...@microsoft.com * Tests for unused imports Ignore-this: 477db02945a12e468d0adc9181ece35d A ./tests/ghc-regress/module/T1074.hs A ./tests/ghc-regress/module/T1074.stderr A ./tests/ghc-regress/module/T1074a.hs A ./tests/ghc-regress/module/T1148

patch applied (ghc): Fix ignored-monadic-result warnings

2009-07-07 Thread Ian Lynagh
Tue Jul 7 11:18:57 PDT 2009 Ian Lynagh * Fix ignored-monadic-result warnings M ./compiler/utils/Panic.lhs -1 +1 M ./utils/ghc-pkg/Main.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707181857-3fd76-eb9194d7f63842ca68770ab0c259da813ad3472b.gz ___

patch applied (ghc): Fix an unused import warning

2009-07-07 Thread Ian Lynagh
Tue Jul 7 07:47:06 PDT 2009 Ian Lynagh * Fix an unused import warning M ./compiler/utils/Fingerprint.hsc -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707144706-3fd76-400258bcb8a8a5b30869857fbe5891da3c44f7af.gz ___ Cvs

patch applied (ghc): Fix unused import warnings

2009-07-07 Thread Ian Lynagh
Tue Jul 7 07:32:16 PDT 2009 Ian Lynagh * Fix unused import warnings M ./utils/runghc/runghc.hs -2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707143216-3fd76-f6b278aa97afbd780912bc145c9bc1dd5cb71e8d.gz ___ Cvs-ghc maili

patch applied (ghc): Fix unused import warnings

2009-07-07 Thread Ian Lynagh
Tue Jul 7 06:35:37 PDT 2009 Ian Lynagh * Fix unused import warnings M ./utils/hpc/HpcDraft.hs -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707133537-3fd76-e799af4551082d6a7d0f134ff89a7a7b19157233.gz ___ Cvs-ghc mailin

patch applied (ghc): When exporting F(..), all the children of F are also exported

2009-07-07 Thread Ian Lynagh
Tue Jul 7 06:34:27 PDT 2009 Ian Lynagh * When exporting F(..), all the children of F are also exported This fixes the unused imports warning when Foo (F(x,y,z)) is imported and Foo (F(..)) is exported. M ./compiler/rename/RnNames.lhs +4 View patch online: http://darcs.h

patch applied (ghc): Remove unused imports

2009-07-07 Thread Ian Lynagh
Tue Jul 7 05:15:48 PDT 2009 Ian Lynagh * Remove unused imports M ./compiler/basicTypes/MkId.lhs -3 M ./compiler/cmm/CmmBuildInfoTables.hs -2 M ./compiler/cmm/CmmCPS.hs -2 M ./compiler/cmm/CmmCPSGen.hs -1 M ./compiler/cmm/CmmCallConv.hs -1 M ./compiler/cmm/CmmCvt.hs -4

patch applied (ghc): Major patch to fix reporting of unused imports

2009-07-07 Thread Ian Lynagh
Mon Jul 6 04:25:03 PDT 2009 simo...@microsoft.com * Major patch to fix reporting of unused imports Ignore-this: 3b5ecdd880474493d73bdbdc0fa0b782 This patch, joint work between and Ian and Simon, fixes Trac #1074 by reporting unused import declarations much more accuratly than before

patch applied (ghc): Trim unused imports detected by new unused-import code

2009-07-07 Thread Ian Lynagh
Mon Jul 6 04:22:01 PDT 2009 simo...@microsoft.com * Trim unused imports detected by new unused-import code Ignore-this: c6ca46d3a750c1cd1d58ea2c0de9f14f M ./compiler/basicTypes/DataCon.lhs -1 M ./compiler/basicTypes/Id.lhs -1 M ./compiler/basicTypes/OccName.lhs -2 M ./compile

patch applied (ghc): Avoid unnecessary recompilation after ./configure (helps #3228)

2009-07-07 Thread Simon Marlow
Tue Jul 7 01:50:40 PDT 2009 Simon Marlow * Avoid unnecessary recompilation after ./configure (helps #3228) Ignore-this: f8b3e7a2a96bc23cd29505ab9c8dbd7d We cache the old versions of files generated by configure, so that if configure touches the file without changing it, we can detect tha

patch applied (ghc): check for tabs in compiler/ghc.cabal.in (#3344)

2009-07-07 Thread Simon Marlow
Tue Jul 7 01:18:45 PDT 2009 Simon Marlow * check for tabs in compiler/ghc.cabal.in (#3344) Ignore-this: 6073db47eafd52e13e76c58ef738afcf M ./configure.ac +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707081845-12142-6dc7cd77952bab49e56d10b5d6e47d0f79174f8c.gz

patch applied (ghc): remove tabs

2009-07-07 Thread Simon Marlow
Tue Jul 7 01:18:23 PDT 2009 Simon Marlow * remove tabs Ignore-this: 3d65831fc019f76cefac03291904842a M ./compiler/ghc.cabal.in -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090707081823-12142-96093f3bcd75ac8f419524587af4282d346d6a21.gz

patch applied (ghc): fix cleaning of libraries (now 'make clean' in libraries/* works again)

2009-07-07 Thread Simon Marlow
Fri Jul 3 04:46:38 PDT 2009 Simon Marlow * fix cleaning of libraries (now 'make clean' in libraries/* works again) Ignore-this: b3af731d50ff5bfbd453f94aa40cb92c M ./ghc.mk -2 +11 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090703114638-12142-ea94e0569ca2204c7811181

Daily report for stable

2009-07-07 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: fail (failed compile) sparky stable: pass x86 Linux stable:pass x86 Windows stable: pass x86 Windows stable fast: pass pass lost pass pass pass x86-64 Linux stable: pass Old unexpected test passes: DoP