Skip to content

repl: prevent previews during pasting - #31315

Closed
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:2020-01-11-repl-prevent-previews-during-pasting
Closed

repl: prevent previews during pasting#31315
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:2020-01-11-repl-prevent-previews-during-pasting

Conversation

@BridgeAR

@BridgeARBridgeAR commented Jan 11, 2020

Copy link
Copy Markdown
Member

This is based on #31288 and therefore the two first commits should be ignored. I'll rebase as soon as the other PR lands.
Update: done.

This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@BridgeARBridgeAR added the blocked PRs that are blocked by other issues or PRs. label Jan 11, 2020
@nodejs-github-botnodejs-github-bot added readline Issues and PRs related to the built-in readline module. repl Issues and PRs related to the REPL subsystem. labels Jan 11, 2020
@BridgeAR
BridgeARforce-pushed the 2020-01-11-repl-prevent-previews-during-pasting branch from 7dabd1e to fe738a3CompareJanuary 11, 2020 22:19
@BridgeARBridgeAR removed the blocked PRs that are blocked by other issues or PRs. label Jan 11, 2020
@BridgeAR
BridgeARforce-pushed the 2020-01-11-repl-prevent-previews-during-pasting branch from fe738a3 to eea1c73CompareJanuary 11, 2020 22:24
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 12, 2020
This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.
@BridgeAR
BridgeARforce-pushed the 2020-01-11-repl-prevent-previews-during-pasting branch from eea1c73 to 5f1cee3CompareJanuary 12, 2020 22:30
@BridgeAR

Copy link
Copy Markdown
MemberAuthor

Rebased due to conflicts.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@BridgeAR

Copy link
Copy Markdown
MemberAuthor

@nodejs/repl @nodejs/readline PTAL

BridgeAR added a commit that referenced this pull request Jan 13, 2020
This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.
PR-URL: #31315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
@BridgeAR

Copy link
Copy Markdown
MemberAuthor

Landed in c3b702f 🎉

MylesBorins pushed a commit that referenced this pull request Jan 16, 2020
This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.
PR-URL: #31315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
@codebyterecodebytere mentioned this pull request Jan 16, 2020
@BridgeAR
BridgeAR deleted the 2020-01-11-repl-prevent-previews-during-pasting branch January 20, 2020 12:09
@codebytere

Copy link
Copy Markdown
Member

@BridgeAR sorry for the many pings - this is in the group needing manual backport to 12 if it should indeed go there.

targos pushed a commit to targos/node that referenced this pull request Apr 25, 2020
This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.
PR-URL: nodejs#31315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
targos pushed a commit that referenced this pull request Apr 28, 2020
This makes sure no previews are triggered while pasting code. The
very last character is allowed to trigger the preview. The output
should be completely identical to the user.
PR-URL: #31315
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
@targostargos mentioned this pull request May 2, 2020
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.readlineIssues and PRs related to the built-in readline module.replIssues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@BridgeAR@nodejs-github-bot@codebytere@jasnell@Trott@JungMinu@addaleax