Skip to content

Revert "repl: add friendly tips about how to exit repl" - #20972

Merged
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:revert
May 28, 2018
Merged

Revert "repl: add friendly tips about how to exit repl"#20972
cjihrig merged 1 commit into
nodejs:masterfrom
cjihrig:revert

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

This reverts commit 9aa4ec4.

This commit in question introduced a regression in repl.eval(),
as the context argument is no longer passed to runInContext().

Fixes: #20965

@nodejs-github-botnodejs-github-bot added the repl Issues and PRs related to the REPL subsystem. label May 26, 2018
@cjihrig

Copy link
Copy Markdown
ContributorAuthor

CI: https://ci.nodejs.org/job/node-test-pull-request/15109/

Failures appear unrelated

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 28, 2018
This reverts commit 9aa4ec4.
This commit in question introduced a regression in repl.eval(),
as the context argument is no longer passed to runInContext().
PR-URL: nodejs#20972Fixes: nodejs#20965
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
@cjihrig
cjihrig merged commit 4dbfb09 into nodejs:masterMay 28, 2018
@cjihrig
cjihrig deleted the revert branch May 28, 2018 17:54
MylesBorins pushed a commit that referenced this pull request May 29, 2018
This reverts commit 9aa4ec4.
This commit in question introduced a regression in repl.eval(),
as the context argument is no longer passed to runInContext().
PR-URL: #20972Fixes: #20965
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request May 29, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.replIssues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@cjihrig@jdalton@bnoordhuis@benjamingr@BridgeAR@trivikr@nodejs-github-bot