Open main menu

CDOT Wiki β

Changes

Delta debugging framework

602 bytes added, 01:03, 17 November 2006
Project Task List
([[#top|↑ top]])
<table style="width: 100%;" class="standard-table" border="1" cellpadding="02" cellspacing="0">
<tr><td colspan="4"><strong>Legend</strong></td></tr>
<tr>
<table style="width: 100%;" class="standard-table" border="0" cellspacing="0" cellpadding="0">
<tr><td bgcolor="#00FF00">Can apply a changeset (specified by index or array of indices passed in) from for a Revision, Directory, and File Changeset. NOT going to complete application of Code Block or Line changeset.</td></tr> <tr><td bgcolor="#FFFF00">Requires more thorough test suite cases (ChangesetTest.pl needs more test casesis outdated.)</td></tr>
</table>
<td>Changesets obviously must be able to be applied. But changesets must also be able to be unapplied. Your mission is to figure out how to do that.</td>
<td>[[User:RichardChu|Richard Chu]]</td>
<td bgcolor="#FFFF00">Work <table style="width: 100%;" class="standard-table" border="0" cellspacing="0" cellpadding="0"> <tr><td bgcolor="#00FF00">Can unapply a changeset (specified by array of indices passed in progress) for a Revision, Directory, and File Changeset.NOT going to complete unapplication of Code Block or Line changeset.</td></tr> <tr><td bgcolor="#FFFF00">UNTESTED.</td></tr> </table>  </td>
</tr>
<td>For the automated debugging to work, we may need to automatically modify the working copy by reverting to a different revision or updating certain directories and files. It may also need to know the differences between revisions and changesets.</td>
<td>[[User:RichardChu|Richard Chu]]</td>
<td bgcolor="#FF0000">Not started. Will this be started before the end of the semester? i doubt it. After the end of the semester? most likely.</td>
</tr>
<td>Your mission is to find out the relevant commands that can return the differences between two revisions, the meta-data that is kept with each revision, how differences between two revisions are stored and formatted, and how this data can be parsed into a usable form for our project (wrapper?).</td>
<td>[[User:RichardChu|Richard Chu]]</td>
<td bgcolor="#FF0000">Not started. Will this be started before the end of the semester? i doubt it. After the end of the semester? most likely.</td>
</tr>
1
edit