Emacs Bug Trends

I had cold recently (well, I still have), so I amused myself by going through the Emacs bugs database and fixing documentation related bug reports.  Should be safe enough to do even with a fever.

Anyway, I started wondering: Are things getting better or are things getting worse?  The Emacs bug statistics charts aren’t really all that helpful:

Emacs bugs over the past year

Uhm…  there’s a pixel more in January…  and then one less in February…  and then…  er…

So I wrote a little thing to download the debbugs database and used a JS library to plot the data. (You can examine a “live” version here with zooming and stuff.)

emacs-all

OK, things are getting worse.  Apart from the discontinuities in the chart (all four of them from when Glenn Morris and I have been doing bug triages and closing outdated bug reports), Emacs is gaining about two unclosed bug reports per day.

(And don’t look too closely at the data from the last couple of months.  It turns out that the debbugs database doesn’t have a data field for closure dates, but only a “last modified” thing, and closed bugs are archived after one month.  So I transposed that date a month into the past for older bugs, but that left March without any closed bugs, so I randomly distributed closures from April to March, and in April there was more bug triaging going on, and aaaargh.)

But what about if we exclude all the wishlist items?  After all, those aren’t bugs…

emacs-not-wishlist

Not really much of a difference.  But does the unclosed rate depend on people reporting more bugs or the maintainers not fixing the bugs?

emacs-opened

Nope, the reporting rate is amazingly linear.  It’s the rate of closures that veers…

Looking more closely at the data, the top ten bug closers (and I’m not including the “technical closers”) are responsible for 70% of bug closures.  They’re doing an awesome job, day in day out.  It’s something I certainly couldn’t do on such a consistent basis.  But still, more people are needed…

I wondered about why that almost-two-year-stretch of flat bug reports ended in the start of 2013, and I think that’s explained by Chong Yidong stepping down as co-maintainer.  He totally slew at fixing bugs, the data seems to suggest.

In conclusion: Emacs needs more people to help out with bugs.

http://i2.kym-cdn.com/photos/images/original/000/272/461/2a0.jpg

2 thoughts on “Emacs Bug Trends”

  1. > In conclusion: Emacs needs more people to help out with bugs.

    No, what Emacs needs is more tutorials, workshops, and conferences to bring people up to emacs internals, emacs architecture, emacs coding best practices, emacs core principles, and even how to communicate with other emacs devs from around the world.

Leave a Reply