Re: patch applied (ghc): Add assertion for arity match (checks Trac #2844)

2008-12-10 Thread Ian Lynagh
On Tue, Dec 09, 2008 at 10:41:27AM +, Simon Peyton-Jones wrote: > > => openFile008(normal) > cd ./lib/IO && 'c:/simonpj/darcs/HEAD/ghc/stage2-inplace/ghc' -fforce-recomp > -dcore-lint -dcmm-lint -Di386_unknown_mingw32 -dno-debug-output -o > openFile008 openFile008.hs>openFile008.com

Re: patch applied (ghc): Add assertion for arity match (checks Trac #2844)

2008-12-10 Thread Ian Lynagh
On Wed, Dec 10, 2008 at 03:38:53PM +, Thomas Schilling wrote: > > 2008/12/10 Simon Marlow <[EMAIL PROTECTED]>: > > Simon Marlow wrote: > >> > >> Simon Peyton-Jones wrote: > >>> > >>> On Windows (MSYS) I get several failures that I'm pretty sure have been > >>> there for a while. They seem to

Re: Problem linking installPackage when SplitObjs=NO

2008-12-10 Thread Matthias Kilian
On Tue, Dec 02, 2008 at 08:53:09AM +, Simon Marlow wrote: > >Patch attached. If it's not too stupid (autoconf-wise), it would > >be nice if someone could apply it upstream. Applying it to other > >operating systems (if necessary) shouldn't be too difficult. > > Does this work with GHCi too? i.

patch applied (/haskell/ghc): GHC6 is now maintained in Arch by Vesa Kaihlavirta and Don Stewart

2008-12-10 Thread Ian Lynagh
Wed Dec 10 13:43:44 EST 2008 Ian Lynagh <[EMAIL PROTECTED]> * GHC6 is now maintained in Arch by Vesa Kaihlavirta and Don Stewart M ./distribution_packages.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/list

patch applied (/haskell/ghc): Kari Pahula now maintains GHC in Debian

2008-12-10 Thread Ian Lynagh
Wed Dec 10 13:41:53 EST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Kari Pahula now maintains GHC in Debian M ./distribution_packages.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 10-Dec-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-12-10 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Wed Dec 10 18:00:01 GMT 2008. checking out

patch applied (ghc): Fix user guide typesetting

2008-12-10 Thread Ian Lynagh
Wed Dec 10 08:54:34 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix user guide typesetting M ./docs/users_guide/glasgow_exts.xml -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081210165434-3fd76-b991529fce423b84a7fbe1505e4b961714a894b6.gz

patch applied (testsuite): FIX #1364: added tests for C finalizers.

2008-12-10 Thread Simon Marlow
Wed Dec 10 07:09:59 PST 2008 Ivan Tomac <[EMAIL PROTECTED]> * FIX #1364: added tests for C finalizers. Patch amended by Simon Marlow: - Test addForeignPtrFinalizerEnv too M ./tests/ghc-regress/ffi/should_run/all.T +7 A ./tests/ghc-regress/ffi/should_run/fptr01.h A ./tests

Re: patch applied (ghc): Add assertion for arity match (checks Trac #2844)

2008-12-10 Thread Thomas Schilling
My validate always has process008 failing (missing printf). The rest is fine. 2008/12/10 Simon Marlow <[EMAIL PROTECTED]>: > Simon Marlow wrote: >> >> Simon Peyton-Jones wrote: >>> >>> | Hooray for the testsuite and validate: out of 2000+ tests, there was >>> | exactly 1 (ONE) that demonstrated t

patch applied (ghc): FIX #1364: added support for C finalizers that run as soon as the value is not longer reachable.

2008-12-10 Thread Simon Marlow
Wed Dec 10 07:04:25 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #1364: added support for C finalizers that run as soon as the value is not longer reachable. Patch originally by Ivan Tomac <[EMAIL PROTECTED]>, amended by Simon Marlow: - mkWeakFinalizer# commoned up with mkWea

Re: patch applied (ghc): Add assertion for arity match (checks Trac #2844)

2008-12-10 Thread Simon Marlow
Simon Marlow wrote: Simon Peyton-Jones wrote: | Hooray for the testsuite and validate: out of 2000+ tests, there was | exactly 1 (ONE) that demonstrated this bug, and it was in a test for the | System.Random library of all things. This serves as a reminder to all of | us: any test failure sho

patch applied (testsuite): add test for #2838

2008-12-10 Thread Simon Marlow
Tue Dec 9 03:44:10 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #2838 A ./tests/ghc-regress/codeGen/should_run/2838.hs A ./tests/ghc-regress/codeGen/should_run/2838.stdout A ./tests/ghc-regress/codeGen/should_run/2838.stdout-ws-64 M ./tests/ghc-regress/codeGen/shoul

patch applied (ghc-6.10/ghc): Fix (part of) #2868: do load-balancing when there's only one spark

2008-12-10 Thread Simon Marlow
Wed Dec 10 06:42:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix (part of) #2868: do load-balancing when there's only one spark M ./rts/Inlines.c +2 M ./rts/Schedule.c -3 +5 M ./rts/Sparks.h -13 +13 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081210

patch applied (ghc): On FreeBSD, try MAP_FIXED if ordinary mmap() fails to give us suitable memory

2008-12-10 Thread Simon Marlow
Wed Dec 10 03:57:51 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * On FreeBSD, try MAP_FIXED if ordinary mmap() fails to give us suitable memory This appears to be necessary on FreeBSD. It might be necessary on other OSs too, but I'm being cautious because using MAP_FIXED can lead to crashe

patch applied (ghc): Document hs_init() infelicity (#2863)

2008-12-10 Thread Simon Marlow
Tue Dec 9 08:43:22 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Document hs_init() infelicity (#2863) M ./docs/users_guide/bugs.xml +18 M ./docs/users_guide/ffi-chap.xml -1 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081209164322-12142-c3745f6c7cbad52059d5d4fbb1

Re: Panic when building head with profiling

2008-12-10 Thread Simon Marlow
I'm seeing a different, but related, error: ghc: panic! (the 'impossible' happened) (GHC version 6.11.20081209 for x86_64-unknown-linux): CoreToStg.myCollectArgs (__scc {trivColorable ghc-6.11.20081209:MachRegs !} ghc-6.11.20081209:MachRegs.isSqueesed{v ra} [gid] 0 0) eta

Re: patch applied (ghc): Add assertion for arity match (checks Trac #2844)

2008-12-10 Thread Simon Marlow
Simon Peyton-Jones wrote: | Hooray for the testsuite and validate: out of 2000+ tests, there was | exactly 1 (ONE) that demonstrated this bug, and it was in a test for the | System.Random library of all things. This serves as a reminder to all of | us: any test failure should be treated as suspi

Re: Daily report for stable

2008-12-10 Thread Simon Marlow
Ian Lynagh wrote: On Tue, Dec 09, 2008 at 09:59:47AM +, Simon Marlow wrote: Ian Lynagh wrote: On Mon, Dec 08, 2008 at 12:31:40PM +, Simon Marlow wrote: I think the tables in the HTML output are missing the elements - I don't see any line breaks in Thunderbird, and viewing the HTML in

Daily report for stable

2008-12-10 Thread BuildBot Collator
Build results: kili stable: fail (failed stage2 runtestsuite) tnaur x86 Linux stable: pass tnaur x86 OS X stable: pass x86 Linux stable:pass x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass x86-64 Linux stable: pass Old unexpected test pas