Re: [GHC] #8173: GHC uses nub

2013-09-27 Thread Kim-Ee Yeoh
Salam Muhaimin, So to answer my own question, the current practice seems to be to just eyeball > Geometric Mean -0.0% -0.0% -0.3% -0.1% +0.1% and if the numbers are within historical epsilons of 0, that means no change. For a moment, I thought this was some erraticall

Re: Trac emails for CC additions

2013-09-27 Thread Joachim Breitner
Hi, Am Freitag, den 27.09.2013, 09:11 -0400 schrieb Simon Marlow: > Can we stop Trac from sending an email when someone adds themselves to > the CC list of a ticket, without making any other changes to the ticket? > It's hard to filter these automatically. if I may add another trac wishlist:

Re: [GHC] #8173: GHC uses nub

2013-09-27 Thread Muhaimin Ahsan
Kim-Ee, The updated fib-analyse report from a few hours ago is posted here: https://gist.github.com/leroux/6725810#file-headvordnub-analysis-L2988 Comment (http://ghc.haskell.org/trac/ghc/ticket/8173#comment:9) Sorry for the misunderstanding. Muhaimin On Sep 27, 2013, at 3:56 PM, Kim-Ee Yeoh

Re: [GHC] #8173: GHC uses nub

2013-09-27 Thread Kim-Ee Yeoh
On Fri, Sep 27, 2013 at 8:14 PM, GHC wrote: > A 5% improvement in compile time is remarkable, if it's true. Great! But > I'm always worried about the noise in compile times measured in seconds. > Does anyone else think the noise in runtimes is alarming considering that the following is the fi

Trac emails for CC additions

2013-09-27 Thread Simon Marlow
Can we stop Trac from sending an email when someone adds themselves to the CC list of a ticket, without making any other changes to the ticket? It's hard to filter these automatically. Cheers, Simon ___ ghc-devs mailing list ghc-devs@haskell.

Re: recomp013

2013-09-27 Thread Simon Marlow
I have the "sleep 1" in my tree, will commit after my next validate round. Cheers, Simon On 27/09/2013 10:14, Nicolas Frisby wrote: The test as in the repo also fails on my Mac (18 out of 20 times in a row). Adding a 'sleep 1' before the second set of echo commands makes it succeed (20 out of 2

Trac DefaultCcPlugin

2013-09-27 Thread Simon Marlow
Could we install this plugin in the Trac please? http://trac-hacks.org/wiki/DefaultCcPlugin This will mean that I can be automatically added to the CC list of any ticket where the component is set to "Runtime System", for example. Cheers, Simon __

Re: recomp013

2013-09-27 Thread Nicolas Frisby
The test as in the repo also fails on my Mac (18 out of 20 times in a row). Adding a 'sleep 1' before the second set of echo commands makes it succeed (20 out of 20 times in a row). On Mon, Sep 23, 2013 at 7:43 AM, Simon Peyton-Jones wrote: > No, it fails on Linux. Mostly but not invariably. R