-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compressing tar files using CompressionStream broke in Deno 1.43.0 #25276
Comments
|
Nevermind, I looked into the implementation of |
|
I can not reproduce this in Deno 1.46.2-canary (with or without the |
@0f-0b that's the issue. I'm able to reproduce on canary, but once I await the append the issue no longer occurs. Still waiting for the day that TypeScript adds diagnostics to disallow floating promises so that we can all be saved from this. |
Not really, that's just the first version where this started failing. I'd like to use the latest version but I can reproduce this in |
Version: Deno 1.43.0
This is a reduced test case of a script I'm using to archive and compress several files. In Deno 1.42.4 this creates the archive just fine, but in Deno 1.43.0 this always results in a file of 41 bytes.
To reproduce, store this in a file and run with
deno run -A compress.ts
I think this may have regressed in #21199
The text was updated successfully, but these errors were encountered: