Dan Willhite
10570f591e
Fix print_diff when map is keyed by non-primitive ( #3128 )
2017-01-30 18:40:52 -08: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
e30272abeb
Implement poke functionality using diff.Apply function ( #2828 )
2016-12-07 11:57:48 -08:00
Rafael Weinstein
a67bb9bf7b
Minor rework of hash.Hash API ( #2888 )
...
Define the hash.Hash type to be a 20-byte array, rather than embed one. Hash API Changes: `hash.FromSlice` -> `hash.New`, `hash.FromData` -> `hash.Of`
2016-12-02 12:11:00 -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