[nightly] 06-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-03-06 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 06-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

Static Flags and the GHC API

2007-03-06 Thread Judah Jacobson
Hi all, I've run across an issue in HEAD regarding the GHC API (trac #1181). Code that worked under ghc-6.6 (eg, http://haskell.org/haskellwiki/GHC/As_a_library) currently panics with the message "a static opt was looked at too early!" If you set the static flags manually (eg via StaticFlags.par

[nightly] 06-Mar-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-03-06 Thread GHC Build Reports
Build description = 6.6 branch 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-6.6-cam-02-unx Nightly build started on cam-02-unx at Tue Mar 6 19:00:01 GMT 2007.

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

2007-03-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 Tue Mar 6 19:30:00 GMT 2007. checkin

patch applied (testsuite): add test for #986

2007-03-06 Thread Simon Marlow
Tue Mar 6 07:54:50 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add test for #986 M ./tests/ghc-regress/concurrent/should_run/Makefile +5 M ./tests/ghc-regress/concurrent/should_run/all.T +2 A ./tests/ghc-regress/concurrent/should_run/conc068.hs A ./tests/ghc-regress/concurrent/

patch applied (ghc-6.6/ghc): workerTaskStop(): set task-> cap = NULL

2007-03-06 Thread Simon Marlow
Tue Mar 6 06:04:53 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * workerTaskStop(): set task->cap = NULL avoids an assertion failure in newBoundTask() M ./rts/Task.c +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc): Remove outdated libraries/doc/libraries.xml and libraries/doc/libtable.xml

2007-03-06 Thread Ian Lynagh
Tue Mar 6 07:26:54 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove outdated libraries/doc/libraries.xml and libraries/doc/libtable.xml R ./libraries/doc/libraries.xml R ./libraries/doc/libtable.xml ___ Cvs-ghc mailing list Cvs-ghc@haskell.o

patch applied (ghc): add noDuplicate#

2007-03-06 Thread Simon Marlow
Tue Mar 6 06:31:12 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * add noDuplicate# This primop ensures that the current computation is not being duplicated, by calling threadPaused(). The idea is to use it inside unsafePerformIO/unsafeInterleaveIO (see #986). M ./compiler/prelude/primo

patch applied (ghc): THREADED_RTS: use cas() when claiming thunks

2007-03-06 Thread Simon Marlow
Tue Mar 6 06:27:32 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * THREADED_RTS: use cas() when claiming thunks I guess I forgot to do this the first time around; the upshot is that there could be some uncaught duplication of work on a multiprocessor (but unlikely). M ./rts/ThreadPaused.

patch applied (ghc): workerTaskStop(): set task->cap = NULL

2007-03-06 Thread Simon Marlow
Tue Mar 6 06:04:53 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * workerTaskStop(): set task->cap = NULL avoids an assertion failure in newBoundTask() M ./rts/Task.c +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/l

patch applied (ghc): disable -Wbad-function-cast; it' s hard/impossible to work around

2007-03-06 Thread Simon Marlow
Tue Mar 6 05:55:43 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * disable -Wbad-function-cast; it's hard/impossible to work around M ./rts/Makefile -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): remove vestiges of CCallable/CReturnable

2007-03-06 Thread Simon Marlow
Tue Mar 6 04:35:33 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * remove vestiges of CCallable/CReturnable M ./rts/PrimOps.cmm -18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove references to the in-tree building guide from teh old commentary

2007-03-06 Thread Ian Lynagh
Tue Mar 6 06:47:24 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove references to the in-tree building guide from teh old commentary M ./docs/comm/genesis/genesis.html -1 +1 M ./docs/comm/genesis/makefiles.html -2 +2 ___ Cvs-ghc mailing list

patch applied (ghc): Remove old references to the in-tree building guide

2007-03-06 Thread Ian Lynagh
Tue Mar 6 06:43:41 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove old references to the in-tree building guide M ./README -10 +7 M ./libraries/doc/libraries.xml -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mail

patch applied (ghc-6.6/ghc): Remove references to the in-tree building guide from teh old commentary

2007-03-06 Thread Ian Lynagh
Tue Mar 6 06:47:24 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove references to the in-tree building guide from teh old commentary M ./docs/comm/genesis/genesis.html -1 +1 M ./docs/comm/genesis/makefiles.html -2 +2 ___ Cvs-ghc mailing list

patch applied (ghc-6.6/ghc): remove old building guide, change links to point to the wiki

2007-03-06 Thread Ian Lynagh
Tue Mar 6 06:42:56 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * remove old building guide, change links to point to the wiki M ./ANNOUNCE -1 +1 M ./README -10 +7 M ./docs/Makefile -1 +1 R ./docs/building/ R ./docs/building/Makefile R ./docs/building/building.xml M ./do

patch applied (testsuite): Add a test (TH_reifyDecl2) for trac #1199

2007-03-06 Thread Ian Lynagh
Tue Mar 6 05:07:08 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a test (TH_reifyDecl2) for trac #1199 A ./tests/ghc-regress/th/TH_reifyDecl2.hs A ./tests/ghc-regress/th/TH_reifyDecl2.stderr M ./tests/ghc-regress/th/all.T +1 ___ Cvs-ghc

patch applied (ghc-6.6/testsuite): Add a test (TH_reifyDecl2) for trac #1199

2007-03-06 Thread Ian Lynagh
Tue Mar 6 05:07:08 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a test (TH_reifyDecl2) for trac #1199 A ./tests/ghc-regress/th/TH_reifyDecl2.hs A ./tests/ghc-regress/th/TH_reifyDecl2.stderr M ./tests/ghc-regress/th/all.T +1 ___ Cvs-ghc

patch applied (ghc-6.6/testsuite): Test ghci018 for ghci running splices multiple times (trac #1201)

2007-03-06 Thread Ian Lynagh
Tue Mar 6 04:50:46 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Test ghci018 for ghci running splices multiple times (trac #1201) M ./tests/ghc-regress/ghci/scripts/all.T +1 A ./tests/ghc-regress/ghci/scripts/ghci018.script A ./tests/ghc-regress/ghci/scripts/ghci018.stdout __

patch applied (testsuite): Test ghci018 for ghci running splices multiple times (trac #1201)

2007-03-06 Thread Ian Lynagh
Tue Mar 6 04:51:55 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Test ghci018 for ghci running splices multiple times (trac #1201) M ./tests/ghc-regress/ghci/scripts/all.T +2 A ./tests/ghc-regress/ghci/scripts/ghci018.script A ./tests/ghc-regress/ghci/scripts/ghci018.stdout __

[nightly] 05-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-03-06 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 05-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

patch applied (ghc): fix the timer_create() test

2007-03-06 Thread Simon Marlow
Tue Mar 6 01:35:25 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * fix the timer_create() test M ./aclocal.m4 -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc