Uh oh!
There was an error while loading. Please reload this page.
fix: zlib inlining failed fix for IA-32 - #35679
Conversation
Trott
commented
Oct 16, 2020
Welcome, @RaisinTen, and thanks for the pull request! If possible, we'll want to avoid floating an additional patch on a dependency like this, especially for unsupported platforms. I think it would be better to first get #33044 land-able, and then perhaps update zlib.h per doc/guides/maintaining-zlib.md. I don't know if that will fix your issue or not, but regardless, I think we want to do that before patching a dependency like this. |
Hello @Trott. 🙂 Going through the PR, I understand that we are going to update the zlib-chromium fork regularly. In that case, my change, which is basically a change to the zlib files would end up getting erased on updates. So, I should add my change to |
Trott
commented
Oct 16, 2020
@nodejs/zlib Thoughts on this? I guess we can land this and then it will be over-written if #33044 ever lands. But there's a danger that will be stalled for a long time. |
nodejs-github-bot
commented
Oct 16, 2020
addaleax
left a comment
There was a problem hiding this comment.
I don’t really see how this could hurt, so yeah, if it passes CI I’m good with it :)
RaisinTen
commented
Nov 5, 2020
Hey @Trott, do you know when we can land this PR? It's taking a long time, so I was wondering. |
201189c to
ab587caCompareTrott
commented
Nov 9, 2020
Landed in ab587ca. |
PR-URL: nodejs#35679Fixes: nodejs#35629 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
closes:
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes