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