bob icon indicating copy to clipboard operation
bob copied to clipboard

Stop on first error during `get` and `exist` in `group.rs`

Open ikopylov opened this issue 2 years ago • 0 comments

Right now errors are skipped. It is better to stop on error to prevent returning of old and incorrect version of data.

https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/group.rs#L273 https://github.com/qoollo/bob/blob/master/bob-backend/src/pearl/group.rs#L314

ikopylov avatar May 19 '23 19:05 ikopylov