Commit Graph

6 Commits

Author SHA1 Message Date
Rafael Weinstein
9654d372a2 OrderedSequenceDiff ValueChanged adds NewValue/OldValue (#3468) 2017-05-09 16:43:04 -07:00
Rafael Weinstein
22a7d8cf7e Type.Kind => Type.TargetKind, Add Value.Kind (#3332) 2017-03-31 18:09:35 -07:00
cmasone-attic
cfa109f502 Switch Map/Set Diff to use top-down by default (#3106)
The only thing that wants what we used to call the "best" diff
algorithm is the command-line tools. Non-interactive programs all want
the algorithm that finishes up fastest, which is top-down.

Fixes https://github.com/attic-labs/attic/issues/627
2017-01-23 15:08:50 -08:00
Dan Willhite
b6b1389c30 Danloader (#2794)
* Downloader

* Review changes
2016-11-08 16:46:55 -08:00
Dan Willhite
1cd34e0ebd Add Append() method to types.Path (#2783) 2016-10-29 12:37:50 -07:00
Dan Willhite
d94fb97788 Move diff package to top-level go directory (#2739)
Towards #609.
2016-10-20 10:19:57 -07:00