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.75k stars 466 forks source link

Backend fails to load doc with ambiguous float #365

Closed vedantroy closed 3 years ago

vedantroy commented 3 years ago

The doc is { birds: 3.0 }. The bytes are generated by creating & saving the doc in the Rust backend.

orionz commented 3 years ago

I added to this and created a new PR. https://github.com/automerge/automerge/pull/371