On Tue, Dec 18, 2007 at 09:51:02AM +, Simon Marlow wrote:
> Stefan O'Rear wrote:
>
>> How about something like:
>>
>> data Cookie = C { getData :: L.ByteString }
>> fetchURL :: URI -> Cookie -- sends request when forced, reads
>> responce when deeply forced
>>
>> {- sample implementa
Tue Dec 18 06:45:05 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* More bindist-publishing fixes and refactoring
M ./Makefile -6 +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
hunk ./rts/Exception.cmm 217
+ loop:
+if (StgTSO_what_next(target) == ThreadRelocated::I16) {
+target = StgTSO_link(target);
+goto loop;
+}
Cheers,
Simon
> -Original Message-
> From: Christian Maeder [mailto:[EMAIL PROTECTED]
> Sent
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 Mon Dec 17 19:30:00 GMT 2007.
checki
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 Mon Dec 17 19:00:00 GMT 2007.
Stefan O'Rear wrote:
How about something like:
data Cookie = C { getData :: L.ByteString }
fetchURL :: URI -> Cookie -- sends request when forced, reads
responce when deeply forced
{- sample implementation, ignores the existance of multiple servers and
the Connection: close header -
Tue Dec 18 01:27:31 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* add test for #1980
A ./tests/ghc-regress/concurrent/should_run/1980.hs
M ./tests/ghc-regress/concurrent/should_run/all.T +2
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://ww
Mon Dec 17 08:46:10 PST 2007 Simon Marlow <[EMAIL PROTECTED]>
* FIX #1980: must check for ThreadRelocated in killThread#
M ./rts/Exception.cmm +5
___
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc
Build results:
x86-64 Linux head: lost
x86 Windows head: fail (failed publishbindist)
x86 Windows head fast: pass pass pass pass pass pass
gbesh Intel x86_64 Linux head: pass
kahl G5 Gentoo Linux head: pass
tnaur x86 Linux head: pass
x86-64 Linux head u