[nightly] 20-May-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-05-20 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Fri May 20 18:10:01 BST 2011. checking out new source tree

[nightly] 20-May-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-05-20 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Fri May 20 18:00:01 BST 2011. checking out new source tree

[PATCH] Fix RTS compiler error when DEBUG is defined.

2011-05-20 Thread Erik de Castro Lopo
Hi all, Before this patch the compiler errored out when printing a value of type StgWord32 with a "%d" format specifier. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ >From e8b26fdfb6cea7d2a32f96fa07bca6fe623b174e Mon

[commit: ghc] master: Fix small type in user guide. (e7dcbdc)

2011-05-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e7dcbdc7b68275d23debfec5f17074c55212eeb1 >--- commit e7dcbdc7b68275d23debfec5f17074c55212eeb1 Author: David Terei Da

[nightly] 20-May-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-05-20 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Fri May 20 18:10:01 BST 2011. checking out new s

Re: New libraries process

2011-05-20 Thread David Terei
I'd be happy to maintain the Pretty library. Cheers, David ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 20-May-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-05-20 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Fri May 20 18:00:01 BST 2011. checking out new source

[commit: ghc] ghc-generics: Simon's fixes to the generated type instances in Generics (d7fb8d3)

2011-05-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/d7fb8d371d3228774331a67db8da805b2d68f1c4 >--- commit d7fb8d371d3228774331a67db8da805b2d68f1c4 Author: Simon Pey

Re: Build failure

2011-05-20 Thread Johan Tibell
Duncan, didn't you add capabilities sets recently? On Fri, May 20, 2011 at 4:11 PM, Simon Peyton-Jones wrote: > I’m getting this build failure on a clean “sh validate” on Windows.  All the > configure stuff has happened from scratch.  Anyone got any ideas? > > Simon > > > > "inplace/bin/ghc-stage

Build failure

2011-05-20 Thread Simon Peyton-Jones
I'm getting this build failure on a clean "sh validate" on Windows. All the configure stuff has happened from scratch. Anyone got any ideas? Simon "inplace/bin/ghc-stage1.exe" -optc-Wall -optc-Werror -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-dec

Re: New libraries process

2011-05-20 Thread Johan Tibell
Hi Simon, On Fri, May 20, 2011 at 2:31 PM, Simon Peyton-Jones wrote: > But I understand you as saying "fine, let's try it and see". Lets try and see. > There's a balance isn't there?  Changing the API of a widely used library > imposes costs on lots of other people, and it's reasonable to take

RE: New libraries process

2011-05-20 Thread Simon Peyton-Jones
| I have re-read the entire document and I'm willing to try it out in | its current form. Great | I'd like to use the remainder of this email to note | my remaining reservations, to clarify my thinking on these issues if | nothing else. I think everyone is likely to be open to improvements, and

Re: New libraries process

2011-05-20 Thread Johan Tibell
Hi Simon, I have re-read the entire document and I'm willing to try it out in its current form. I'd like to use the remainder of this email to note my remaining reservations, to clarify my thinking on these issues if nothing else. Motivation and momentum == Keeping oneself mo

Re: New libraries process

2011-05-20 Thread Guy
On 19/05/2011 16:21, Daniel Fischer wrote: "At the very least ensure the code runs in Hugs and GHC, and on Windows and Linux." Is Hugs still alive? ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: RTS Scheduler Wiki-Page's description on Switching Context

2011-05-20 Thread Simon Marlow
On 19/05/2011 10:18, 吴兴博 wrote: Thanks! Now I have sense about the switching. There are more confusion. Please help me make it clear:) See this words in the quotation: "If the foreign call is short, we don't want to incur the cost of a context switch on returning" -> "but since we marked the Cap