wiki:BugSprintJune2009

The Boost Bug Sprint is modeled on the Ubuntu bug sprints. The idea is to focus on dealing with Trac tickets (bugs, feature requests, tasks, etc) for a short period of time, and reduce the number of open issues dramatically.

The boost bug sprint starts Saturday, June 5th 2010 and runs through Sunday June 13th.

What can you do?

You can fix bugs

  • If you are a library maintainer, you can commit your fixes.
  • If you are not a library maintainer, you can fix a problem on your local machine (and test it!!), and then attach your fix as a patch to the Trac ticket for the library maintainer to commit. If you do this, please provide a test case that exercises the problem; i.e, one that fails w/o your patch, and succeeds afterwards.

You can characterize bugs

  • You can attempt to replicate the bug on your system(s), and attach information that you discover to the Trac ticket. This will make it easier for other people to solve the problem, even if you cannot.
  • You can write test cases demonstrating the problem, and attach them to the Trac ticket.
  • You can determine if the bug still exists; sometimes they get fixed, and the ticket never gets closed. In this case, try to identify a checkin that addresses the bug; it's always suspicious when bugs go away "by accident."

You can test patches

  • Some of the tickets in the Trac system contain patches - some are quite old. You can install these patches on your system, and determine if they (a) build, and (b) work. If you do this, please provide detail. Don't just say "works for me" - say "I installed this over revision XXX on system YYY with compiler ZZZ. The patch installed and compiled successfully, and passed all the tests."
  • You can write test cases for the patches, and attach them to the ticket.

You can help implement new features

  • There are a whole set of "feature requests" in the Trac system. If you have an idea about one of these, you can add comments to the Trac system. You can attempt to implement these new features, and attach the patch to the ticket. (Don't forget the test cases!!).
Last modified 12 years ago Last modified on Jun 7, 2010, 1:56:38 PM
Note: See TracWiki for help on using the wiki.