Re: validate on x86/MacOS

2007-07-12 Thread Manuel M T Chakravarty
That leaves Ian capably holding the GHC fort. (Concerning the tests below, Ian you decide!) Pepe fixed print022 yesterday. This leaves us with just break017. Manuel | -Original Message- | From: Manuel M T Chakravarty [mailto:[EMAIL PROTECTED] | Sent: 12 July 2007 05:56 | To: Manue

patch applied (testsuite): concio001: give the process a tiny little bit more time in the Makefile

2007-07-12 Thread chak
Thu Jul 12 21:27:05 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * concio001: give the process a tiny little bit more time in the Makefile - Although the test passed when run by itself, it did sometimes fail with validate as the timing just didn't work out on a loaded machine.

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

2007-07-12 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 Thu Jul 12 19:30:00 BST 2007. checki

Re: Space profile

2007-07-12 Thread Neil Mitchell
Hi Duncan, I wrote that several years ago when I was trying to track down a space leak in c2hs's C parser. I should really update it to read the machine-readable profile output format (rather than the silly excuse for a parser it has currently) and cabalise it and stick it on hackage. As a not

Re: Space profile

2007-07-12 Thread Duncan Coutts
On Thu, 2007-07-12 at 11:45 +0100, Neil Mitchell wrote: > Hi Simon, > > > For my OSCON tutorial I want to throw up a picture of > > * a time profile (text I guess) > > Are you aware of the graphical profile viewer for time profiles? It's > one of the demo programs shipped with Gtk2Hs. I've attac

patch applied (ghc): Adding draft and show to hpc

2007-07-12 Thread Andy Gill
Thu Jul 12 12:42:00 PDT 2007 [EMAIL PROTECTED] * Adding draft and show to hpc we now have hpc draft This drafts up a candidate overlay for 100% coverage. and hpc show This show verbose details about a tix file; mainly for debugging. M ./utils/h

patch applied (ghc): Fixing Hpc SrcSpan usage; rejecting SrcSpans that are not in the source file

2007-07-12 Thread Andy Gill
Thu Jul 12 10:16:46 PDT 2007 [EMAIL PROTECTED] * Fixing Hpc SrcSpan usage; rejecting SrcSpans that are not in the source file Now, if you #include a file, you do not get any hpc-info from the included file. Previously, you got wrong information. Thanks to Neil Mitchell for pointing

Re: Make functions for parallel (libraries/Makefile)

2007-07-12 Thread Peter Tanski
On Jul 12, 2007, at 4:04 AM, Simon Peyton-Jones wrote: Sounds very cool to me! But Ian and Simon are the gatekeepers on this. (Remember too that breakage in the build system is particularly painful for everyone else, so test well!) Thanks for the encouragement! I understand Simon Marlo

Re: Space profile

2007-07-12 Thread Ian Lynagh
On Thu, Jul 12, 2007 at 11:34:32AM +0100, Simon Peyton-Jones wrote: > For my OSCON tutorial I want to throw up a picture of > * a space profile (picture) I've put a representative sample of the heap profiles I had lying around here: http://urchin.earth.li/~ian/hp/ There's a .hp, .ps and .png

Re: Space profile

2007-07-12 Thread Neil Mitchell
Hi Simon, For my OSCON tutorial I want to throw up a picture of * a time profile (text I guess) Are you aware of the graphical profile viewer for time profiles? It's one of the demo programs shipped with Gtk2Hs. I've attached a screen shot of the a profile run for Catch. Thanks Neil <>_

Space profile

2007-07-12 Thread Simon Peyton-Jones
For my OSCON tutorial I want to throw up a picture of * a space profile (picture) * a time profile (text I guess) of a Haskell program. I don't have any interesting-looking one to hand. Do any of you? It doesn't matter much what -- I'm not going to go into details. Thanks. I could do this m

patch applied (testsuite): Accept output

2007-07-12 Thread Pepe Iborra
Thu Jul 12 01:52:31 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Accept output M ./tests/ghc-regress/ghci.debugger/scripts/print013.stdout -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Unfail some :print tests

2007-07-12 Thread Pepe Iborra
Wed Jul 11 03:24:23 PDT 2007 Pepe Iborra <[EMAIL PROTECTED]> * Unfail some :print tests M ./tests/ghc-regress/ghci.debugger/scripts/all.T -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: validate on x86/MacOS

2007-07-12 Thread Pepe Iborra
I will be looking at them during today and tomorrow. print022 seems to be failing on some architectures but not in others, if I recall correctly, and for break017 I want to verify that the output is consistent among architectures, and then accept it. Luckily I have Mac Os and Debian at hand

RE: Make functions for parallel (libraries/Makefile)

2007-07-12 Thread Simon Peyton-Jones
Sounds very cool to me! But Ian and Simon are the gatekeepers on this. (Remember too that breakage in the build system is particularly painful for everyone else, so test well!) Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Tanski | Se

RE: validate on x86/MacOS

2007-07-12 Thread Simon Peyton-Jones
Friends, Simon M has gone to WG2.8, and will be away all next week too, returning 23 July. I'm here till Friday, then away for 2 weeks (WG2.8, then OSCON), returning 30 July. So that means that you won't hear much from Simon+Simon for the next little while. That leaves Ian capably holding the