automerge / automerge-classic

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
http://automerge.org/
MIT License
14.76k stars 467 forks source link

explicitly expose Lamport ordering in a test #463

Closed orionz closed 2 years ago

orionz commented 2 years ago

Had a bug in the rust version with lamport ordering being wrong - none of the tests caught it - here are a few that would have caught this sooner.

ept commented 2 years ago

Great, thank you @orionz!