Behdad Esfahbod's daily notes on GNOME, Pango, Fedora, Persian Computing, Bob Dylan, and Dan Bern!

My Photo
Name:
Location: Toronto, Ontario, Canada

Ask Google.

Contact info
Google
Hacker Emblem Become a Friend of GNOME I Power Blogger
follow me on Twitter
Archives
July 2003
August 2003
October 2003
November 2003
December 2003
March 2004
April 2004
May 2004
July 2004
August 2004
September 2004
November 2004
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
July 2008
August 2008
October 2008
November 2008
December 2008
January 2009
March 2009
April 2009
May 2009
June 2009
July 2009
August 2009
November 2009
December 2009
March 2010
April 2010
May 2010
June 2010
July 2010
October 2010
November 2010
April 2011
May 2011
August 2011
September 2011
October 2011
November 2011
November 2012
June 2013
January 2014
May 2015
Current Posts
McEs, A Hacker Life
Monday, April 10, 2006
 My Bug Fixing Attitude

As everybody else on Planet GNOME, I'm going to reveal my secret bug hunting attitude:

What is your bug hunting attitude?

Update: The script is here Update 2: The output of the script should be AND'ed together. I needed to close 27 bugs, open 20, and add 101 other comments for my points to round to 20.

Comments:
You are a king among men.
 
Script fails for me:

1019 newren@Miney:tmp/blablabla$ ./gnome-points 1651 294 221
File "./gnome-points", line 24
return sum (math.log (x,y) for (x,y) in zip ([comments, closed, opened], bases))
^
SyntaxError: invalid syntax
 
Humm, the syntax I used (generator comprehensions) need Python 2.4. Just converted it to use list comprehensions instead, so it should run now.
 
point-whore ;)
 
Maybe it should contact bugzilla and grab the points information itself.
 
That's what I tried first! After coding the sed and when time came to try it out, I figured the bugzilla page requires login. That's not impossible, but not worth the time.
 
There's a problem with your script :
all values are rounded ! So it tells you that you will reach 19 points when it fact you will have 18.51 (and 18 will still be displayed )


This should be added as a module in bugzilla so we can report bug against it ! :-D
 
No, when you are 18.51, bugzilla.gnome.org will show 19. The script knows what it's doing, really.
 
Apologies then.. It's just that the script is telling me I have 15 but bugzilla still shows me 14.

But, anyway, your script is awful. I've done 2 hours of bug triaging just to test this and I'm really hungry now !

Thanks for that ;-)
 
Just wait an hour before the cron job updates your points :).
 
To display the real value that the Bugzilla account shows you must use math.ceil in the 2 places where the level appears.
 
Post a Comment



<< Archive
<< Home