denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_dev2011-08-18 12:21 am
Entry tags:

Bugzilla cleanup: unassigning "abandoned" bugs

We currently have 196 bugs in the ASSIGNED state, many of which have been assigned for a while, or are assigned to people who seem to have left DW development. In order to clean up Bugzilla a bit, and in order to make sure that wanted features don't wind up languishing further, I will be going through Bugzilla sometime in the next week or two and unassigning "abandoned" bugs -- bugs that are in the ASSIGNED state that have had no activity on them since 1 January 2011.

If you have a bug assigned to you that has had no activity since then, and you do still intend to work on the bug, just leave a comment on it saying "Still working on this!" If I unassign a bug for appearing abandoned and you're still intending to work on it, feel free to reassign it back to you.

If there's a bug you have a partial patch written for and have gotten stuck, and the reason the bug looks abandoned is that you haven't been able to get past the stuck-ness, you can attach the patch to the bug without adding either the review or commit flags. Be sure to label the patch "partial implementation", or note in the comments when you attach the patch that it's not a working patch!

If there's a bug that you wrote a patch for and the patch didn't pass review, and the bug hasn't been touched since 1 January 2011 to revise the patch based on the review, I'll unassign the bug for someone to come along and update the patch and revise it based on the review feedback. If this happens, you'll still be credited for the patch!
tyggerjai: (Default)

[personal profile] tyggerjai 2011-08-18 02:02 pm (UTC)(link)
I think with 90 I really got as far as "This really should work unless I've missed something obvious". Trouble is, it had tentacles all through other stuff - I need to check my correspondence outside bugzilla because I'm pretty sure Kareila and I had a discussion about much needed refactoring because there was no canonical list of user classes - there were at least 2 different things that used the "anon/logged in/logged in and trusted" heirarchy, but they each had their own list .. etc. So I'll dust off my code and try to find my latest patch and see if it still kinda fits the code as it is now. but from memory, when I left it, it was basically working.
tyggerjai: (Default)

[personal profile] tyggerjai 2011-08-18 02:14 pm (UTC)(link)
This gig or something else will continue to suck time for a while, but I may be able to squeeze a few hours out here and there. I need to finish unpacking and sort out my study, then I can be much more efficient with actual projects. Just in time to move again, probably...
tyggerjai: (Default)

[personal profile] tyggerjai 2011-08-18 02:04 pm (UTC)(link)
Actually, I did upload a patch for it. I'll upload my test notes, and take a quick look at my dreamhack to see if that patch represents the latest state of my code, but feel free to run that patch and see if it even patches against the current tree :)
tyggerjai: (Default)

[personal profile] tyggerjai 2011-08-18 02:28 pm (UTC)(link)
Whee, comment storm. I've found another patch. I recall at some point realising I'd misunderstood a chunk of the logic behind one of the tests. I think the patch I'm about to upload fixes that :) I've also found my testing matrix, which basically stops at the captcha, but seems to indicate that everything was ok up to there.