[nightly] 24-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-04-24 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 24-Apr-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

Re: ticky

2007-04-24 Thread Tim Chevalier
On 4/24/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: Tim OK, I committed my small patch to ticky. Over to you! Are you sure you checked in the patch? I don't see any changes to CgTicky since April 4. Cheers, Tim -- Tim Chevalier * [EMAIL PROTECTED] * Often in error, never in doubt Con

[nightly] 24-Dec-2006 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-24 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Sun Dec 24 19:00:01 GMT 2006.

[nightly] 24-Apr-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-24 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Tue Apr 24 19:00:00 BST 2007.

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

2007-04-24 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Tue Apr 24 19:30:01 BST 2007. checki

[nightly] 20-Feb-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-24 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Tue Feb 20 19:00:01 GMT 2007.

[nightly] 10-Feb-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-04-24 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sat Feb 10 19:30:01 GMT 2007. checki

RE: ticky

2007-04-24 Thread Simon Peyton-Jones
Tim OK, I committed my small patch to ticky. Over to you! Simon | -Original Message- | From: Tim Chevalier [mailto:[EMAIL PROTECTED] | Sent: 06 April 2007 05:04 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: ticky | | On 4/5/07, Tim Chevalier <[EMAIL PROTECTED]> wrote

Re: patch applied (ghc): revert previous fix until I can find out whyit was wrong

2007-04-24 Thread Claus Reinke
unfortunately not. just rebuilt, and ghci still can't load base:-( That's a different GHCi problem :-) We know the cause: the base package is currently missing some extra-libraries on Windows. Ian is looking into fixing it. As a workaround, you could copy the extra-libraries from package.conf

patch applied (testsuite): New test covering bug discovered by Nicolas Frisby in TcUnify.boxySplitTyConApp

2007-04-24 Thread Simon Peyton Jones
Tue Apr 24 05:47:02 PDT 2007 [EMAIL PROTECTED] * New test covering bug discovered by Nicolas Frisby in TcUnify.boxySplitTyConApp M ./tests/ghc-regress/typecheck/should_fail/all.T +1 A ./tests/ghc-regress/typecheck/should_fail/tcfail180.hs A ./tests/ghc-regress/typecheck/should_fail

patch applied (ghc): Fix bug in boxySplitTyConApp

2007-04-24 Thread Simon Peyton Jones
Tue Apr 24 05:43:34 PDT 2007 [EMAIL PROTECTED] * Fix bug in boxySplitTyConApp Merge to STABLE branch This bug was discovered by Nicolas Frisby. It's an egregious missing guard in boxySplitTyConApp. Test is tcfail180 M ./compiler/typecheck/TcUnify.lhs -2 +6

[nightly] 24-Apr-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-04-24 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 24-Apr-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

Re: patch applied (ghc): revert previous fix until I can find out whyit was wrong

2007-04-24 Thread Simon Marlow
Claus Reinke wrote: Mon Apr 23 06:05:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * revert previous fix until I can find out why it was wrong should fix recent GHCi problems in the HEAD unfortunately not. just rebuilt, and ghci still can't load base:-( That's a different GHCi problem :-)

Re: patch applied (ghc): revert previous fix until I can find out whyit was wrong

2007-04-24 Thread Claus Reinke
Mon Apr 23 06:05:45 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * revert previous fix until I can find out why it was wrong should fix recent GHCi problems in the HEAD unfortunately not. just rebuilt, and ghci still can't load base:-( M ./compiler/deSugar/DsGRHSs.lhs -1 +1 hunk ./comp

patch applied (ghc-6.6/ghc): fix syntax error in publish-binary-dist rule

2007-04-24 Thread Simon Marlow
Tue Apr 24 00:44:09 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix syntax error in publish-binary-dist rule M ./Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2007-04-24 Thread BuildBot Collator
New unexpected test failures: ATLoop 1 x86 Windows head fast Over1 x86 Windows head fast Simple1 1 x86 Windows head fast Simple2 1 x86 Windows head fast Simple3 1 x86 Windows head fast Simple4 1 x86 Windows head fast Simple5 1 x86

Daily report for 6.6

2007-04-24 Thread BuildBot Collator
New unexpected test failures: conc064 1 mnemosyne x86-64 Gentoo 6.6 Fixed unexpected test failures: conc035 Old unexpected test failures: ThreadDelay001 1 x86 Windows 6.6 barton-mangler-bug 1 x86 Windows 6.6 conc019 1 x86-64 Linux 6.6 conc023