Here are some bug stats, first for Wine as a whole, then for a couple subsystems:
Overall: 313 fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=r... 333 fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=r... 1979 total open at moment http://bugs.winehq.org/buglist.cgi?product=Wine&bug_status=UNCONFIRMED&a...
Not bad - things are getting fixed twice as fast this summer as earlier (roughly speaking).
But look at these two subsystems:
MSI: 24 MSI bugs were fixed in the first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&c... But 53 were fixed just this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&c... And at the moment, 40 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&b...
Richedit: 7 bugs fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&... 15 bugs fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&... 18 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&...
Wow. We're on fire, especially when it comes to fixing msi and richedit bugs! - Dan
On 8/25/06, Dan Kegel dank@kegel.com wrote:
Here are some bug stats, first for Wine as a whole, then for a couple subsystems:
Overall: 313 fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=r... 333 fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&changedin=&chfield=r... 1979 total open at moment http://bugs.winehq.org/buglist.cgi?product=Wine&bug_status=UNCONFIRMED&a...
Not bad - things are getting fixed twice as fast this summer as earlier (roughly speaking).
But look at these two subsystems:
MSI: 24 MSI bugs were fixed in the first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&c... But 53 were fixed just this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&c... And at the moment, 40 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-msi&b...
Richedit: 7 bugs fixed in first half of 2006: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&... 15 bugs fixed this summer: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&... 18 remain open: http://bugs.winehq.org/buglist.cgi?product=Wine&component=wine-richedit&...
Wow. We're on fire, especially when it comes to fixing msi and richedit bugs!
- Dan
These are great stats to hear! Does anyone know of an easy way to view these stats visually, ie with a bar graph over a specified time interval, pick your components/resolutions, etc? That would be really nice.
These are great stats to hear! Does anyone know of an easy way to view these stats visually, ie with a bar graph over a specified time interval, pick your components/resolutions, etc? That would be really nice.
You can create graphs with the GD library in php.
On 8/25/06, Dan Kegel dank@kegel.com wrote:
Here are some bug stats, first for Wine as a whole, then for a couple subsystems:
I used the bugzilla query that basically said: (resolution == FIXED && resolution changed to FIXED && resolution changed after 200x && resolution changed before 200x+1)
2002: 182 2003: 280 2004: 270 2005: 775 2006: 615
We have four months left in the year and we're only 160 bugs away from equaling 2005's bug fix count. We're averaging ~2.5 bugs fixed a day, so if this trend continues, we should end the year with 916 bugs fixed. That's 301 bugs in four months, which fits well with the trend of ~300 bugs per season in 2006. We should really generate these stats on the fly, as well as patch and commit count, and display these on winehq, because these are numbers to be proud of. Keep up the great work guys, and let's fix these bugs!