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

2007-04-01 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 Sun Apr 1 19:30:01 BST 2007. checkin

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

2007-04-01 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 Apr 1 19:00:00 BST 2007.

patch applied (ghc): Make error message output order consistent

2007-04-01 Thread Ian Lynagh
Sun Apr 1 11:57:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make error message output order consistent M ./compiler/rename/RnNames.lhs -2 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Accept test output

2007-04-01 Thread Ian Lynagh
Sun Apr 1 14:17:51 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept test output M ./tests/ghc-regress/typecheck/should_fail/tcfail044.stderr -4 +4 M ./tests/ghc-regress/typecheck/should_fail/tcfail047.stderr -2 +2 M ./tests/ghc-regress/typecheck/should_fail/tcfail139.stderr -2 +2

patch applied (testsuite): IsString and fromString are in Data.String now

2007-04-01 Thread Ian Lynagh
Sun Apr 1 14:10:27 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * IsString and fromString are in Data.String now M ./tests/ghc-regress/typecheck/should_compile/tc224.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (testsuite): Remove generated file

2007-04-01 Thread Ian Lynagh
Sun Apr 1 14:05:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove generated file R ./tests/ghc-regress/ghci/prog001/D.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): tc217/220/223 need mtl

2007-04-01 Thread Ian Lynagh
Sun Apr 1 14:09:09 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * tc217/220/223 need mtl M ./tests/ghc-regress/typecheck/should_compile/all.T -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Update output with new, friendlier error

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:56:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update output with new, friendlier error M ./tests/ghc-regress/module/mod41.stderr -2 +2 M ./tests/ghc-regress/module/mod42.stderr -2 +2 M ./tests/ghc-regress/module/mod43.stderr -2 +2 ___

patch applied (testsuite): Update rnfail040 output

2007-04-01 Thread Ian Lynagh
Sun Apr 1 14:04:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update rnfail040 output M ./tests/ghc-regress/rename/should_fail/rnfail040.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Consistent output for tests

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:54:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Consistent output for tests M ./tests/ghc-regress/module/all.T -7 +7 M ./tests/ghc-regress/module/mod142.stderr -1 +1 M ./tests/ghc-regress/module/mod143.stderr -1 +1 M ./tests/ghc-regress/module/mod144.stderr -1 +1

patch applied (testsuite): Add some -v0s to cabal01; cabal still isn' t being quiet enough, though

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:33:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add some -v0s to cabal01; cabal still isn't being quiet enough, though M ./tests/ghc-regress/cabal/cabal01/Makefile -5 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskel

patch applied (testsuite): Accept output

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:23:23 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Accept output M ./tests/ghc-regress/th/TH_exn.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Check stderr output before stdout output

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:21:56 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Check stderr output before stdout output M ./driver/testlib.py -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Time how long is spent on each .T file

2007-04-01 Thread Ian Lynagh
Sat Mar 31 04:52:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Time how long is spent on each .T file M ./driver/runtests.py +15 M ./driver/testglobals.py +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (testsuite): On failure, diff the normalised test outputs

2007-04-01 Thread Ian Lynagh
Sun Apr 1 13:20:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * On failure, diff the normalised test outputs M ./driver/testlib.py -76 +77 M ./tests/ghc-regress/module/mod146.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.

patch applied (testsuite): Make our own pwd, so we don' t get confused by paths on cygwin

2007-04-01 Thread Ian Lynagh
Fri Mar 30 11:42:46 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Make our own pwd, so we don't get confused by paths on cygwin M ./tests/ghc-regress/rename/prog006/Makefile -1 +2 M ./tests/ghc-regress/rename/prog006/all.T +1 A ./tests/ghc-regress/rename/prog006/pwd.hs

patch applied (testsuite): Update test output

2007-04-01 Thread Ian Lynagh
Sun Apr 1 12:01:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update test output M ./tests/ghc-regress/module/mod155.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs performance

2007-04-01 Thread Ian Lynagh
On Sun, Apr 01, 2007 at 01:23:32PM +0200, Sven Panne wrote: > > When getting a repo via HTTP, darcs seems to be *much* faster than via SSH. > Here as an example the cpphs repo, 3.7 patches per second vs. 0.7 patches per > second (almost unusable for large/old repos): > > 5. :-( Is there a misco

patch applied (ghc-6.6/ghc): Fix the build: import basePackageId

2007-04-01 Thread Ian Lynagh
Sun Apr 1 08:07:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build: import basePackageId M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): MERGED: more improvements for #1119

2007-04-01 Thread Ian Lynagh
Sun Apr 1 08:05:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: more improvements for #1119 Simon Marlow <[EMAIL PROTECTED]>**20070327153723 When GHCi compiles its code framgents for setting buffering, it wants to refer to base:System.IO rather than whatever System.IO is on the

patch applied (ghc-6.6/ghc): make GHCi use base:Prelude, not just Prelude

2007-04-01 Thread Ian Lynagh
Tue Mar 27 08:45:54 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * make GHCi use base:Prelude, not just Prelude The module that GHCi uses for its default scope should be exactly base:Prelude, not whatever Prelude is found on the search path. M ./compiler/ghci/InteractiveUI.hs -1 +1 M .

patch applied (ghc-6.6/ghc): MERGED: partial fix for #1119

2007-04-01 Thread Ian Lynagh
Sun Apr 1 07:29:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: partial fix for #1119 Simon Marlow <[EMAIL PROTECTED]>**20070327152215 Unless we're in one-shot mode, emit an error if we attempt to demand-load interfaces for home modules. This can only happen in one way (that I'

patch applied (ghc-6.6/ghc): MERGED: Fix darcs-all to be usable with shells other than bash

2007-04-01 Thread Ian Lynagh
Sun Apr 1 07:14:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Fix darcs-all to be usable with shells other than bash M ./darcs-all -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): MERGED: The ru_local field of a CoreRule is False for implicit Ids

2007-04-01 Thread Ian Lynagh
Sun Apr 1 06:55:27 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: The ru_local field of a CoreRule is False for implicit Ids [EMAIL PROTECTED] MERGE to 6.6.1 For class-ops, record selectors, data constructors, we want the ru_local field of the Rule to be False. We

patch applied (ghc-6.6/ghc): MERGED: Match the type of an Id during rule matching

2007-04-01 Thread Ian Lynagh
Sun Apr 1 06:28:38 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Match the type of an Id during rule matching [EMAIL PROTECTED] Please MERGE to 6.6.1 Consider this RULE forall (c::Char->Int) (x::Char). f (c x) = "RULE FIRED" Well, this should

patch applied (ghc-6.6/ghc): Fix the build (crossPName -> crossMapPName)

2007-04-01 Thread Ian Lynagh
Sun Apr 1 06:27:47 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build (crossPName -> crossMapPName) M ./compiler/deSugar/DsListComp.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Fixed desugaring of parallel array comprehensions

2007-04-01 Thread Ian Lynagh
Mon Apr 2 01:24:24 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fixed desugaring of parallel array comprehensions ** MERGE into 6.6.1 ** M ./compiler/deSugar/DsListComp.lhs -36 +55 M ./compiler/prelude/PrelNames.lhs -3 +3 ___

patch applied (ghc-6.6/testsuite): MERGED: Test for RULES type-matching

2007-04-01 Thread Ian Lynagh
Sun Apr 1 05:52:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Test for RULES type-matching [EMAIL PROTECTED] M ./tests/ghc-regress/simplCore/should_run/all.T +1 A ./tests/ghc-regress/simplCore/should_run/simplrun008.hs A ./tests/ghc-regress/simplCore/should_run/simplrun008

patch applied (ghc): Fix darcs-all to be usable with shells other than bash

2007-04-01 Thread Ian Lynagh
Tue Mar 6 09:30:11 PST 2007 Alec Berryman <[EMAIL PROTECTED]> * Fix darcs-all to be usable with shells other than bash M ./darcs-all -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-04-01 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 01-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: darcs performance

2007-04-01 Thread Sven Panne
On Sunday 01 April 2007 13:38, Donald Bruce Stewart wrote: > Are you using master/slave connections in ssh? This will let you reuse a > single control connection in ssh, avoiding the need to reauthenticate to > get each patch (and there's 2 or 3 of these per patch). [...] I don't think so: darcs u

Re: darcs performance

2007-04-01 Thread Neil Mitchell
Hi Sven, When getting a repo via HTTP, darcs seems to be *much* faster than via SSH. Here as an example the cpphs repo, 3.7 patches per second vs. 0.7 patches per second (almost unusable for large/old repos): The difference is massive, I almost think that 5 times faster is an understatement. I

Re: darcs performance

2007-04-01 Thread Donald Bruce Stewart
sven.panne: > [ Well, not exactly a GHC problem, but I think that the mailing list fits, > anyway. ] > > When getting a repo via HTTP, darcs seems to be *much* faster than via SSH. > Here as an example the cpphs repo, 3.7 patches per second vs. 0.7 patches per > second (almost unusable for larg

darcs performance

2007-04-01 Thread Sven Panne
[ Well, not exactly a GHC problem, but I think that the mailing list fits, anyway. ] When getting a repo via HTTP, darcs seems to be *much* faster than via SSH. Here as an example the cpphs repo, 3.7 patches per second vs. 0.7 patches per second (almost unusable for large/old repos): -

patch applied (ghc): Fixed desugaring of parallel array comprehensions

2007-04-01 Thread chak
Mon Apr 2 01:24:24 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fixed desugaring of parallel array comprehensions ** MERGE into 6.6.1 ** M ./compiler/deSugar/DsListComp.lhs -36 +55 M ./compiler/prelude/PrelNames.lhs -3 +3 ___

[nightly] 31-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-04-01 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 31-Mar-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/