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 Fri Jul 20 19:30:00 BST 2007.
checki
Thu Jul 19 09:39:20 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]>
* When registering base during installation, don't hide GHC.Prim
M ./libraries/installPackage.hs -20 +21
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listi
Hello,
On Friday 20 July 2007 11:24, Simon Marlow wrote:
> Thorkil Naur wrote:
> >
> >> $ cat concio001.hs
> >> import Control.Concurrent
> >>
> >> main = do
> >> forkIO $ do threadDelay 10; putStrLn "child"
> >> l <- getLine
> >> putStrLn $ "parent got <" ++ l ++ ">"
> >> $ make TEST=c
Thorkil Naur wrote:
$ cat concio001.hs
import Control.Concurrent
main = do
forkIO $ do threadDelay 10; putStrLn "child"
l <- getLine
putStrLn $ "parent got <" ++ l ++ ">"
$ make TEST=concio001.thr
...
$ ./concio001
child
First line
Second line
parent got
$ ./concio001
q
child
paren
Build results:
x86-64 Linux head: lost
gbesh Intel x86_64 Linux head: pass
mnemosyne x86-64 Gentoo head: pass
tnaur x86 Linux head: pass
x86-64 Linux head unreg: lost
Old unexpected test failures:
GMapAssoc 8 x86-64 Linux head
GMapTop 8
Fri Jul 20 00:03:12 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]>
* Really remove an obsolete test (print015)
M ./tests/ghc-regress/ghci.debugger/scripts/all.T -2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs
My excuses, and thanks for the notice Thorkil. Corrected now.
Cheers
pepe
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc