patch applied (ghc): Adding hpc documentation about sum and map, push to STABLE.

2007-10-24 Thread Andy Gill
Wed Oct 24 22:03:41 PDT 2007 [EMAIL PROTECTED] * Adding hpc documentation about sum and map, push to STABLE. M ./docs/users_guide/profiling.xml -11 +49 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixing typo in runtime documentation for hpc, push to stable

2007-10-24 Thread Andy Gill
Wed Oct 24 21:54:56 PDT 2007 [EMAIL PROTECTED] * Fixing typo in runtime documentation for hpc, push to stable M ./utils/hpc/HpcCombine.hs -1 +1 M ./utils/hpc/HpcFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.or

Re: [GHC] #1712: unknown symbol “glutGet”

2007-10-24 Thread Manuel M T Chakravarty
Wolfgang Jeltsch schrieb: Am Mittwoch, 24. Oktober 2007 11:49 schrieb Simon Peyton-Jones: However, as you know indexed type families aren't supported in 6.8. (They will be in 6.10.) So while Grapefruit may, just, *work* with 6.8, it's likely to be fragile, and we may well end up saying "wont-

patch applied (ghc-6.8/ghc): FIX #1791: fail with out-of-heap when allocating more than the max heap size in one go

2007-10-24 Thread Ian Lynagh
Wed Oct 24 02:54:20 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1791: fail with out-of-heap when allocating more than the max heap size in one go Normally the out-of-heap check is performed post-GC, but there are cases where we can detect earlier that we definitely have exhausted the

patch applied (ghc-6.8/ghc): Refer to "boot" libs, not "core" libs

2007-10-24 Thread Ian Lynagh
Fri Sep 14 06:26:58 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Refer to "boot" libs, not "core" libs ./libraries/core-packages -> ./libraries/boot-packages M ./Makefile -2 +2 M ./README -2 +2 M ./boot -2 +2 M ./darcs-all -3 +3 M ./libraries/Makefile -1 +1 M ./librari

patch applied (ghc-6.8/ghc): patch from #1782; fixes check-packages target on Solaris

2007-10-24 Thread Ian Lynagh
Mon Oct 22 06:33:37 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * patch from #1782; fixes check-packages target on Solaris M ./Makefile -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix more warnings

2007-10-24 Thread Ian Lynagh
Tue Oct 23 06:13:51 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Fix more warnings M ./rts/Hpc.c -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatch

2007-10-24 Thread Ian Lynagh
Tue Oct 23 01:22:33 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatch M ./rts/Hpc.c -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): second attempt to fix C compiler warnings with -fhpc

2007-10-24 Thread Ian Lynagh
Fri Oct 19 06:32:43 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * second attempt to fix C compiler warnings with -fhpc The hs_hpc_module() prototype in RtsExternal.h didn't match its usage: we were passing StgWord-sized parameters but the prototype used C ints. I think it accidentally worke

patch applied (ghc-6.8/ghc): Change some ints to unsigned ints

2007-10-24 Thread Ian Lynagh
Thu Oct 18 02:55:03 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * Change some ints to unsigned ints Fixes some gratuitous warnings when compiling via C with -fhpc M ./includes/RtsExternal.h -4 +4 M ./rts/Hpc.c -5 +5 ___ Cvs-ghc mailing list C

patch applied (ghc-6.8/ghc): Fix typo that prevented zonking of rhs of EqInsts

2007-10-24 Thread Ian Lynagh
Thu Oct 18 06:10:40 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Fix typo that prevented zonking of rhs of EqInsts MERGE TO STABLE M ./compiler/typecheck/Inst.lhs -3 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

patch applied (ghc): Correct a comment

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:45:49 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Correct a comment M ./compiler/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix ghc package in bindists; it wasn't adding the depenedency on readline

2007-10-24 Thread Ian Lynagh
Wed Oct 24 05:06:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix ghc package in bindists; it wasn't adding the depenedency on readline M ./Makefile +1 M ./compiler/Makefile -1 +1 M ./libraries/Makefile +4 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc): Fix installing the ghc package .hi files in a bindist

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the ghc package .hi files in a bindist M ./compiler/Makefile -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Build the manpage when building, not when installing

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:29:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Build the manpage when building, not when installing M ./docs/man/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Hack to make sure we get all the RTS ways in bindists

2007-10-24 Thread Ian Lynagh
Tue Oct 23 17:41:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Hack to make sure we get all the RTS ways in bindists M ./Makefile -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix installing the documentation in the bindists

2007-10-24 Thread Ian Lynagh
Tue Oct 23 16:46:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the documentation in the bindists M ./Makefile -67 +11 M ./distrib/Makefile -28 +9 M ./distrib/Makefile-bin-vars.in +2 M ./docs/Makefile -1 +15 M ./docs/man/Makefile +9 M ./mk/install.mk +17 __

patch applied (ghc): -ftype-families -> -XTypeFamilies

2007-10-24 Thread Ian Lynagh
Wed Oct 24 07:28:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * -ftype-families -> -XTypeFamilies M ./compiler/rename/RnNames.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Update base version to 3.0

2007-10-24 Thread Ian Lynagh
On Sun, Oct 07, 2007 at 08:09:35AM -0700, Donald Bruce Stewart wrote: > The base version in the 6.8 and head branch is behind the 6.6.1 branch. > This seems likely to be true of a bunch of other core libraries. It > means we can't reliably use cabal configurations to describe cabal files > that bui

patch applied (ghc-6.8/ghc): Correct a comment

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:45:49 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Correct a comment M ./compiler/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix ghc package in bindists; it wasn't adding the depenedency on readline

2007-10-24 Thread Ian Lynagh
Wed Oct 24 05:06:33 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix ghc package in bindists; it wasn't adding the depenedency on readline M ./Makefile +1 M ./compiler/Makefile -1 +1 M ./libraries/Makefile +4 ___ Cvs-ghc mailing list Cvs-ghc

patch applied (ghc-6.8/ghc): Fix installing the ghc package .hi files in a bindist

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:42:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the ghc package .hi files in a bindist M ./compiler/Makefile -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Build the manpage when building, not when installing

2007-10-24 Thread Ian Lynagh
Wed Oct 24 04:29:14 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Build the manpage when building, not when installing M ./docs/man/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-10-24 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 Tue Oct 23 19:30:03 BST 2007. checki

patch applied (ghc-6.8/ghc): Hack to make sure we get all the RTS ways in bindists

2007-10-24 Thread Ian Lynagh
Tue Oct 23 17:41:55 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Hack to make sure we get all the RTS ways in bindists M ./Makefile -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix installing the documentation in the bindists

2007-10-24 Thread Ian Lynagh
Tue Oct 23 16:46:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix installing the documentation in the bindists M ./Makefile -67 +11 M ./distrib/Makefile -28 +9 M ./distrib/Makefile-bin-vars.in +2 M ./docs/Makefile -1 +15 M ./docs/man/Makefile +9 M ./mk/install.mk +17 __

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

2007-10-24 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 Tue Oct 23 19:00:01 BST 2007.

patch applied (ghc): FIX #1791: fail with out-of-heap when allocating more than the max heap size in one go

2007-10-24 Thread Simon Marlow
Wed Oct 24 02:54:20 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * FIX #1791: fail with out-of-heap when allocating more than the max heap size in one go Normally the out-of-heap check is performed post-GC, but there are cases where we can detect earlier that we definitely have exhausted the

RE: [GHC] #1712: unknown symbol “glut Get”

2007-10-24 Thread Simon Peyton-Jones
Wolfgang | A test case would be the source of Grapefruit as of 2007-10-20. (I hope, | a patch will soon get into the Grapefruit repository which works around | other GHC bugs so that Grapefruit can be compiled with | GHC 6.8.0.20071019.) Sorry, but I don’t have the time to produce a small G

Daily report for head

2007-10-24 Thread BuildBot Collator
Build results: Old unexpected test passes: arrowrun004 8 x86-64 Linux head Old unexpected test failures: Base1 1 x86-64 Linux head unreg Church1 1 x86-64 Linux head unreg LoopOfTheDay1 1 x86-64 Linux head unreg PList1

Daily report for stable

2007-10-24 Thread BuildBot Collator
Build results: gabor stable:pass tnaur x86 Linux stable: fail (failed stage1) x86 Windows stable: lost x86 Windows stable fast: pass pass pass pass Old unexpected test passes: GMapAssoc5 gabor stable GMapTop 5 gabor stable arrowrun004 6 gabor