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

2008-03-02 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 Sun Mar 2 18:00:01 GMT 2008. checking out

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

2008-03-02 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 2 18:10:01 GMT 2008. checkin

patch applied (ghc): Fix typo

2008-03-02 Thread Ian Lynagh
Sun Mar 2 07:13:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo M ./validate -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): In bindists, look in the right place to see if we have provided docs

2008-03-02 Thread Ian Lynagh
Sun Mar 2 06:04:08 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * In bindists, look in the right place to see if we have provided docs Fixes trac #1971: unjustified warning about documentation M ./distrib/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs

patch applied (ghc-6.8/ghc): Fix typo

2008-03-02 Thread Ian Lynagh
Sun Mar 2 07:13:39 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo M ./validate -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): In bindists, look in the right place to see if we have provided docs

2008-03-02 Thread Ian Lynagh
Sun Mar 2 06:04:08 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * In bindists, look in the right place to see if we have provided docs Fixes trac #1971: unjustified warning about documentation M ./distrib/Makefile -4 +1 ___ Cvs-ghc mailing list Cvs

patch applied (testsuite): Update 6.8-specific output

2008-03-02 Thread Ian Lynagh
Sun Mar 2 06:55:31 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update 6.8-specific output M ./tests/ghc-regress/ghci.debugger/scripts/break003-6.8.stderr -1 +1 M ./tests/ghc-regress/typecheck/should_fail/tcfail168-6.8.stderr -1 +1 ___ Cvs-ghc

patch applied (ghc-6.8/ghc): MERGED: Fix Trac #2114: error reporting for 'forall' without appropriate flags

2008-03-02 Thread Ian Lynagh
Sun Mar 2 05:26:08 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix Trac #2114: error reporting for 'forall' without appropriate flags [EMAIL PROTECTED] M ./compiler/parser/Lexer.x -2 +2 M ./compiler/parser/RdrHsSyn.lhs -4 +13 M ./compiler/prelude/PrelNames.lhs -2 +6 M

patch applied (ghc-6.8/ghc): MERGED: Fix Trac #2111: improve error handling for 'rec' in do-notation

2008-03-02 Thread Ian Lynagh
Sat Mar 1 07:09:47 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix Trac #2111: improve error handling for 'rec' in do-notation [EMAIL PROTECTED] We were not dealing correctly with all the combinations of do notation mdo notation arrow notation in combination w

patch applied (ghc-6.8/ghc): MERGED: Fix Trac #1899; missing equality check in typechecker's constraint simplifier

2008-03-02 Thread Ian Lynagh
Sat Mar 1 06:53:06 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix Trac #1899; missing equality check in typechecker's constraint simplifier [EMAIL PROTECTED] This patch fixes a missing equality check (uifying type variable b=b) in the new constraint simplifier in TcTyFuns.

patch applied (ghc-6.8/ghc): Fix Trac #2130: improve derived Ord for primmitive types

2008-03-02 Thread Ian Lynagh
Thu Feb 28 04:11:06 PST 2008 [EMAIL PROTECTED] * Fix Trac #2130: improve derived Ord for primmitive types This patch does two things: * (Minor): in TcGenDeriv.careful_compare_Case, test for less-than before equality. This should reduce the number of dynamic tests, and also gives

patch applied (ghc-6.8/ghc): Fix Trac #2126: re-order tests (easy)

2008-03-02 Thread Ian Lynagh
Wed Feb 27 08:32:02 PST 2008 [EMAIL PROTECTED] * Fix Trac #2126: re-order tests (easy) M ./compiler/typecheck/TcTyClsDecls.lhs -4 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX #2122: file locking bug

2008-03-02 Thread Ian Lynagh
Tue Feb 26 02:46:50 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #2122: file locking bug Second and subsequent readers weren't being inserted into the fd->lock hash table, which meant that the file wasn't correctly unlocked when the Handles were closed. M ./rts/posix/FileLock.c +1

patch applied (ghc-6.8/ghc): Improve error messages from type-checking data constructors

2008-03-02 Thread Ian Lynagh
Fri Feb 22 10:25:14 PST 2008 [EMAIL PROTECTED] * Improve error messages from type-checking data constructors This addresses Trac #2112 M ./compiler/typecheck/TcHsType.lhs -9 +5 M ./compiler/typecheck/TcRnMonad.lhs -1 +1 M ./compiler/typecheck/TcTyClsDecls.lhs -1 +2

patch applied (ghc-6.8/ghc): Fix Trac #2082

2008-03-02 Thread Ian Lynagh
Tue Feb 19 09:34:10 PST 2008 [EMAIL PROTECTED] * Fix Trac #2082 M ./compiler/main/PprTyThing.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Wibble to error message (stmt of do block or comprehension)

2008-03-02 Thread Ian Lynagh
Thu Feb 28 00:31:04 PST 2008 [EMAIL PROTECTED] * Wibble to error message (stmt of do block or comprehension) M ./compiler/typecheck/TcMatches.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add comments explaining flags

2008-03-02 Thread Ian Lynagh
Thu Feb 28 00:29:35 PST 2008 [EMAIL PROTECTED] * Add comments explaining flags M ./validate +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): documentation improvements from Frederik Eaton

2008-03-02 Thread Ian Lynagh
Tue Feb 26 02:26:12 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * documentation improvements from Frederik Eaton M ./docs/users_guide/ghci.xml -7 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add and use seqBitmap when constructing SRTs

2008-03-02 Thread Ian Lynagh
Wed Feb 27 06:45:05 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add and use seqBitmap when constructing SRTs This roughly halves memory usage when compiling module Foo where foo :: Double -> Int foo x | x == 1 = 1 ... foo x | x == 500 = 500 without optimisation

patch applied (ghc-6.8/ghc): Remove gaw comment

2008-03-02 Thread Ian Lynagh
Tue Feb 26 09:53:05 PST 2008 [EMAIL PROTECTED] * Remove gaw comment M ./compiler/typecheck/TcArrows.lhs -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2008-03-02 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: fail (failed bindisttest) x86 Windows head fast: pass pass lost pass pass pass kahl G5 Gentoo Linux head: pass tnaur PPC OSX head:pass x86-64 Linux head unreg: lost Dropping unexpected test passes reports from