Jason Lingle
Jason Lingle
Reading between the lines, does `WrappedDatabase` call `Database::delete()` in its `Drop` implementation? The rest of this comment assumes that's the case, but if not, could you share the definition of...
I definitely would not consider this expected. My time is a bit limited but I can try to look into this next weekend.
Based on [the docs](https://docs.rs/lmdb-zero/0.4.4/lmdb_zero/put/index.html), I would expect that it creates or overwrites the key if the database was not created with duplicates enabled, and it creates or appends to the...
Yes, I would be willing to accept a PR to add serde support. (Sorry about the delayed response.)
> e.g., at line of 335 of test/previous-outputs/1.0.1.json, there's a mode change from 384 to 33152. That was actually a bug in `ensync put` where it failed to mask off...
> things that are returned as errors rather than being logged. This applies to most of the errors from `run_sync()` Could that just be handled specially [here](https://github.com/AltSysrq/ensync/pull/8/files#diff-42cb6807ad74b3e201c5a7ca98b911c5fa08380e942be6e4ac5807f8377f87fcR1153)?
> What does this comment mean? When performing a recursive deletion, the reconciler finishes each directory level by [blindly `rmdir`ing the directory on both sides](https://github.com/AltSysrq/ensync/blob/e2c41b5a58dee83446951974d313e46f6c0924c4/src/reconcile/tree_walk.rs#L679), so if the file counters...