validate fails

2007-11-06 Thread Manuel M T Chakravarty
I got the following failure with validate of the HEAD from today: Unexpected failures: tcfail186(normal) The diff as in the testlog is appended. Is this just a matter of test output that was not updated? Manuel -=- => tcfail186(normal) cd ./typecheck/should_fail && '/Users/chak/Cod

patch applied (testsuite): Test for Trac #1608

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 07:50:35 PST 2007 [EMAIL PROTECTED] * Test for Trac #1608 M ./tests/ghc-regress/deriving/should_fail/all.T +1 A ./tests/ghc-regress/deriving/should_fail/drvfail012.hs A ./tests/ghc-regress/deriving/should_fail/drvfail012.stderr ___

patch applied (testsuite): Test for Trac #1814

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 07:40:46 PST 2007 [EMAIL PROTECTED] * Test for Trac #1814 A ./tests/ghc-regress/typecheck/should_fail/Tcfail186_Help.hs M ./tests/ghc-regress/typecheck/should_fail/all.T +3 A ./tests/ghc-regress/typecheck/should_fail/tcfail186.hs A ./tests/ghc-regress/typecheck/should

patch applied (testsuite): Test for Trac #1814

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 03:33:54 PST 2007 [EMAIL PROTECTED] * Test for Trac #1814 A ./tests/ghc-regress/th/TH_ghci1.script A ./tests/ghc-regress/th/TH_ghci1.stdout M ./tests/ghc-regress/th/all.T -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http:

patch applied (testsuite): add extra_hc_opts for ghci_script

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 03:30:44 PST 2007 [EMAIL PROTECTED] * add extra_hc_opts for ghci_script M ./driver/testlib.py +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 05:55:48 PST 2007 [EMAIL PROTECTED] * Fix Trac #1814 (staging interaction in Template Haskell and GHCi), and add comments An Id bound by GHCi from a previous Stmt is Global but Internal, and I'd forgotten that, leading to unnecessary restrictions when using TH and GHCi toget

patch applied (ghc): Improve error messages

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 02:52:58 PST 2007 [EMAIL PROTECTED] * Improve error messages M ./compiler/typecheck/TcDeriv.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improve manual entry for binding lexically scoped type variables in pattern signatures

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 02:51:51 PST 2007 [EMAIL PROTECTED] * Improve manual entry for binding lexically scoped type variables in pattern signatures M ./docs/users_guide/glasgow_exts.xml -6 +29 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc): Remove trailing spaces from programlisting lines

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 02:49:21 PST 2007 [EMAIL PROTECTED] * Remove trailing spaces from programlisting lines M ./docs/users_guide/glasgow_exts.xml -31 +31 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove unhelpful sentence (see Trac #1832)

2007-11-06 Thread Simon Peyton Jones
Tue Nov 6 02:43:15 PST 2007 [EMAIL PROTECTED] * Remove unhelpful sentence (see Trac #1832) Merge to 6.8 branch M ./docs/users_guide/glasgow_exts.xml -5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (ghc): fix stage 1 compilation

2007-11-06 Thread Simon Marlow
Tue Nov 6 06:20:57 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * fix stage 1 compilation M ./compiler/main/GHC.hs -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): warning police

2007-11-06 Thread Simon Marlow
Tue Nov 6 06:05:38 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * warning police M ./compiler/deSugar/Desugar.lhs -18 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): GHC API: add checkAndLoadModule

2007-11-06 Thread Simon Marlow
Tue Nov 6 06:01:21 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * GHC API: add checkAndLoadModule Does what the name suggests: it performs the function of both checkModule and load on that module, avoiding the need to process each module twice when checking a batch of modules. This will mak

patch applied (ghc): update to use latest changes to the GHC API (works much quicker now)

2007-11-06 Thread Simon Marlow
Tue Nov 6 05:54:30 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * update to use latest changes to the GHC API (works much quicker now) M ./utils/ghctags/GhcTags.hs -34 +40 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/

patch applied (ghc): warning police

2007-11-06 Thread Simon Marlow
Tue Nov 6 02:40:19 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * warning police M ./compiler/main/TidyPgm.lhs -64 +62 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Various improvements

2007-11-06 Thread Simon Marlow
Mon Nov 5 08:40:54 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Various improvements - take the GHC topdir as a runtime argument - deal with files one at a time (fix space leak) M ./utils/ghctags/GhcTags.hs -89 +83 ___ Cvs-ghc mailing list

patch applied (ghc): build ghctags-inplace

2007-11-06 Thread Simon Marlow
Mon Nov 5 08:39:54 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * build ghctags-inplace M ./mk/config.mk.in -2 +2 M ./utils/ghctags/Makefile -3 +50 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): updates to ghctags code

2007-11-06 Thread Simon Marlow
Mon Nov 5 08:39:27 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * updates to ghctags code M ./compiler/Makefile -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): eliminate a bit of duplication

2007-11-06 Thread Simon Marlow
Mon Nov 5 06:37:14 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * eliminate a bit of duplication M ./libraries/Makefile -1 +1 M ./mk/config.mk.in -5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): catch up with changes to checkModule

2007-11-06 Thread Simon Marlow
Mon Nov 5 06:22:17 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * catch up with changes to checkModule M ./utils/ghctags/GhcTags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): reorder the imports

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:41:51 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * reorder the imports M ./utils/ghctags/GhcTags.hs -10 +12 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): add $(GHCTAGS)

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:34:50 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * add $(GHCTAGS) M ./mk/config.mk.in +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): follow changes in HsRecFields

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:31:19 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * follow changes in HsRecFields M ./utils/ghctags/GhcTags.hs -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): merged patches relating to GhcTags from #946

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:21:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * merged patches relating to GhcTags from #946 * accomodate changes in the GHC API * refactoring for more readable source code * if the whole group fails, try one file at a time * desperate attempts to handle the GHC build

patch applied (ghc): Rules to create TAGS using ghctags

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:20:47 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Rules to create TAGS using ghctags M ./compiler/Makefile +29 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): request for documentation of a new argument

2007-11-06 Thread Simon Marlow
Mon Jun 25 06:19:06 PDT 2007 [EMAIL PROTECTED] * request for documentation of a new argument M ./compiler/main/GHC.hs +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): new README file for utils/ghctags

2007-11-06 Thread Simon Marlow
Fri Oct 13 13:27:56 PDT 2006 [EMAIL PROTECTED] * new README file for utils/ghctags A ./utils/ghctags/README ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): proper HC entry for bootstrapping in Makefile

2007-11-06 Thread Simon Marlow
Tue Sep 19 21:28:39 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * proper HC entry for bootstrapping in Makefile M ./utils/ghctags/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): first cut at missing case for ids defined in pattern

2007-11-06 Thread Simon Marlow
Tue Sep 19 21:27:57 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * first cut at missing case for ids defined in pattern M ./utils/ghctags/GhcTags.hs -7 +32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): change representation of FoundThing

2007-11-06 Thread Simon Marlow
Sat Sep 16 22:08:00 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * change representation of FoundThing refactored FoundThing to use GHC's native representation of source-code locations and to carry the module name so that the TAGS file can contain a qualified name as well as the unqualified

patch applied (ghc): get names of data constructors

2007-11-06 Thread Simon Marlow
Sat Sep 16 18:55:39 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * get names of data constructors M ./utils/ghctags/GhcTags.hs -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): do notation for the Maybe monad

2007-11-06 Thread Simon Marlow
Sat Sep 16 17:34:10 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * do notation for the Maybe monad M ./utils/ghctags/GhcTags.hs -6 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): load all files at once and compute tags for all

2007-11-06 Thread Simon Marlow
Sat Sep 16 17:24:30 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * load all files at once and compute tags for all M ./utils/ghctags/GhcTags.hs -23 +24 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): tell GHC not to generate code (thanks Simon M)

2007-11-06 Thread Simon Marlow
Sat Sep 16 17:23:53 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * tell GHC not to generate code (thanks Simon M) M ./utils/ghctags/GhcTags.hs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): cover more cases; take GHC options on command line

2007-11-06 Thread Simon Marlow
Sat Sep 16 16:27:55 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * cover more cases; take GHC options on command line Bit of a dog's breakfast here: * generate tags for more cases in the syntax * accept -package ghc and other args on command line * scrub away old code for snaffling t

patch applied (ghc): initial, very incomplete tags generator

2007-11-06 Thread Simon Marlow
Fri Sep 15 16:50:33 PDT 2006 Norman Ramsey <[EMAIL PROTECTED]> * initial, very incomplete tags generator The ultimate goal is to replace hasktags with a tags generator based on GHC-as-a-library. This file is a very incomplete first cut. A ./utils/ghctags/ A ./utils/ghctags/GhcTag

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

2007-11-06 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 5 19:30:01 GMT 2007. checkin

patch applied (testsuite): adapt tests to new Category superclass of Arrow

2007-11-06 Thread Ross Paterson
Tue Nov 6 02:58:49 PST 2007 Ross Paterson <[EMAIL PROTECTED]> * adapt tests to new Category superclass of Arrow M ./tests/ghc-regress/arrows/should_run/arrowrun002.hs -1 +6 M ./tests/ghc-regress/arrows/should_run/arrowrun003.hs -5 +13 M ./tests/ghc-regress/arrows/should_run/arrowru

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

2007-11-06 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 5 19:00:00 GMT 2007. c

Daily report for stable

2007-11-06 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: lost x86 Windows stable fast:pass pass pass lost pass pass x86-64 Linux stable:

Daily report for head

2007-11-06 Thread BuildBot Collator
Build results: x86-64 Linux head: lost x86 Windows head: lost x86 Windows head fast: pass pass pass lost pass pass kahl G5 Gentoo Linux head: pass macgyver PPC OSX head: pass x86-64 Linux head unreg: lost Old unexpected test failures: arith0055 x86 Win