Thursday, 1 May 2008

Letting go of my baby

I just added two new developers to the reportbug project on Alioth, Sandro Tosi and Y Giridhar Appaji Nag, who seem to be enthusiastic about working through the big backlog of bug reports and wishlist requests associated with the package. Since my Debian-related interests are largely elsewhere these days, mostly focused on R stuff that has a more tangible relationship with my research (and by extension my future job mobility and/or tenurability) and a few other infrastructural things in Debian (primarily LSB support and printing), I think this is a good development overall. But still, when you’ve been hacking away at something for almost nine years it’s hard not to develop a bit of a sentimental attachment to it. I still plan to be doing some hacking away at reportbug, but hopefully the new blood can take the lead in terms of day-to-day maintenance while I work on some of the desperately-needed code refactoring issues with the software.

Monday, 14 August 2006

reportbug gaining interfaces

After what charitably may be two years of stagnation, reportbug is gaining a couple of new interfaces soon. Probably the more high-profile effort—and the one that’s closer to primetime—is Philipp Kern’s “Summer of Code” project to add a Gnome2 interface to reportbug, which should be hitting the experimental distribution soon.

Meanwhile, I’ve started fiddling with the urwid library and have made startlingly rapid progress constructing a UI with it, even though I am still getting the hang of the widget system… some widgets just refuse to go inside other widgets in ways that are not completely obvious to me, leading to strange runtime exceptions that are hard to debug. In any event, before it hits the mirrors, there’s more stuff to be done—most notably, the bug tracking system query interface (I haven’t even started tackling that yet) and figuring out how to suspend the urwid session to launch an editor that may want to use the console. On the latter point, I may go back to running each dialog as a separate session, which would also give me the console log back.