dmberry / soylent

Automatically exported from code.google.com/p/soylent
0 stars 0 forks source link

Diff the paragraph when work is returned to gracefully degrade #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If the user changes the paragraph between the time the work is requested and 
the time it is returned, or between multiple instantiations of the results, our 
data is out of date.

We should diff the returned paragraph to try and match patches back together as 
closely as possible. This Google C# library should be useful:
http://code.google.com/p/google-diff-match-patch/

Any patches we cannot identify, we discard.

Original issue reported on code.google.com by esperte...@gmail.com on 28 Jun 2010 at 7:20

GoogleCodeExporter commented 8 years ago

Original comment by esperte...@gmail.com on 17 Nov 2010 at 3:43