FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: minor fixups for REPL eval tests by addaleax · Pull Request #11946 · nodejs/node · GitHub

/ node Public

test: minor fixups for REPL eval tests - #11946

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-test-cleanup
Closed

test: minor fixups for REPL eval tests#11946
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:repl-test-cleanup

Conversation

Copy link
Copy Markdown
Member

The process.on("exit") event handlers are unnecessary, so it’s okay
to drop them.

Ref: #11871

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test,repl

The `process.on("exit")` event handlers are unnecessary, so it’s okay
to drop them.

Ref: nodejs#11871
addaleax added dont-land-on-v4.x repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests. labels Mar 20, 2017

Fishrock123 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

jasnell pushed a commit that referenced this pull request Mar 22, 2017
The `process.on("exit")` event handlers are unnecessary, so it’s okay
to drop them.

PR-URL: #11946
Ref: #11871
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

jasnell commented Mar 22, 2017

Copy link
Copy Markdown
Member

Landed in 64d0a73

jasnell closed this Mar 22, 2017
jasnell mentioned this pull request Apr 4, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

repl Issues and PRs related to the REPL subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL