1
0
mirror of https://github.com/golang/go synced 2024-11-06 08:16:11 -07:00
go/internal/lsp/diff/myers
Ian Cottrell cc9bfb3eec internal/lsp: rewrite the unified diff handling
It is now in the diff package written in terms of edits, instead of the myers package.
This also means that the unified handling is no longer pluggable because it does
not need to be.

Change-Id: I7141b023e95ed0c1d21cbc81c7420c117fc5ef1a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/198517
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-10-04 03:45:17 +00:00
..
diff_test.go internal/lsp: move unified diff testing to the diff interface 2019-10-04 03:44:59 +00:00
diff.go internal/lsp: invert the diff dependencies so myers depends on diff 2019-10-04 02:16:33 +00:00
myers.go internal/lsp: rewrite the unified diff handling 2019-10-04 03:45:17 +00:00