-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Revert "zlib: improve performance" #16280
Conversation
This reverts commit add4b0a. Fixes: nodejs#14161
Fixes: #14161 |
Can't we just fix minizlib instead (which shouldn't be accessing internals anyway)? |
@mscdex I'll be happy if this ends up being unnecessary and we can close it without landing. |
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.
can you address #15625 in a separate commit that is easily backportable? |
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. |
I'll see if I can't wrangle the node-tar patch into a npm release this week. |
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? |
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. |
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. |
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 |
I think the latest npm (5.5.1) still has version 4.0.1 of |
@zkat Nice, this seems to work. 🎉 |
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#16280 Fixes: nodejs#14161
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509 Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509 Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Closes: nodejs/node#16280 PR-URL: nodejs/node#16509 Fixes: nodejs/node#14161 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This reverts commit add4b0a.
@MylesBorins
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
zlib