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

2009-12-05 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 Sat Dec 5 19:00:01 GMT 2009. ***

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

2009-12-05 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 Sat Dec 5 18:00:01 GMT 2009. checking out

patch applied (ghc): Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas

2009-12-05 Thread Ian Lynagh
Sat Dec 5 08:57:21 PST 2009 Ian Lynagh * Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas M ./libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs -1 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091205165721-3fd76-a17441addf1f21ce3d5e311882c

patch applied (ghc): Add some missing exports back for GHC package users; fixes trac #3715

2009-12-05 Thread Ian Lynagh
Sat Dec 5 07:35:32 PST 2009 Ian Lynagh * Add some missing exports back for GHC package users; fixes trac #3715 M ./compiler/main/ErrUtils.lhs +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091205153532-3fd76-7dc2445a3eb1ec2843fd919fd1610c0d6b4c54ec.gz __

patch applied (ghc): Add some comments on the alternative layout rule state

2009-12-05 Thread Ian Lynagh
Sat Dec 5 07:20:39 PST 2009 Ian Lynagh * Add some comments on the alternative layout rule state M ./compiler/parser/Lexer.x +9 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091205152039-3fd76-96f456368bd9cb20a3d9cb409d11e2c4b4b8caf2.gz

patch applied (ghc-6.12/ghc): threadStackOverflow: check whether stack squeezing released some stack (#3677)

2009-12-05 Thread Ian Lynagh
Wed Nov 25 04:59:17 PST 2009 Simon Marlow * threadStackOverflow: check whether stack squeezing released some stack (#3677) Ignore-this: d35089eb93f5b367b7d1c445bda79232 In a stack overflow situation, stack squeezing may reduce the stack size, but we don't know whether it has been redu

patch applied (ghc-6.12/ghc): Fix Trac #3102: pre-matching polytypes

2009-12-05 Thread Ian Lynagh
Mon Nov 30 09:44:41 PST 2009 simo...@microsoft.com * Fix Trac #3102: pre-matching polytypes Ignore-this: 3e3fa97e0de28b005a1aabe9e5542b32 When *pre-matching* two types forall a. C1 => t1 ~ forall a. C2 => t2 we were matching t1~t2, but totally ignoring C1,C2 That's utterly wr

patch applied (ghc-6.12/ghc): Fix Trac #3100: reifyType

2009-12-05 Thread Ian Lynagh
Mon Nov 30 09:52:04 PST 2009 simo...@microsoft.com * Fix Trac #3100: reifyType Ignore-this: ad1578c3d2e3da6128cd5052c8b64dc A type without any leading foralls may still have constraints eg: ?x::Int => Int -> Int But reifyType was failing in this case. Merge to 6.12. M

patch applied (ghc-6.12/ghc): Add some missing exports back for GHC package users; fixes trac #3715

2009-12-05 Thread Ian Lynagh
Sat Dec 5 07:35:32 PST 2009 Ian Lynagh * Add some missing exports back for GHC package users; fixes trac #3715 M ./compiler/main/ErrUtils.lhs +1 View patch online: http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091205153532-3fd76-7dc2445a3eb1ec2843fd919fd1610c0d6b4c54ec.gz _

patch applied (testsuite): Add another layout test

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:36:31 PST 2009 Ian Lynagh * Add another layout test M ./tests/ghc-regress/layout/Makefile -1 +1 M ./tests/ghc-regress/layout/all.T +6 A ./tests/ghc-regress/layout/layout006.hs A ./tests/ghc-regress/layout/layout006.stdout View patch online: http://darcs.haskell.o

patch applied (testsuite): Add another layout test

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:32:28 PST 2009 Ian Lynagh * Add another layout test M ./tests/ghc-regress/layout/Makefile -1 +1 M ./tests/ghc-regress/layout/all.T +6 A ./tests/ghc-regress/layout/layout005.hs A ./tests/ghc-regress/layout/layout005.stdout View patch online: http://darcs.haskell.o

patch applied (testsuite): Add another layout test

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:29:02 PST 2009 Ian Lynagh * Add another layout test M ./tests/ghc-regress/layout/Makefile -1 +1 M ./tests/ghc-regress/layout/all.T +6 A ./tests/ghc-regress/layout/layout004.hs A ./tests/ghc-regress/layout/layout004.stdout View patch online: http://darcs.haskell.o

patch applied (testsuite): Add another layout rule test

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:24:13 PST 2009 Ian Lynagh * Add another layout rule test M ./tests/ghc-regress/layout/Makefile -1 +1 M ./tests/ghc-regress/layout/all.T +6 A ./tests/ghc-regress/layout/layout003.hs A ./tests/ghc-regress/layout/layout003.stdout View patch online: http://darcs.hask

patch applied (testsuite): Add a test for the difference between the H98 and the alternative layout rules

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:09:33 PST 2009 Ian Lynagh * Add a test for the difference between the H98 and the alternative layout rules A ./tests/ghc-regress/layout/ A ./tests/ghc-regress/layout/Makefile A ./tests/ghc-regress/layout/all.T A ./tests/ghc-regress/layout/layout001.hs A ./tes

patch applied (testsuite): Add another layout test

2009-12-05 Thread Ian Lynagh
Sat Dec 5 06:13:51 PST 2009 Ian Lynagh * Add another layout test M ./tests/ghc-regress/layout/Makefile -1 +1 M ./tests/ghc-regress/layout/all.T +6 A ./tests/ghc-regress/layout/layout002.hs A ./tests/ghc-regress/layout/layout002.stdout View patch online: http://darcs.haskell.o

patch applied (ghc): Tweak layout for alternative layout rule

2009-12-05 Thread Ian Lynagh
Thu Dec 3 08:44:24 PST 2009 Ian Lynagh * Tweak layout for alternative layout rule M ./compiler/main/Packages.lhs -4 +4 M ./compiler/parser/Lexer.x -1 +1 M ./compiler/parser/RdrHsSyn.lhs -3 +3 M ./compiler/stranal/DmdAnal.lhs -3 +3 View patch online: http://darcs.haskell.org/g

Daily report for head

2009-12-05 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed compile) x86 Windows head:pass fail (failed compile) x86 Windows head fast: pass pass lost pass pass tnaur x86 OS X head: pass x86-64 Linux head unreg: fail (failed compile) Old unexpected test passes: 2410 2 x86-

Daily report for stable

2009-12-05 Thread BuildBot Collator
Build results: x86 Linux stable:pass x86 Windows stable: fail (failed boottestsuite runtestsuite nofib.clean.0 nofib.boot.0 nofib.run.0 nofib.clean.0_2 nofib.boot.0_2 nofib.run.0_2 nofib.clean.0_3 nofib.boot.0_3 nofib.run.0_3 nofib.clean.0_4 nofib.boot.0_4 nofib.run.0_4 nofib.clean