Closed ctb closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.67%. Comparing base (
38af8fe
) to head (3a7abe9
). Report is 61 commits behind head on latest.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
ready for review & merge @luizirber
need to fix rust lints?
thanks!
hmm, will take a look - when I looked at the errors I didn't see much, but I might have missed it in the other stuff!
maybe they were beta? I don't see anything with the non-beta. I'll take it under advisement for the next PR :)
ahh. cargo fmt. sigh. Willfix.
Extracted from https://github.com/sourmash-bio/sourmash/pull/3305
This PR adjusts
RevIndex::open
to propagate aRocksDBError
when opening a non-RocksDB directory.It also modifies the creation printout in
RevIndex::create
to distinguish index completion from interim output, for slightly easier debugging.