Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
Revert "zlib: improve performance"#16280
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
Conversation
This reverts commit add4b0a. Fixes: nodejs#14161
Trott commented Oct 18, 2017
Fixes: #14161 |
Trott commented Oct 18, 2017
mscdex commented Oct 18, 2017 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Can't we just fix minizlib instead (which shouldn't be accessing internals anyway)? |
addaleax commented Oct 18, 2017
Trott commented Oct 18, 2017
@mscdex I'll be happy if this ends up being unnecessary and we can close it without landing. |
mcollina left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but we shouldn’t need this.
mcollina commented Oct 18, 2017
can you address #15625 in a separate commit that is easily backportable? |
addaleax commented Oct 18, 2017
Actually, @iarna just wrote a comment on isaacs/node-tar#144 which reminded me that that PR exists and also solves the problem here, for node-tar & npm. |
iarna commented Oct 18, 2017
I'll see if I can't wrangle the node-tar patch into a npm release this week. |
refack commented Oct 18, 2017
Can we have a deadline for either this or a compatible npm release? Suggesting Mon 10/23, if node9+npm is still broke, let's land this? |
jasnell commented Oct 18, 2017
I'm generally -1 on this but I'm not going to give it the big red X or block it from moving forward. As others have said, I'd prefer the userland fix instead. |
Fishrock123 commented Oct 18, 2017 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
I don't think we should do this. We made a stance on this long enough ago and my understanding is Edit: in extension, if npm or subdependencies use that module, it is their fault if things break. |
zkat commented Oct 19, 2017
heads-up: the next release of npm is going out tomorrow, and will include a new version of If y'all wanna try the patch out in the meantime, you can use |
targos commented Oct 21, 2017
I think the latest npm (5.5.1) still has version 4.0.1 of |
addaleax commented Oct 22, 2017
@zkat Nice, this seems to work. 🎉 |
targos commented Oct 23, 2017
jasnell commented Oct 23, 2017 via email
I'm going to try to make the final mass update to 9.0.0 today and focus solely on targeted updates the rest of the week. If the npm update gets in on time, then someone please put it on the 9.0.0 milestone so it can be tracked. …On Oct 23, 2017 02:31, "Michaël Zasso" ***@***.***> wrote: @zkat <https://github.com/zkat> do you know when that release of npm will be available? @jasnell <https://github.com/jasnell> is preparing the release of Node 9.0.0 and it would be really nice to have it in (we are currently stuck with 5.3.0 on master) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#16280 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAa2eUuvEmtfMDRaMnlESAb7FjDKkd94ks5svFzWgaJpZM4P9Jz6> . |
Closes: nodejs#16280Fixes: nodejs#14161
Closes: #16280 PR-URL: #16509Fixes: #14161 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Closes: #16280 PR-URL: #16509Fixes: #14161 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
This reverts commit add4b0a.
@MylesBorins
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
zlib