Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.d/8601-zlib-async-symbol-ratchet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Updated the optimized zlib coverage ratchet to require the asynchronous
`deflateRaw`, `inflateRaw`, and `unzip` extension symbols that are already
implemented and dispatched by `perry-ext-zlib`.
5 changes: 0 additions & 5 deletions crates/perry/src/commands/compile/optimized_libs/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,11 +1148,6 @@ fn ext_zlib_covers_every_stdlib_symbol_the_flip_strips() {
"js_zlib_has_active_handles",
"js_zlib_native_dispatch",
"js_zlib_process_pending",
// Genuine one-shot gaps. Same shape as the #8005 pair; they have not
// broken a link only because no gap test links them on this path yet.
"js_zlib_deflate_raw",
"js_zlib_inflate_raw",
"js_zlib_unzip",
];

fn exported_zlib_symbols(dir: &Path) -> std::collections::BTreeSet<String> {
Expand Down
Loading