Skip to content

invert checked-decode to unchecked-decode#134

Merged
PSeitz merged 1 commit intomainfrom
fix_feature_flags
Jun 9, 2023
Merged

invert checked-decode to unchecked-decode#134
PSeitz merged 1 commit intomainfrom
fix_feature_flags

Conversation

@PSeitz
Copy link
Copy Markdown
Owner

@PSeitz PSeitz commented Jun 9, 2023

invert checked-decode feature flag to unchecked-decode
Previously setting default-features=false removed the bounds checks from the
checked-decode feature flag. This change inverts this, so it will needs to be
deliberately deactivated.

@PSeitz PSeitz force-pushed the fix_feature_flags branch from b8e4459 to f3e0838 Compare June 9, 2023 13:48
invert checked-decode to unchecked-decode
Previously setting default-features=false removed the bounds checks from
checked-decode. This change inverts this, so it will need to be
deliberatly need to be deactivated.
@PSeitz PSeitz force-pushed the fix_feature_flags branch from f3e0838 to 24b8d3a Compare June 9, 2023 14:05
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 9, 2023

Codecov Report

Merging #134 (24b8d3a) into main (2d83a3d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files          13       13           
  Lines        2485     2485           
=======================================
  Hits         2233     2233           
  Misses        252      252           
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/block/decompress.rs 96.02% <100.00%> (ø)
src/block/decompress_safe.rs 98.81% <100.00%> (ø)

@PSeitz PSeitz merged commit e9a0bcf into main Jun 9, 2023
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.

1 participant