diff options
author | Austin Ziegler <austin@surfeasy.com> | 2012-03-24 00:35:04 -0400 |
---|---|---|
committer | Austin Ziegler <austin@surfeasy.com> | 2012-03-24 00:42:25 -0400 |
commit | 2151e2093dfd00d6aff72f49d13a137efeed2e53 (patch) | |
tree | a54fba041abf07cfe1c43c0652efc7c34b153eb9 /lib/diff/lcs/callbacks.rb | |
parent | a341ac7ca261a73e37c21a7f034f5892ea7dcde4 (diff) | |
download | diff-lcs-2151e2093dfd00d6aff72f49d13a137efeed2e53.tar.gz |
Starting on a substantial refactoring to fix bugs.
1. All Diff::LCS::__* methods are now moved to Diff::LCS::Internals and
named without the underscores.
2. Fixed the documentation for Diff::LCS::patch. (Some formatting may
have been broken.)
3. Eliminated normalize_patchset in favour of the (substantially
similar) analyze_patchset. This allows for a single-pass over a
patchset to determine whether the patchset contains changes and
transform it to the object-based format.
4. Made Diff::LCS::ContextChange descend from Diff::LCS::Change. This
will probably change so that both descend from something like a
Diff::LCS::AbstractChange because of some issues that may arise with
case statement order.
Diffstat (limited to 'lib/diff/lcs/callbacks.rb')
0 files changed, 0 insertions, 0 deletions