Uh oh!
There was an error while loading. Please reload this page.
fs: make process.binding('fs') internal - #22478
Conversation
addaleax
commented
Aug 23, 2018
I’d prefer not to rush this one, given the history we have with |
addaleax
commented
Aug 23, 2018
jasnell
commented
Aug 23, 2018
This one also needs to be added to the fall-through whitelist in |
jdalton
commented
Aug 23, 2018
@shisama For reference of the allow list changes you can check out this other pr. |
121225f to
69f7b28Compareshisama
commented
Aug 25, 2018
Thank you for your reviews. I fixed them. |
3dd21e1 to
e367e77Comparejdalton
commented
Sep 4, 2018
Why the |
jasnell
commented
Sep 4, 2018
That's just being very defensive and careful. |
Semver-major makes sense but do we really need to prevent this from being in Node 11? I mean, we do not expect this to break anything and if citgm is fine with it and npm or graceful-fs are not broken, I think it's fine. |
jasnell
commented
Sep 4, 2018
If citgm (and |
jasnell
commented
Sep 4, 2018
I don't believe this should be labeled blocked. If there's a disagreement on whether it should land for 11, then let's flag it for tsc-review or tsc-agenda. |
jasnell
left a comment
There was a problem hiding this comment.
There are relevant CITGM failures that need to be investigated.
BridgeAR
commented
Sep 5, 2018
CI https://ci.nodejs.org/job/node-test-pull-request/17032/ (The failure looked like it should also show up in our tests). |
8855aa7 to
af2a68bCompareaf2a68b to
b7a5a87Compareshisama
commented
Oct 18, 2018
joyeecheung
commented
Nov 11, 2018
@shisama Can you squash the commit before landing them? See https://github.com/nodejs/node/blob/7e1b178fb637abc68b1d4da1363a19db7ad02d6c/doc/guides/contributing/pull-requests.md#commit-squashing |
98751dd to
7b2d4a8Compareshisama
commented
Nov 12, 2018
@joyeecheung Thank you. I squashed them. |
7b2d4a8 to
79834c9Compare79834c9 to
df729bcCompareshisama
commented
Nov 13, 2018
shisama
commented
Nov 13, 2018
Resume Build: https://ci.nodejs.org/job/node-test-pull-request/18578/ |
shisama
commented
Nov 13, 2018
@BridgeAR Hi, is the label |
BridgeAR
commented
Nov 13, 2018
I don't think so. |
shisama
commented
Nov 16, 2018
Resume Build for node-test-commit-arm-fanned: https://ci.nodejs.org/job/node-test-pull-request/18670/ |
Refs: #22160 PR-URL: #22478 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
shisama
commented
Nov 16, 2018
Landed in 1e23e3c |
Refs: nodejs#22160 PR-URL: nodejs#22478 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Refs: #22160 PR-URL: #22478 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Backport-PR-URL: #25446
Refs: nodejs#22160 PR-URL: nodejs#22478 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Backport-PR-URL: nodejs#25446
Notable Changes * compression / zlib: * Added brotli support (Anna Henningsen and Zach Vacura) nodejs#24938 * console: * Added `inspectOptions` option (Ruben Bridgewater) nodejs#24978 * crypto: * Always accept private keys as public keys (Tobias Nießen) nodejs#25217 * deps: * Upgrade npm to v6.5.0 (Jordan Harband) nodejs#25234 * fs: * Use internalBinding('fs') internally instead of process.binding('fs') (Masashi Hirano) nodejs#22478 * http(s): * Support overriding http\\s.globalAgent (Roy Sommer) nodejs#25170 * util: * Inspect ArrayBuffers contents closely (Ruben Bridgewater) nodejs#25006 * worker: * Expose workers by default and remove `--experimental-worker` flag (Anna Henningsen) nodejs#25361 PR-URL: nodejs#25537
Notable Changes * compression / zlib: * Added brotli support (Anna Henningsen and Zach Vacura) #24938 * console: * Added `inspectOptions` option (Ruben Bridgewater) #24978 * crypto: * Always accept private keys as public keys (Tobias Nießen) #25217 * deps: * Upgrade npm to v6.5.0 (Jordan Harband) #25234 * fs: * Use internalBinding('fs') internally instead of process.binding('fs') (Masashi Hirano) #22478 * http(s): * Support overriding http\\s.globalAgent (Roy Sommer) #25170 * util: * Inspect ArrayBuffers contents closely (Ruben Bridgewater) #25006 * worker: * Expose workers by default and remove `--experimental-worker` flag (Anna Henningsen) #25361 PR-URL: #25537
joyeecheung
commented
Jan 24, 2019
I am removing semver-major since this should not result in observable changes while |
BethGriggs
commented
Jun 25, 2019
I've added the |
Refs: #22160
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes