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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
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
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
__
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.
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
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
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
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
31 matches
Mail list logo