Benestar / WikibaseConstraints

Library for Wikibase statement constraints
GNU General Public License v2.0
0 stars 0 forks source link

Fix diffing of data values #7

Open Benestar opened 9 years ago

Benestar commented 9 years ago

Currently diffs of DataValue objects are calculated by their sort key. However, this only works for NumberValue objects but won't work for TimeValue and others. We need a Diffable interface or so for the data values to provide meaningful differences. This might go into this package or a new package should be created for the difference logic.