Re: http://dlang.org/bugstats.php

2012-01-21 Thread Daniel Murphy
The bugzilla links up the top don't work for me.

Are you inculding dups in the resolved count? 




Re: http://dlang.org/bugstats.php

2012-01-21 Thread Brad Roberts
On 1/21/2012 11:18 PM, Andrei Alexandrescu wrote:
> We just put together a page that counts the bugs per category. It's linked 
> from "Bug tracker" in the navigation panel.
> 
> http://dlang.org/bugstats.php
> 
> The format is sketchy. Looking forward to your suggestions for improvements.
> 
> 
> Andrei

Please see my comments on that commit.  The way you've implemented it about the 
most expensive way possible for both my
server and the dlang.org server.


Re: http://dlang.org/bugstats.php

2012-01-21 Thread Jonathan M Davis
On Sunday, January 22, 2012 01:18:04 Andrei Alexandrescu wrote:
> We just put together a page that counts the bugs per category. It's
> linked from "Bug tracker" in the navigation panel.
> 
> http://dlang.org/bugstats.php
> 
> The format is sketchy. Looking forward to your suggestions for improvements.

Looks pretty good, though it does take a while to fully load. I'd advise 
removing the decimal points from the bug counts. You can't have partial bugs, 
and with 3 decimal places, it starts looking like the European version of the 
thousands separator.

- Jonathan M Davis


http://dlang.org/bugstats.php

2012-01-21 Thread Andrei Alexandrescu
We just put together a page that counts the bugs per category. It's 
linked from "Bug tracker" in the navigation panel.


http://dlang.org/bugstats.php

The format is sketchy. Looking forward to your suggestions for improvements.


Andrei