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

2007-11-20 Thread GHC Build Reports
Build description = STABLE 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-STABLE-cam-02-unx Nightly build started on cam-02-unx at Tue Nov 20 19:00:01 GMT 2007.

[Fwd: Re: Validation police strikes again!]

2007-11-20 Thread Richard Giraud
Mac OS X has a default limit of 256 files, though it can be increased via ulimit. Richard --- Begin Message --- On Wed, 2007-11-21 at 11:36 +1100, Manuel M T Chakravarty wrote: > On Mac OS X, 10.5, I get with todays head > > Unexpected failures: > openFile008(normal) > > Details appended.

Re: Validation police strikes again!

2007-11-20 Thread Duncan Coutts
On Wed, 2007-11-21 at 11:36 +1100, Manuel M T Chakravarty wrote: > On Mac OS X, 10.5, I get with todays head > > Unexpected failures: > openFile008(normal) > > Details appended. Tue Nov 20 03:47:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * test repeated open/close of 1000 files M .

Validation police strikes again!

2007-11-20 Thread Manuel M T Chakravarty
On Mac OS X, 10.5, I get with todays head Unexpected failures: openFile008(normal) Details appended. Manuel -=- => openFile008(normal) cd ./lib/IO && '/Users/chak/Code/ghc-test/compiler/stage2/ghc-inplace' -no-recom p -dcore-lint -dcmm-lint -Di386_apple_darwin -o openFile008 openF

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

2007-11-20 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 Nov 20 19:30:01 GMT 2007. checki

patch applied (ghc): Fix Trac #1909: type of map in docs

2007-11-20 Thread Simon Peyton Jones
Tue Nov 20 08:01:52 PST 2007 [EMAIL PROTECTED] * Fix Trac #1909: type of map in docs M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): countReaders001 now passes

2007-11-20 Thread Simon Marlow
Tue Nov 20 06:35:39 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * countReaders001 now passes M ./tests/ghc-regress/lib/IO/all.T -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): test repeated open/close of 1000 files

2007-11-20 Thread Simon Marlow
Tue Nov 20 03:47:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * test repeated open/close of 1000 files M ./tests/ghc-regress/lib/IO/all.T +2 A ./tests/ghc-regress/lib/IO/openFile008.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.h

patch applied (ghc): Move file locking into the RTS, fixing #629, #1109

2007-11-20 Thread Simon Marlow
Tue Nov 20 06:08:59 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Move file locking into the RTS, fixing #629, #1109 File locking (of the Haskell 98 variety) was previously done using a static table with linear search, which had two problems: the array had a fixed size and was sometimes too

patch applied (ghc): FIX Trac #1825: standalone deriving Typeable

2007-11-20 Thread Simon Peyton Jones
Tue Nov 20 04:57:32 PST 2007 [EMAIL PROTECTED] * FIX Trac #1825: standalone deriving Typeable Standalone deriving of typeable now requires you to say instance Typeable1 Maybe which is exactly the shape of instance decl that is generated by a 'deriving( Typeable )' clause on the

patch applied (ghc): FIX #1715: egregious bug in ifaceDeclSubBndrs

2007-11-20 Thread Simon Peyton Jones
Tue Nov 20 03:17:23 PST 2007 [EMAIL PROTECTED] * FIX #1715: egregious bug in ifaceDeclSubBndrs ifaceDeclSubBndrs didn't have an IfaceSyn case; but with type families an IfaceSyn can introduce subordinate binders. Result: chaos. The fix is easy though. Merge to 6.8 branch.

patch applied (testsuite): Tests for Trac #1825

2007-11-20 Thread Simon Peyton Jones
Tue Nov 20 05:36:15 PST 2007 [EMAIL PROTECTED] * Tests for Trac #1825 M ./tests/ghc-regress/deriving/should_compile/all.T +1 A ./tests/ghc-regress/deriving/should_compile/drv021.hs M ./tests/ghc-regress/deriving/should_fail/all.T +1 A ./tests/ghc-regress/deriving/should_fail/drv

patch applied (testsuite): augment ghci025 to cover #1847

2007-11-20 Thread Simon Marlow
Wed Nov 7 17:39:49 PST 2007 [EMAIL PROTECTED] * augment ghci025 to cover #1847 - need to test :browse! in different contexts - -s has disappeared, see #1799 for sorting - 'imported from' clarified to 'imported via' M ./tests/ghc-regress/ghci/scripts/ghci025.script -2 +16 M

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

2007-11-20 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 Mon Nov 19 19:30:02 GMT 2007. checki

patch applied (ghc): Always do 'setup makefile' before building each library

2007-11-20 Thread Simon Marlow
Tue Nov 20 02:33:29 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Always do 'setup makefile' before building each library This forces preprocessing to happen, which is necessary if any of the .hsc files have been modified. Without this change, a 'setup makefile' would be required by hand af

patch applied (ghc): FIX #1847 (improve :browse! docs, fix unqual)

2007-11-20 Thread Simon Marlow
Wed Nov 7 17:31:47 PST 2007 [EMAIL PROTECTED] * FIX #1847 (improve :browse! docs, fix unqual) - add example to docs, explain how to interpret output of `:browse! Data.Maybe` - print unqualified names according to current context, not the context of the target module M .

[nightly] 19-Nov-2007 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-11-20 Thread GHC Build Reports
Build description = STABLE 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-STABLE-cam-02-unx Nightly build started on cam-02-unx at Mon Nov 19 19:00:01 GMT 2007.

Daily report for stable

2007-11-20 Thread BuildBot Collator
Build results: gabor stable: pass kahl G5 Gentoo Linux stable:pass mnemosyne x86-64 Gentoo stable: pass tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: pass x86 Windows stable fast:pass pass pass pass pass pass x86-64 Linux stable:

Daily report for head

2007-11-20 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: pass x86 Windows head fast: pass pass pass pass pass pass kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: pass New unexpected test failures: hGetBuf001 1 x86-64 Linux head joao-circular 1 x86-6