Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fixed error in extending MutableBitmap #393

Merged
merged 1 commit into from
Sep 10, 2021
Merged

Fixed error in extending MutableBitmap #393

merged 1 commit into from
Sep 10, 2021

Conversation

jorgecarleitao
Copy link
Owner

This error was again derived from assuming that the bits were unset, which is no longer true with extend_from_slice.

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Sep 10, 2021
@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #393 (f266051) into main (a238efe) will increase coverage by 0.00%.
The diff coverage is 90.90%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #393   +/-   ##
=======================================
  Coverage   81.13%   81.13%           
=======================================
  Files         347      347           
  Lines       21993    21991    -2     
=======================================
- Hits        17843    17842    -1     
+ Misses       4150     4149    -1     
Impacted Files Coverage Δ
src/bitmap/mutable.rs 89.27% <83.33%> (+0.10%) ⬆️
tests/it/bitmap/mutable.rs 100.00% <100.00%> (ø)

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 a238efe...f266051. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit f326fed into main Sep 10, 2021
@jorgecarleitao jorgecarleitao deleted the fix_extend branch September 10, 2021 16:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant