types.NiceDiff and patchutil.Interdiff now implement the new interface. this allows us to remove the differing rendering logic necessary to present each kind of diff.
appview/pulls/opengraph.go
appview/pulls/opengraph.go
This file has not been changed.
knotserver/git/diff.go
knotserver/git/diff.go
This file has not been changed.
patchutil/interdiff.go
patchutil/interdiff.go
This file has not been changed.
patchutil/patchutil_test.go
patchutil/patchutil_test.go
This file has not been changed.
types/diff.go
types/diff.go
This file has not been changed.
types/diff_test.go
types/diff_test.go
This file has not been changed.
types/split.go
types/split.go
This file has not been changed.
History
2 rounds
0 comments
1 commit
expand
collapse
patchutil,types: implement DiffRenderer interface for all diffs
types.NiceDiff and patchutil.Interdiff now implement the new interface.
this allows us to remove the differing rendering logic necessary to
present each kind of diff.
3/3 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
patchutil,types: implement DiffRenderer interface for all diffs
types.NiceDiff and patchutil.Interdiff now implement the new interface.
this allows us to remove the differing rendering logic necessary to
present each kind of diff.