Daily report for stable

2007-10-29 Thread BuildBot Collator
Build results: gabor stable:pass kahl G5 Gentoo Linux stable: pass tnaur x86 Linux stable: fail (failed stage1) fail (failed stage1) x86 Windows stable: lost pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: lost Old unexpect

Re: Your message to Cvs-ghc awaits moderator approval

2007-10-29 Thread Ian Lynagh
On Sun, Oct 28, 2007 at 01:16:35PM -, Claus Reinke wrote: > but i tend to use 'darcs send -o file' so > that i can (a) add comments, > >>>darcs send --edit-description > >> > >>that will edit the patch description. apart from that getting > >>burried in the email attachment, > > > >No,

Re: BuildBot question

2007-10-29 Thread Ian Lynagh
Hi George, On Wed, Oct 24, 2007 at 08:40:26PM -0400, George Beshers wrote: > > I was surprised to see gbesh dropped on the 10/23 > BuildBot Collator Daily report for head. I went to the > page http://darcs.haskell.org/buildbot/head/ and tried > a ping which worked. > > As a way to reset things

patch applied (testsuite): correct code for typecheck/should_compile/tc192.hs

2007-10-29 Thread Ashley Yakeley
Mon Oct 29 11:35:14 PDT 2007 Ashley Yakeley <[EMAIL PROTECTED]> * correct code for typecheck/should_compile/tc192.hs M ./tests/ghc-regress/typecheck/should_compile/tc192.hs +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc-6.8/ghc): Fix build with GHC < 6.4

2007-10-29 Thread Ian Lynagh
Mon Oct 29 11:31:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix build with GHC < 6.4 M ./compiler/utils/Util.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: add flag --flags (FIX #1226)

2007-10-29 Thread Claus Reinke
forgot to mention: i validated with HEAD, but you might well want this in STABLE as well. claus - Original Message - From: "Claus Reinke" <[EMAIL PROTECTED]> To: Sent: Sunday, October 28, 2007 1:07 PM Subject: darcs patch: add flag --flags (FIX #1226) __

patch applied (ghc-6.8/ghc): Set interfacedir (using $topdir, not $httptopdir)

2007-10-29 Thread Ian Lynagh
Mon Oct 29 10:48:25 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Set interfacedir (using $topdir, not $httptopdir) M ./libraries/Makefile -15 +18 M ./libraries/installPackage.hs -18 +21 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.has

patch applied (ghc-6.8/ghc): Teach ghc-pkg about $httptopdir

2007-10-29 Thread Ian Lynagh
Mon Oct 29 09:11:30 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Teach ghc-pkg about $httptopdir M ./utils/ghc-pkg/Main.hs -6 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix LiberateCase

2007-10-29 Thread Simon Peyton Jones
Mon Oct 29 10:06:20 PDT 2007 [EMAIL PROTECTED] * Fix LiberateCase Merge to STABLE please Liberate case was being far too gung-ho about what to specialise. This bug only showed up when a recursive function 'f' has a nested recursive function 'g', where 'g' calls 'f' (as well a

patch applied (ghc): Improve error-message output slightly

2007-10-29 Thread Simon Peyton Jones
Mon Oct 29 09:26:37 PDT 2007 [EMAIL PROTECTED] * Improve error-message output slightly M ./compiler/typecheck/TcType.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improve documentation of orphan instances (thanks to Adrian Hey)

2007-10-29 Thread Simon Peyton Jones
Mon Oct 29 09:25:05 PDT 2007 [EMAIL PROTECTED] * Improve documentation of orphan instances (thanks to Adrian Hey) Please push to stable branch Simon M ./docs/users_guide/flags.xml -7 +3 M ./docs/users_guide/separate_compilation.xml -18 +45 M ./docs/users_guide/using.xml

patch applied (ghc): fix installation of haddock.css and friends

2007-10-29 Thread Simon Marlow
Mon Oct 29 05:07:32 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix installation of haddock.css and friends M ./libraries/Makefile -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-10-29 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 Oct 28 19:30:03 GMT 2007. checki

patch applied (testsuite): Update tc141 expected output

2007-10-29 Thread Simon Peyton Jones
Mon Oct 29 04:24:30 PDT 2007 [EMAIL PROTECTED] * Update tc141 expected output Revert to getting an error from the renamer M ./tests/ghc-regress/typecheck/should_compile/tc141.stderr -29 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc): In a pattern binding, a type sig in the pattern cannot bind a type variable

2007-10-29 Thread Simon Peyton Jones
Sat Oct 27 08:33:30 PDT 2007 [EMAIL PROTECTED] * In a pattern binding, a type sig in the pattern cannot bind a type variable In a pattern binding with a pattern type signature, such as (Just (x::a)) = e the pattern type signature cannot bind type variables. Hence 'a' must

patch applied (ghc): Substantial improvement to the interaction of RULES and inlining

2007-10-29 Thread Simon Peyton Jones
Mon Oct 29 04:10:56 PDT 2007 [EMAIL PROTECTED] * Substantial improvement to the interaction of RULES and inlining (Merge to 6.8 branch after testing.) There were a number of delicate interactions between RULEs and inlining in GHC 6.6. I've wanted to fix this for a long time, a

patch applied (ghc): Add newline in debug print

2007-10-29 Thread Simon Peyton Jones
Fri Oct 26 08:02:24 PDT 2007 [EMAIL PROTECTED] * Add newline in debug print M ./compiler/simplCore/SimplCore.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Explicit pattern match in default case of addTickLHsBind

2007-10-29 Thread Simon Peyton Jones
Wed Oct 24 06:48:28 PDT 2007 [EMAIL PROTECTED] * Explicit pattern match in default case of addTickLHsBind M ./compiler/deSugar/Coverage.lhs -6 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Generalise the types of mk_FunBind, mk_easy_FunBind, mkVarBind

2007-10-29 Thread Simon Peyton Jones
Wed Oct 24 06:47:50 PDT 2007 [EMAIL PROTECTED] * Generalise the types of mk_FunBind, mk_easy_FunBind, mkVarBind M ./compiler/hsSyn/HsUtils.lhs -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Tests for functional dependencies and loops in TcSimplify

2007-10-29 Thread Simon Peyton Jones
Sat Oct 27 09:37:39 PDT 2007 [EMAIL PROTECTED] * Tests for functional dependencies and loops in TcSimplify A ./tests/ghc-regress/typecheck/should_compile/FD1.hs A ./tests/ghc-regress/typecheck/should_compile/FD1.stderr A ./tests/ghc-regress/typecheck/should_compile/FD2.hs A ./te

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

2007-10-29 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 Sun Oct 28 19:00:01 GMT 2007.