Commit graph

24 commits

Author SHA1 Message Date
Orion Henry
6a7bc720e2 remove marks 2022-02-22 10:21:45 -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
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
acbf394290 cleanup some dead code 2022-01-14 06:27:42 -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
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
Alex Good
001c9befcc Add script to run cargo fmt 2021-12-24 10:18:16 -08:00
Orion Henry
780298b72c docs, tests, code cleanup 2021-12-21 09:23:34 -08:00
Orion Henry
265ce823da implement all the query_at(), add tests, was, cut dead code 2021-12-21 09:23:34 -08:00
Orion Henry
1f0989cbb0 break op set into one per object 2021-12-19 14:18:02 -05:00
Orion Henry
0ac2407815 cargo fmt 2021-12-17 09:52:57 -05:00
Orion Henry
0c284992cd stub out text_at 2021-12-13 10:52:06 -05:00
Orion Henry
0c96d504bc getting ready for at(clock) api 2021-12-13 10:28:49 -05:00
Orion Henry
f31fa308b3 add len query - remove obj specific code from tree 2021-12-13 10:12:40 -05:00
Orion Henry
89a2e4a0fa remove old seq_scan code 2021-12-13 07:45:38 -05:00
Orion Henry
a1a7e42dfa remove begin - make tx implicit 2021-12-12 12:51:27 -08:00
Orion Henry
406a20707f seek_op, inc test, logging 2021-12-12 09:27:51 -08:00
Orion Henry
e2b63ca102 adding text() and splice_text() 2021-12-10 15:20:19 -08:00
Orion Henry
670de06bdf rework op_set query system 2021-12-10 15:35:51 -05:00