File: TODO

package info (click to toggle)
ruby-algorithm-diff 0.4-14
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 144 kB
  • ctags: 195
  • sloc: ruby: 1,172; sh: 64; makefile: 2
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