File: TODO

package info (click to toggle)
libalgorithm-diff-ruby 0.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 96 kB
  • ctags: 195
  • sloc: ruby: 1,168; makefile: 60
file content (17 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= For 1.0:

  * Settle on a diff format, e.g. what should the first field look like:
	[ '+', 23, "foo" ]
	[ :add, 23, "foo" ]
	[ DiffAdd, 23, "foo" ]
    or should we have classed
	class DiffAdd
		attr_reader :position, :element
	end

= Other Ideas:

  * Contextual diffs?
  * Unix diff/patch compatible wrapper