Changes between Initial Version and Version 1 of BugSprintJune2009


Ignore:
Timestamp:
May 29, 2009, 5:17:09 PM (13 years ago)
Author:
Marshall Clow
Comment:

Created Page

Legend:

Unmodified
Added
Removed
Modified
  • BugSprintJune2009

    v1 v1  
     1The Boost Bug Sprint is modeled on the Ubuntu bug sprints.
     2The 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.
     3
     4The boost bug sprint starts Friday, May 29, 2009, and runs through Sunday June 7th.
     5
     6What can you do?
     7
     8== You can fix bugs ==
     9 * If you are a library maintainer, you can commit your fixes.
     10 * 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.
     11
     12== You can characterize bugs ==
     13 * 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.
     14 * You can write test cases demonstrating the problem, and attach them to the Trac ticket.
     15 * 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."
     16
     17== You can test patches ==
     18 * 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."
     19 * You can write test cases for the patches, and attach them to the ticket.
     20
     21== You can help implement new features ==
     22 * 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!!).
     23
     24