这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@folkertdev
Copy link
Member

@folkertdev folkertdev commented Jul 29, 2025

fixes #401

to make function pointer comparisons reliable

@codecov
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

❌ Patch coverage is 96.42857% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
zlib-rs/src/c_api.rs 50.00% 1 Missing ⚠️
Flag Coverage Δ
fuzz-compress 40.70% <75.00%> (ø)
fuzz-decompress 30.72% <75.00%> (-0.18%) ⬇️
test-aarch64-apple-darwin 92.28% <96.42%> (-0.02%) ⬇️
test-x86_64-apple-darwin 90.42% <96.42%> (ø)
test-x86_64-unknown-linux-gnu 89.55% <96.42%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
libz-rs-sys-cdylib/src/gz.rs 90.17% <ø> (ø)
zlib-rs/src/allocate.rs 98.63% <100.00%> (ø)
zlib-rs/src/deflate.rs 96.39% <100.00%> (-0.09%) ⬇️
zlib-rs/src/inflate/window.rs 98.83% <100.00%> (ø)
zlib-rs/src/c_api.rs 91.66% <50.00%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@folkertdev folkertdev force-pushed the allocator-static branch 2 times, most recently from 803a67a to 7537c45 Compare July 29, 2025 09:09
to make function pointer comparisons reliable
@folkertdev folkertdev requested a review from bjorn3 July 29, 2025 09:17
@folkertdev folkertdev merged commit 9538e0c into main Jul 29, 2025
24 checks passed
@folkertdev folkertdev deleted the allocator-static branch July 29, 2025 10:05
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.

Mismatch between allocation and deallocation strategy due to unpredictable function pointer comparison

3 participants