Skip to content

Make Lazy::Drop always clear up all its storage#597

Merged
cmichi merged 9 commits intomasterfrom
cmichi-fix-lazy-drop
Nov 27, 2020
Merged

Make Lazy::Drop always clear up all its storage#597
cmichi merged 9 commits intomasterfrom
cmichi-fix-lazy-drop

Conversation

@cmichi
Copy link
Collaborator

@cmichi cmichi commented Nov 26, 2020

No description provided.

@cmichi cmichi requested a review from Robbepop November 26, 2020 13:20
@codecov-io
Copy link

codecov-io commented Nov 26, 2020

Codecov Report

Merging #597 (74d7747) into master (527e0ac) will decrease coverage by 0.01%.
The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #597      +/-   ##
==========================================
- Coverage   67.28%   67.27%   -0.02%     
==========================================
  Files         155      155              
  Lines        6915     6921       +6     
==========================================
+ Hits         4653     4656       +3     
- Misses       2262     2265       +3     
Impacted Files Coverage Δ
crates/storage/src/collections/stash/tests.rs 100.00% <ø> (ø)
crates/storage/src/collections/vec/tests.rs 100.00% <ø> (ø)
crates/storage/src/lazy/lazy_cell.rs 97.26% <91.66%> (-1.25%) ⬇️
...ates/storage/src/collections/hashmap/fuzz_tests.rs 97.26% <0.00%> (-2.74%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 527e0ac...715cd1d. Read the comment docs.

Copy link
Collaborator

@Robbepop Robbepop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Let's wait for CI to approve.

@cmichi cmichi merged commit 2100fa7 into master Nov 27, 2020
@cmichi cmichi deleted the cmichi-fix-lazy-drop branch November 27, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants