Changes

Jump to: navigation, search

Delta debugging framework

471 bytes added, 04:14, 1 November 2006
Oct. 31/Nov. 01, 2006
* Added file DirectoryChangeset.pl. This file gets a list of directories changed since the revision number passed in.
* Added file DirectoryChange.pl. This file encapsulates the idea of a changed directory, sort of. Basically holds revision number and path of directory.
 
UPDATE:
* I didn't feel tired so I added an applyChange() subroutine to the Changeset classes and ChangesetFactory class. This allows the user to apply a change (specified by the index passed in to the subroutine) in a changeset.
Up Next:
* Based on how much time I predict I will have left to work on this, I don't think I will have enough time to do the Change/Changeset classes for Codeblock or Line. Therefore, it's time to skip ahead and work on the application of changes.Should the user be able to pass in an array of indices of changes to apply in a changeset? Or is just allowing the user to give one index good enough? We may find that out soon enough when we try to implement the delta debugging algorithm.
=== Oct. 26, 2006 ===
1
edit

Navigation menu