Skip to content

Conversation

@addaleax
Copy link
Member

@addaleax addaleax commented Jun 10, 2017

@nodejs/release I’ve never done this before, so, uh, please take a good look. Also, obviously one of you will need to do the actual release.


2017-06-13, Version 8.1.1 (Current), @addaleax

Notable changes

  • Child processes

    • stdout and stderr are now available on the error output of a
      failed call to the util.promisify()ed version of
      child_process.exec.
      [d66d4fc94c]
      #13388
  • HTTP

    • A regression that broke certain scenarios in which HTTP is used together
      with the cluster module has been fixed.
      [fff8a56d6f]
      #13578
  • HTTPS

    • The rejectUnauthorized option now works properly for unix sockets.
      [c4cbd99d37]
      #13505
  • Readline

    • A change that broke npm init and other code which uses readline
      multiple times on the same input stream is reverted.
      [0df6c0b5f0]
      #13560

Commits

  • [61c73085ba] - async_hooks: minor refactor to callback invocation (Anna Henningsen) #13419
  • [bf61d97742] - async_hooks: make sure .{en|dis}able() === this (Anna Henningsen) #13418
  • [32c87ac6f3] - benchmark: fix some RegExp nits (Vse Mozhet Byt) #13551
  • [b967b4cbc5] - build: merge test suite groups (Refael Ackermann) #13378
  • [00d2f7c818] - build,windows: check for VS version and arch (Refael Ackermann) #13485
  • [d66d4fc94c] - child_process: promisify includes stdio in error (Gil Tayar) #13388
  • [0ca4bd1e18] - child_process: reduce nextTick() usage (Brian White) #13459
  • [d1fa59fbb7] - child_process: simplify send() result handling (Brian White) #13459
  • [d51b1c2e6f] - cluster, dns, repl, tls, util: fix RegExp nits (Vse Mozhet Byt) #13536
  • [68c0518e48] - doc: fix links and typos in fs.md (Vse Mozhet Byt) #13573
  • [70432f2111] - doc: fix incorrect fs.utimes() link (Justin Beckwith) #13608
  • [26d76307d5] - doc: fs constants for Node < v6.3.0 in fs.md (Anshul Guleria) #12690
  • [52f5e3f804] - doc: use HTTPS URL for suggested upstream remote (Nikolai Vavilov) #13602
  • [2c1133d5fe] - doc: add readline.emitKeypressEvents note (Samuel Reed) #9447
  • [53ec50d971] - doc: fix napi_create_*_error signatures in n-api (Jamen Marzonie) #13544
  • [98d7f25181] - doc: fix out of date sections in n-api doc (Michael Dawson) #13508
  • [85cac4ed53] - doc: update new CTC members (Refael Ackermann) #13534
  • [8c5407d321] - doc: corrects reference to tlsClientError (Tarun) #13533
  • [3d12e1b455] - doc: emphasize Collaborators in GOVERNANCE.md (Rich Trott) #13423
  • [a9be8fff58] - doc: minimal documentation for Emeritus status (Rich Trott) #13421
  • [2778256680] - doc: remove note highlighting in GOVERNANCE doc (Rich Trott) #13420
  • [fff8a56d6f] - http: handle cases where socket.server is null (Luigi Pinca) #13578
  • [c4cbd99d37] - https: support rejectUnauthorized for unix sockets (cjihrig) #13505
  • [6a696d15ff] - inspector: fix crash on exception (Nikolai Vavilov) #13455
  • [50e1f931a9] - profiler: declare missing printErr (Fedor Indutny) #13590
  • [0df6c0b5f0] - Revert "readline: clean up event listener in onNewListener" (Anna Henningsen) #13560
  • [a5f415fe83] - src: merge fn_name in NODE_SET_PROTOTYPE_METHOD (XadillaX) #13547
  • [4a96ed4896] - src: check whether inspector is doing io (Sam Roberts) #13504
  • [f134c9d147] - src: correct indentation for X509ToObject (Daniel Bevenius) #13543
  • [dd158b096f] - src: make IsConstructCall checks consistent (Daniel Bevenius) #13473
  • [bf065344cf] - stream: ensure that instanceof fast-path is hit. (Benedikt Meurer) #13403
  • [e713482147] - test: fix typo in test-cli-node-options.js (Vse Mozhet Byt) #13558
  • [4c5457fae5] - test: fix flaky test-http-client-get-url (Sebastian Plesciuc) #13516
  • [812e0b0fbf] - test: refactor async-hooks test-callback-error (Rich Trott) #13554
  • [2ea529b797] - test: add regression test for 13557 (Anna Henningsen) #13560
  • [4d27930faf] - test: fix flaky test-tls-socket-close (Rich Trott) #13529
  • [3da56ac9fb] - test: harden test-dgram-bind-shared-ports (Refael Ackermann) #13100
  • [f686f73465] - test: add coverage for AsyncResource constructor (Gergely Nemeth) #13327
  • [12036a1d73] - test: exercise once() with varying arguments (cjihrig) #13524
  • [1f88cbd620] - test: refactor test-http-server-keep-alive-timeout (realwakka) #13448
  • [bdbeb33dcb] - test: add hijackStdout and hijackStderr (XadillaX) #13439
  • [1c7f9171c0] - test: add coverage for napi_property_descriptor (Michael Dawson) #13510
  • [c8db0475e0] - test: refactor test-fs-read-* (Rich Trott) #13501
  • [ad07c46b00] - test: refactor domain tests (Rich Trott) #13480
  • [fe5ea3feb0] - test: check callback not invoked on lookup error (Rich Trott) #13456
  • [216cb3f6e9] - test,benchmark: stabilize child-process (Refael Ackermann) #13457
  • [a0f8faa3a4] - v8: fix debug builds on Windows (Bartosz Sosnowski) #13634
  • [38a1cfb5e6] - v8: add a js class for Serializer/Dserializer (Rajaram Gaunker) #13541

CI: https://ci.nodejs.org/job/node-test-commit/10488/
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/866/

Not included are semver-minors (#13452, #13137) and #13509 which depends on one of them; I think it would be best to focus on getting the readline fix out. We can do those with the next release, which I assume will contain V8 5.9, therefore be a minor anyway, and for which we might want to do an RC process as we’ve done with V8 bumps before (but especially this one).

jasnell and others added 30 commits June 8, 2017 19:32
Incorporate note into main text. PR-URL: #13420 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Include a high-level explanation of how Collaborators are identified for Emeritus status. This is intended to supply the minimum amount of information to being assigning Emeritus status to inactive Collaborators. The documentation may be expanded subsequently. PR-URL: #13421 Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Put information about Collaborators in GOVERNANCE.md before information about the CTC. For most things, the CTC is the last place to go, not the first and Collaborators have a lot of decision-making power in the project. The governance doc should reflect that. PR-URL: #13423 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
also some cleanup PR-URL: #13457 Refs: #12817 Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Use `common.mustNotCall()` to confirm that callback is not invoked when `dns.lookup()` throws. PR-URL: #13456 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
* Check that noop callback is or isn't invoked as appropriate using common.mustCall() and common.mustNotCall() * Fix typo in array literal PR-URL: #13480 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
The most common way to perfom this check is by using the simple CHECK macro. This commit suggest making this consistent in favour of the most commonly used. PR-URL: #13473 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
After the renaming of `clientError` in TLS to `tlsClientError` in 1ab6b21, the docs inconsistently referred the error as `clientError`, which is now corrected. Fixes: #13417 PR-URL: #13533 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Ref: #12789 Ref: #12790 PR-URL: #13534 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Make sure that `hook.enable()` and `hook.disable()` return `hook` consistently, as the documentation indicates. PR-URL: #13418 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
* Use `common.mustNotCall()` in place of `common.noop` where appropriate * Increase specificity of regular expressions (that is, make them match the whole error string rather than part of the error string) in `assert.throws()` calls PR-URL: #13501 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Re-use the `init` function wherever possible, and move `try { … } catch` blocks that result in fatal errors to a larger scope. Also make the argument order for `init()` consistent in the codebase. PR-URL: #13419 Reviewed-By: Trevor Norris <trev.norris@gmail.com> Reviewed-By: Andreas Madsen <amwebdk@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
The indentation in one of the if statements blocks is four spaces instead of two. This commit changes the indentation to two spaces. PR-URL: #13543 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
PR-URL: #13459 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #13459 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Fixes: #13438 PR-URL: #13455 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
PR-URL: #13508 Fixes: #13469 Fixes: #13458 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
We did not have test coverage for using a napi_value pointing to a string or symbol for the name when creating a property. Add that coverage. PR-URL: #13510 Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
Inspector start means that it exists, but doesn't mean it is listening on a port, that only happens if it is doing I/O (i.e. has an io object). PR-URL: #13504 Fixes: #13499 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Add `common.hijackStdout` and `common.hijackStderr` to provide monitor for console output. PR-URL: #13439 Reviewed-By: Refael Ackermann <refack@gmail.com>
Make the same reliability changes that were applied to the https test in ce5745b. Refs: #13312 PR-URL: #13448 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
This commit regains test coverage for EventEmitter#once() with four or more arguments. To avoid similar regressions in the future, once() is called with enough arguments to cover all of the separate code paths. PR-URL: #13524 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
With the new Ignition+TurboFan pipeline, the instanceof fast-path can be missed if the right-hand side needs a TDZ check, i.e. is const declared on a surrounding scope. This doesn't apply to Node 8 at this point, where it's at V8 5.8, but it applies as soon as V8 5.9 rolls. There's work going on in Ignition (and TurboFan) to optimize those TDZ checks properly, but those changes will land in V8 6.1, so might not end up in Node 8. One way to work-around this in Node core for now is to use var instead of const for those right-hand sides for instanceof for now, especially Buffer in case of streams. This is not beautiful, but proper ducktape. Improves readable-bigread.js by ~23% with Node LKGR. PR-URL: #13403 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Calvin Metcalf <calvin.metcalf@gmail.com>
This converts the initial implementation of a promised exec that used the customPromisifyArgs support in util.promisify with a custom implementation. This is because exec and execFile, when there is an error, still supply the stdout and stderr of the process, and yet the promisified version with customPromisifyArgs does not supply this ability. I created a custom implementation and attached it to exec and execFile using the util.promisify.custom key. Fixes: #13364 PR-URL: #13388 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #13327 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
* add `mustCall` and `mustNotCall` to all callbacks * added `known_issue` for port binding PR-URL: #13100 Refs: #13055 Refs: #12999 Refs: #13526 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Add error listener to ignore `ECONNRESET`. Makes test reliable while it still segfaults (as expected) on Node.js 7.7.3. It might not be possible to eliminate the probable race causing `ECONNRESET` without also eliminating the required segfault-inducing part of the test. (Or maybe it's totally possible. If you figure it out, hey cool, submit a pull request.) PR-URL: #13529 Fixes: #13184 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit allows self signed certificates to work with unix sockets by forwarding the rejectUnauthorized option. Fixes: #13470 PR-URL: #13505 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
* Take RegExp creation out of cycles. * Use test(), not match() in boolean context. * Remove redundant RegExp parts. PR-URL: #13536 Reviewed-By: Anna Henningsen <anna@addaleax.net>
@addaleax addaleax mentioned this pull request Jun 12, 2017
2 tasks
@addaleax
Copy link
Member Author

addaleax commented Jun 12, 2017

I find https://ci.nodejs.org/job/node-test-commit-linux/10525/nodes=ubuntu1604_docker_alpine34-64/console a bit worrying… I’ve definitely seen this error before, it might just be flaky, but I don’t think anything should segfault (also, I’m not sure whether it’s make itself or the cctest that’s segfaulting).

I don’t see anything in the proposal here that seems like it would cause these kinds of problems.

/cc @nodejs/build @nodejs/testing @nodejs/docker Any ideas? Is there any chance to get the core dump?

(The rest of the CI/CITGM runs seems okay so far.)

@addaleax
Copy link
Member Author

addaleax commented Jun 12, 2017

Okay, I think I have enough of an idea of what’s going on with the cctest to say it’s not worth holding up the release over, it’s something like the situation that was fixed by d5db4d2. (edit: and from reading valgrind’s complaints it doesn’t seem to be anything that wasn’t already there in the previous v8.x releases)

There’s also #13636, which seems unrelated to the problem that showed up in CI.

I think this release is good to go, up to maybe waiting for #13549 to land.

addaleax added a commit that referenced this pull request Jun 12, 2017
* **Child processes** * `stdout` and `stderr` are now available on the error output of a failed call to the `util.promisify()`ed version of `child_process.exec`. [[`d66d4fc94c`](d66d4fc94c)] [#13388](#13388) * **HTTP** * A regression that broke certain scenarios in which HTTP is used together with the `cluster` module has been fixed. [[`fff8a56d6f`](fff8a56d6f)] [#13578](#13578) * **HTTPS** * The `rejectUnauthorized` option now works properly for unix sockets. [[`c4cbd99d37`](c4cbd99d37)] [#13505](#13505) * **Readline** * A change that broke `npm init` and other code which uses `readline` multiple times on the same input stream is reverted. [[`0df6c0b5f0`](0df6c0b5f0)] [#13560](#13560) PR-URL: #13598
@addaleax
Copy link
Member Author

@nodejs/release I’d say this can be released once any of you have the time to do so. :) If #13549 lands by then, or if you feel comfortable landing it yourself, great, include it; otherwise, it might just need to wait for the next release. In any case, I don’t think there’s much more that I can do to prepare this.

@aqrln
Copy link
Contributor

aqrln commented Jun 13, 2017

#13549 has landed on master.

@jasnell
Copy link
Member

jasnell commented Jun 13, 2017

@addaleax ... thank you for putting this together. If you're interested I can get you nominated as a releaser.

aqrln and others added 2 commits June 13, 2017 01:40
Fix the logic of resetting the socket timeout of keep-alive HTTP connections and add two tests: * `test-http-server-keep-alive-timeout-slow-server` is a regression test for GH-13391. It ensures that the server-side keep-alive timeout will not fire during processing of a request. * `test-http-server-keep-alive-timeout-slow-client-headers` ensures that the regular socket timeout is restored as soon as a client starts sending a new request, not as soon as the whole message is received, so that the keep-alive timeout will not fire while, e.g., the client is sending large cookies. Refs: #2534 Fixes: #13391 PR-URL: #13549 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
* **Child processes** * `stdout` and `stderr` are now available on the error output of a failed call to the `util.promisify()`ed version of `child_process.exec`. [[`d66d4fc94c`](d66d4fc94c)] [#13388](#13388) * **HTTP** * A regression that broke certain scenarios in which HTTP is used together with the `cluster` module has been fixed. [[`fff8a56d6f`](fff8a56d6f)] [#13578](#13578) * **HTTPS** * The `rejectUnauthorized` option now works properly for unix sockets. [[`c4cbd99d37`](c4cbd99d37)] [#13505](#13505) * **Readline** * A change that broke `npm init` and other code which uses `readline` multiple times on the same input stream is reverted. [[`0df6c0b5f0`](0df6c0b5f0)] [#13560](#13560) PR-URL: #13598
@MylesBorins
Copy link
Contributor

@MylesBorins
Copy link
Contributor

/cc @nodejs/platform-aix it looks like all modules are failing!

Aside from aix there are still 20 failures, while it doesn't look like much of a difference from v8.1.0, we should be digging into what is going on with them... this is substantially higher than v6.x

@addaleax
Copy link
Member Author

/cc @nodejs/platform-aix it looks like all modules are failing!

That looks more like (another) problem for @nodejs/build … (thanks for all the work you are doing!).

If you're interested I can get you nominated as a releaser.

Eeeh… I’ll think about it. I don’t mind helping prepare stuff even if I’m not one. ;)

I think all the CI failures from Myles’s run are known failures right now; I’ve started another one on v8.x for comparison: https://ci.nodejs.org/job/node-test-commit/10531/

As I’ve said, I think this is ready if any release has the time to push the right buttons. :)

@gibfahn
Copy link
Member

gibfahn commented Jun 13, 2017

/cc @nodejs/platform-aix it looks like all modules are failing!

That looks more like (another) problem for @nodejs/build … (thanks for all the work you are doing!).

The error was:

EACCES: permission denied, mkdir ‘/ramdisk0/citgm’

Looks like the machines were restarted, so they needed to have the citgm directories recreated and chowned to iojs (see nodejs/build#661 (comment)). This needs to happen on reboot (cc/ @mhdawson ).

mkdir /ramdisk0/citgm chown iojs /ramdisk0/citgm

I've done that now, so rerunning CitGM: https://ci.nodejs.org/job/citgm-smoker/873/

@addaleax
Copy link
Member Author

@gibfahn Looks like this still doesn’t work, but you seem to have “upgraded” the error to Error: ENOSPC: no space left on device, mkdir '/ramdisk0/citgm/e532c415-c29e-4c63-8142-259274a713be' ;)

@gibfahn
Copy link
Member

gibfahn commented Jun 13, 2017

😞 Okay, let's try again: https://ci.nodejs.org/job/citgm-smoker/874/

EDIT: Success! Answer was to rerun all the commands from nodejs/build#661 (comment). I guess that has to be done on every reboot.

image

@jasnell
Copy link
Member

jasnell commented Jun 13, 2017

Ok. I'll take the todo to generate the release artifacts later on this afternoon unless any of the other releasers beat me to it. Thank you @addaleax

@XadillaX
Copy link
Contributor

I think #13570 may be included.

@jasnell
Copy link
Member

jasnell commented Jun 13, 2017

Release build started: https://ci-release.nodejs.org/job/iojs+release/1760/ (not everyone will be able to see this link)

@jasnell jasnell merged commit a1b27db into v8.x Jun 13, 2017
jasnell pushed a commit that referenced this pull request Jun 13, 2017
* **Child processes** * `stdout` and `stderr` are now available on the error output of a failed call to the `util.promisify()`ed version of `child_process.exec`. [[`d66d4fc94c`](d66d4fc94c)] [#13388](#13388) * **HTTP** * A regression that broke certain scenarios in which HTTP is used together with the `cluster` module has been fixed. [[`fff8a56d6f`](fff8a56d6f)] [#13578](#13578) * **HTTPS** * The `rejectUnauthorized` option now works properly for unix sockets. [[`c4cbd99d37`](c4cbd99d37)] [#13505](#13505) * **Readline** * A change that broke `npm init` and other code which uses `readline` multiple times on the same input stream is reverted. [[`0df6c0b5f0`](0df6c0b5f0)] [#13560](#13560) PR-URL: #13598
jasnell added a commit to jasnell/new.nodejs.org that referenced this pull request Jun 13, 2017
jasnell added a commit to nodejs/nodejs.org that referenced this pull request Jun 13, 2017
@gibfahn gibfahn deleted the v8.1.1-proposal branch June 14, 2017 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Issues and PRs related to the general management of the project.