alexmy21 / jwpl

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

[RevisionMachine] Revisions should be Serializable #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Revisions should be serializable.
Revision objects should load the revision text and DiffParts from the db before 
before being written to disk.

Original issue reported on code.google.com by oliver.ferschke on 19 Dec 2012 at 4:02

GoogleCodeExporter commented 9 years ago
Fixed in r756. Revision objects can now be serialized.
The reference to the RevisionAPI is transient and will not be written to disk.
It is only necessary for lazy loading of the revision text. Since the text is 
fetched before serializazation, the reference to the API connection is not 
necessary anyway.

Original comment by oliver.ferschke on 19 Dec 2012 at 4:04

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 11 Sep 2014 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 11 Sep 2014 at 1:36