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

2009-11-17 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 Nov 17 19:00:02 GMT 2009. **

patch applied (ghc-6.12/ghc): Fix gen_contents_index on MSYS

2009-11-17 Thread Ian Lynagh
Tue Nov 17 14:35:56 PST 2009 Ian Lynagh * Fix gen_contents_index on MSYS On MSYS sed 's/.*[ \t]//' wasn't matching version:1.0 so I've switched to 's/.*[[:space:]]//' which works on Linux, cygwin and MSYS. M ./libraries/gen_contents_index -1 +1 View patch online:

patch applied (ghc): Fix gen_contents_index on MSYS

2009-11-17 Thread Ian Lynagh
Tue Nov 17 14:35:56 PST 2009 Ian Lynagh * Fix gen_contents_index on MSYS On MSYS sed 's/.*[ \t]//' wasn't matching version:1.0 so I've switched to 's/.*[[:space:]]//' which works on Linux, cygwin and MSYS. M ./libraries/gen_contents_index -1 +1 View patch online:

patch applied (ghc-6.12/ghc): Windows-specific fix for #1185 patch

2009-11-17 Thread Ian Lynagh
Thu Nov 12 04:58:53 PST 2009 Simon Marlow * Windows-specific fix for #1185 patch Ignore-this: 911e48472b9d21624a20caeb28d53a63 M ./rts/win32/ThrIOManager.c -1 +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091112125853-12142-13e0e0258b48c6800cb30f63ea5baf76

patch applied (ghc-6.12/ghc): Second attempt to fix #1185 (forkProcess and -threaded)

2009-11-17 Thread Ian Lynagh
Wed Nov 11 06:28:22 PST 2009 Simon Marlow * Second attempt to fix #1185 (forkProcess and -threaded) Ignore-this: d33740204660b3e6dd6d39e8f5f7b499 Patch 1/2: second part of the patch is to libraries/base This time without dynamic linker hacks, instead I've expanded the existing rts

patch applied (ghc-6.12/ghc): Add gen_contents_index and prologue.txt to bindists

2009-11-17 Thread Ian Lynagh
Wed Nov 11 11:28:21 PST 2009 Ian Lynagh * Add gen_contents_index and prologue.txt to bindists M ./ghc.mk +2 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/2009192821-3fd76-85f9a8d6f9e59cb3b4035151221465e8350db25b.gz ___

patch applied (ghc-6.12/ghc): Use relative paths for haddockHTMLs in the inplace package.conf

2009-11-17 Thread Ian Lynagh
Tue Nov 10 14:36:32 PST 2009 Ian Lynagh * Use relative paths for haddockHTMLs in the inplace package.conf This means that the docs get built with the correct relative paths. When installing, the absolute path will still be used. M ./utils/ghc-cabal/ghc-cabal.hs -1 +4 View patch online

patch applied (ghc-6.12/ghc): Put docs into versioned directory names; fixes trac #3532

2009-11-17 Thread Ian Lynagh
Sun Nov 8 13:07:01 PST 2009 Ian Lynagh * Put docs into versioned directory names; fixes trac #3532 You can now have multiple versions of a package installed, and gen_contents_index will do the right thing. M ./ghc.mk +2 M ./libraries/gen_contents_index -12 +19 M ./utils/ghc-ca

patch applied (ghc-6.12/ghc): Fix formatting of module deprecation/warning messages

2009-11-17 Thread Ian Lynagh
Sun Nov 15 07:56:17 PST 2009 Duncan Coutts * Fix formatting of module deprecation/warning messages Ignore-this: a41444bdda003aee4412eb56a0e7d052 It was accidentally using list syntax. Fixes #3303 again. M ./compiler/rename/RnNames.lhs -2 +2 View patch online: http://darcs.haskell.org/

patch applied (ghc): include the GHC package docs in a bindist

2009-11-17 Thread Simon Marlow
Tue Nov 17 07:11:33 PST 2009 Simon Marlow * include the GHC package docs in a bindist Ignore-this: c4a10221b1a2a4778494018bca7d2169 M ./ghc.mk +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117151133-12142-6dd607533489bc442b0d1dbe597652b3bcd0a5d2.gz

patch applied (ghc): exclude some haddock-related rules during BINDIST

2009-11-17 Thread Simon Marlow
Tue Nov 17 07:11:23 PST 2009 Simon Marlow * exclude some haddock-related rules during BINDIST Ignore-this: 20b4194b26766d6ab701683af520a7d4 M ./ghc.mk -2 +4 M ./rules/haddock.mk +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117151123-12142-f00818ac8d1ae8546c

patch applied (ghc): Add an install-docs target that emits a helpful diagnostic (#3662)

2009-11-17 Thread Simon Marlow
Mon Nov 16 04:01:37 PST 2009 Simon Marlow * Add an install-docs target that emits a helpful diagnostic (#3662) Ignore-this: 1c5414730614b205c67919f3ea363c00 M ./Makefile -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091116120137-12142-372020911641ac01ae890915674

patch applied (ghc): fix install_docs dependencies, and add a missing $(INSTALL_DIR)

2009-11-17 Thread Simon Marlow
Mon Nov 16 03:56:30 PST 2009 Simon Marlow * fix install_docs dependencies, and add a missing $(INSTALL_DIR) Ignore-this: 21230df54e79f12f61e9c82a0ae02fad M ./ghc.mk -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091116115630-12142-9374240adc8d908dd296952f63003840

patch applied (ghc): Tweak to the directory-building rule

2009-11-17 Thread Simon Marlow
Fri Nov 13 04:57:19 PST 2009 Simon Marlow * Tweak to the directory-building rule Ignore-this: b9e1fe6bcbfd4ff56905517f32b646f7 So we don't try to recreate directories just because they are older than mkdirhier, since mkdirhier won't touch them. M ./ghc.mk -1 +5 View patch online: ht

patch applied (testsuite): Accept wobbles in error messages

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 04:50:24 PST 2009 simo...@microsoft.com * Accept wobbles in error messages Ignore-this: 8ab65ba7fb0d8a263ea4bef48daf292a M ./tests/ghc-regress/simplCore/should_compile/T3234.stderr -28 +28 M ./tests/ghc-regress/typecheck/should_compile/T2494.stderr -8 +8 View patch online:

patch applied (testsuite): Test for higher rank rules

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 04:49:49 PST 2009 simo...@microsoft.com * Test for higher rank rules Ignore-this: 6b21f072e61968110e2395c8426eeb95 M ./tests/ghc-regress/simplCore/should_compile/all.T +1 A ./tests/ghc-regress/simplCore/should_compile/rule2.hs A ./tests/ghc-regress/simplCore/should_comp

patch applied (ghc): exprIsHNF should "look through" lets

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 04:55:26 PST 2009 simo...@microsoft.com * exprIsHNF should "look through" lets Ignore-this: 3e77d029c0f314c53171f0378939b496 I can't quite remember when I spotted this, but exprIsHNF (and similarly exprIsConLike) should ignore enclosing let-bindings, since they don't affect

patch applied (ghc): Improvement to typecheck higher-rank rules better

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 04:54:17 PST 2009 simo...@microsoft.com * Improvement to typecheck higher-rank rules better Ignore-this: c5791cbe9540376b9ff46e2a6563bcc2 See Note [Typechecking rules] in TcRules. Suggested by Roman M ./compiler/typecheck/TcRules.lhs -5 +20 View patch online: http://d

patch applied (ghc): Apply RULES to simplified arguments

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 02:44:37 PST 2009 simo...@microsoft.com * Apply RULES to simplified arguments Ignore-this: 9a3475a9871f45ffa115dec44e376e3c See Note [RULEs apply to simplified arguments] in Simplify.lhs A knock-on effect is that rules apply *after* we try inlining (which uses un-simplified

patch applied (ghc): Improvements to pretty-printing of Core

2009-11-17 Thread Simon Peyton Jones
Tue Nov 17 02:36:26 PST 2009 simo...@microsoft.com * Improvements to pretty-printing of Core Ignore-this: ad386865644b4dbcd98adab409d7c523 M ./compiler/coreSyn/PprCore.lhs -5 +3 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091117103626-1287e-b77eb3823ccab4ba7534ef3306

Daily report for head

2009-11-17 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head:fail (failed compile) x86 Windows head fast: lost pass pass pass lost tnaur PPC OSX head 2:fail (failed compile) tnaur x86 OS X head: fail (failed compile) x86-64 Linux head unreg: fail (failed compile) Old unexpected

Daily report for stable

2009-11-17 Thread BuildBot Collator
Build results: x86 Linux stable:pass lost x86 Windows stable: fail (failed compile) x86 Windows stable fast: lost pass pass pass lost x86-64 Linux stable: pass Old unexpected test passes: 2410 2 x86 Linux stable TH_spliceE5_prof 2 x86 Linux stable length0