https://bugzilla.wikimedia.org/show_bug.cgi?id=52013
--- Comment #4 from Roan Kattouw <[email protected]> --- Further suggestion: when we're comparing annotations, try to compare store indexes wherever possible. When we're comparing for identity, like when comparing for serialization when both annotations are generated, we could compare store indexes rather than using ve.compare(). And if we throw comparable objects into the store, we might be able to do index comparison there too. Maybe ve.dm.Annotation instances should have properties that track the store index of their this.element and their comparable objects? Ed, could you play with this? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
