patch applied (ghc): Fixing #1340, adding HPC Documentation

2007-09-25 Thread Andy Gill
Tue Sep 25 22:53:31 PDT 2007 [EMAIL PROTECTED] * Fixing #1340, adding HPC Documentation M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/profiling.xml -30 +188 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

patch applied (ghc): TAG 2007-09-25

2007-09-25 Thread Andy Gill
Tue Sep 25 09:45:36 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> tagged 2007-09-25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add a test (pragma001) for #1736

2007-09-25 Thread Ian Lynagh
Tue Sep 25 15:42:26 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a test (pragma001) for #1736 M ./tests/ghc-regress/driver/all.T +2 A ./tests/ghc-regress/driver/pragma001.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc-6.8/ghc): Be more specific about file-header pragmas

2007-09-25 Thread Ian Lynagh
Mon Sep 24 09:28:47 PDT 2007 [EMAIL PROTECTED] * Be more specific about file-header pragmas Document the rules for pragmas that must occur at the top of a file. Please merge this patch M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/glasgow_exts.xml -65 +85 _

patch applied (testsuite): ind2: expect fail for profc/profasm on the 6.8 branch

2007-09-25 Thread Simon Marlow
Tue Sep 25 07:03:51 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * ind2: expect fail for profc/profasm on the 6.8 branch M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.o

patch applied (testsuite): GADT3: expect success for profc/profasm on the 6.8 branch

2007-09-25 Thread Simon Marlow
Tue Sep 25 07:01:11 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * GADT3: expect success for profc/profasm on the 6.8 branch M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haske

patch applied (testsuite): Simple12: expect failure on the 6.8 branch

2007-09-25 Thread Simon Marlow
Tue Sep 25 07:02:41 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Simple12: expect failure on the 6.8 branch M ./tests/ghc-regress/indexed-types/should_compile/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/

patch applied (testsuite): GMapAssoc, GMapTop: expect failures on the 6.8 branch

2007-09-25 Thread Simon Marlow
Tue Sep 25 06:57:58 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * GMapAssoc, GMapTop: expect failures on the 6.8 branch M ./tests/ghc-regress/indexed-types/should_run/all.T -3 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (testsuite): FIX #1254: avoid calling truncate when the result does not fit in the target type

2007-09-25 Thread Simon Marlow
Tue Sep 25 05:35:40 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1254: avoid calling truncate when the result does not fit in the target type M ./tests/ghc-regress/numeric/should_run/arith005.hs -16 +25 M ./tests/ghc-regress/numeric/should_run/arith005.stdout -4 +6 M ./tests/gh

patch applied (ghc): fix to previous fix to THUNK_SELECTOR machinery

2007-09-25 Thread Simon Marlow
Tue Sep 25 06:26:00 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * fix to previous fix to THUNK_SELECTOR machinery It turns out I didn't get it quite right in the case of compacting collection. This should make it work again. M ./rts/sm/Evac.c -19 +22

patch applied (testsuite): expect success for arith008(profasm) on x86

2007-09-25 Thread Simon Marlow
Tue Sep 25 05:04:29 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * expect success for arith008(profasm) on x86 M ./tests/ghc-regress/numeric/should_run/all.T -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

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

2007-09-25 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 Sep 24 19:30:02 BST 2007. checki

Re: text generator for --full-flag-help (#1226)

2007-09-25 Thread Simon Marlow
Claus Reinke wrote: there have been repeated requests for an offline text version of the flag reference section in the users guide, yet the ticket http://hackage.haskell.org/trac/ghc/ticket/1226 sounds pessimistic for 6.8.1. presumably, the problem is generating the text to print? i attach a sm

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

2007-09-25 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 Sep 24 19:00:01 BST 2007.

patch applied (ghc): Be more specific about file-header pragmas

2007-09-25 Thread Simon Peyton Jones
Mon Sep 24 09:28:47 PDT 2007 [EMAIL PROTECTED] * Be more specific about file-header pragmas Document the rules for pragmas that must occur at the top of a file. Please merge this patch M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/glasgow_exts.xml -65 +85 _

Daily report for stable

2007-09-25 Thread BuildBot Collator
Build results: Dropping unexpected test passes reports from builders not seen in 7 days: macgyver PPC OSX stable Old unexpected test passes: GADT3 1 x86 Windows stable InstEqContext2 1 x86 Windows stable Simple151 x86 Windows stable arith0081 x

Daily report for head

2007-09-25 Thread BuildBot Collator
Build results: Old unexpected test failures: GMapAssoc 6 gabor head GMapTop6 gabor head arith005 5 gabor head break024 1 tnaur x86 Linux head cholewo-eval 6 gabor head conc0401 kahl G5 Gentoo Linux head c