jj/lib
Martin von Zweigbergk 4c5695f0cd index_store: take OperationId when writing new index
By taking an `OperationId` argument to `IndexStore::write_index()`, we
can remove `associate_file_with_operation()` from the trait. That
simplifies the interace a little bit. The reason I noticed this was
that I'm trying to extract a trait for `IndexStore`, and the word
"file" in it is too specific for e.g. a cloud-based implementation.
2023-02-27 09:44:28 -08:00
..
gen-protos
src index_store: take OperationId when writing new index 2023-02-27 09:44:28 -08:00
tests repo: propagate error when failing to look up backend type 2023-02-27 09:44:28 -08:00
testutils repo: propagate error when failing to look up backend type 2023-02-27 09:44:28 -08:00
build.rs
Cargo.toml