Commit graph

102 commits

Author SHA1 Message Date
Orion Henry
77fb2385f5 fmt 2022-02-22 10:21:45 -05:00
Orion Henry
6a7bc720e2 remove marks 2022-02-22 10:21:45 -05:00
Orion Henry
4c66e21d1b move marks into its own test 2022-02-22 10:21:45 -05:00
Orion Henry
80640ac799 bugfix: duplicate seq not blocked on apply_changes, clone did not close a transaction, added fork and merge to wasm 2022-02-22 10:21:45 -05:00
Karissa McKelvey
ec3f6cd69f Add failing test for decoding a conflicted merge 2022-02-22 10:21:45 -05:00
rae
4c5bece1f6 Add support for web 2022-02-22 10:21:45 -05:00
Orion Henry
312094575b fix version number 2022-02-22 10:21:45 -05:00
Orion Henry
1ee179b943 cleanup typescript defs 2022-02-22 10:21:45 -05:00
Orion Henry
a14d272902 fix bug in set scalar 2022-02-22 10:21:45 -05:00
Orion Henry
efbc397e02 better error on invalid value 2022-02-22 10:21:44 -05:00
Orion Henry
dabf941370 spans have types not names 2022-02-22 10:21:44 -05:00
Orion Henry
ec879d13dd raw_spans with ids 2022-02-22 10:21:44 -05:00
Orion Henry
0987514204 raw_spans experiment 2022-02-22 10:21:44 -05:00
Orion Henry
d46608bed0 adding make 2022-02-22 10:21:44 -05:00
Orion Henry
a54f6e30c8 Revert "Remove make"
This reverts commit 5b9360155c.
2022-02-22 10:21:44 -05:00
Orion Henry
2bc8d18f89 Remove make 2022-02-22 10:21:44 -05:00
Orion Henry
b0ba6fa733 fixed fixed 2022-02-22 10:21:44 -05:00
Orion Henry
c4d5533ed3 use types in pkg 2022-02-22 10:21:44 -05:00
Orion Henry
2e4ac5e0e1 fix return types 2022-02-22 10:21:44 -05:00
Orion Henry
9e628201ab remove dead code 2022-02-22 10:21:43 -05:00
Orion Henry
b41a758ff4 all ts tests passing 2022-02-22 10:21:43 -05:00
Orion Henry
5c2a8e25ac almost working ts 2022-02-22 10:21:43 -05:00
Karissa McKelvey
4a8c611e57 Fix typescript errors in test 2022-02-22 10:21:43 -05:00
Karissa McKelvey
456766c348 uint datatypes & fix some more typescript errors 2022-02-22 10:21:43 -05:00
Orion Henry
8e0563d4f1 half done - not working typescript 2022-02-22 10:21:43 -05:00
Orion Henry
b0998995f4 cleanup / rename 2022-02-22 10:21:43 -05:00
Orion Henry
188936a711 mark encode/decode/serde 2022-02-22 10:21:43 -05:00
Orion Henry
8541e2246a rework marks as inserts between values 2022-02-22 10:21:42 -05:00
Orion Henry
79ccf65a91 v0 wip 2022-02-22 10:21:42 -05:00
Orion Henry
c0b26c307c add cra example code 2022-02-22 10:21:42 -05:00
Orion Henry
2c483c6c68 rework wasm function to use js types more directly 2022-02-22 10:21:41 -05:00
Orion Henry
bf184fe980 remove some un needed imports 2022-02-03 14:43:02 -05:00
Orion Henry
2019943849 bump edition from 2018 to 2021 2022-02-03 14:38:21 -05:00
Orion Henry
3393a60e59 clippy lint 2022-01-20 14:17:11 -08:00
Orion Henry
54fec3e438 lamport compare was backward on actorids and so was value resolution 2022-01-20 14:17:11 -08:00
Andrew Jeffery
5867c8d131 Fixup CI 2022-01-19 15:11:04 -08:00
Orion Henry
b30a2b9cc1 give Counter its own type 2022-01-14 06:27:42 -08:00
Orion Henry
d50062b769 move values into the counter type - remove need for vis_window 2022-01-14 06:27:42 -08:00
Orion Henry
067df1f894 break sync, interop, and value code into their own files 2022-01-09 08:05:00 -08:00
Orion Henry
a2e6778730 fmt 2022-01-09 08:05:00 -08:00
Orion Henry
04c7e9184d port over all the sync tests to the wasm api 2022-01-09 08:05:00 -08:00
Orion Henry
b67098d5e1 convert automerge-js to use import/export 2022-01-09 08:05:00 -08:00
Orion Henry
45ee5ddbd9 add import/export 2022-01-09 08:05:00 -08:00
Orion Henry
d2a7cc5f75 get sync tests working 2022-01-09 08:05:00 -08:00
Orion Henry
ef89520d7c more tests for wasm 2022-01-03 14:59:46 -05:00
Orion Henry
4c4484b897 fix bug in wasm 2022-01-03 12:58:08 -05:00
Orion Henry
3046cbab35
Replace the OpID API with an object ID
Rather than returning an OpID for every mutation, we now return an
`Option<ObjId>`. This is `Some` only when a `make*` operation was
applied. This `ObjID` is an opaque type which can be used with any
document.
2022-01-01 20:15:02 +00:00
Orion Henry
6932bdff08 package.json can run on windows now 2021-12-29 14:16:15 -05:00
Alex Good
216b4eed82 Add deny.toml and a script for calling cargo deny
In order to get cargo deny to pass we also update a few dependencies and
add licenses
2021-12-24 10:18:16 -08:00
Orion Henry
4c90b5f822 get js text tests working 2021-12-22 15:08:31 -05:00