dominictarr / crdt

Commutative Replicated Data Types for easy collaborative/distributed systems.
MIT License
836 stars 43 forks source link

sort asArray #36

Closed nrw closed 10 years ago

nrw commented 10 years ago

This closes #35. The issue was only occurring after saving a crdt and then loading it, so the test case I have is a bit bulky. Should it be included in the test suite too? https://github.com/nrw/seq-example/blob/master/single-process.js

dominictarr commented 10 years ago

cool, merging.

dominictarr commented 10 years ago

thanks, merged into 3.6.4