Skip to content

doc: fix description of DEP0024 - #22755

Closed
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:doc-fix-deprecation-0024
Closed

doc: fix description of DEP0024#22755
tniessen wants to merge 2 commits into
nodejs:masterfrom
tniessen:doc-fix-deprecation-0024

Conversation

@tniessen

Copy link
Copy Markdown
Member

This function was removed in #13434.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. labels Sep 7, 2018
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@tniessen sadly an error occured when I tried to trigger a build :(

@vsemozhetbyt

Copy link
Copy Markdown
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

Comment threaddoc/api/deprecations.md Outdated
The `REPLServer.prototype.convertToContext()` API is deprecated and should
not be used.
The `REPLServer.prototype.convertToContext()` API has been removed
and cannot be used anymore.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggestions, feel free to ignore: Remove anymore? Or even just end the sentence after removed?

@BridgeARBridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM but I agree with @Trott that it would be best to end the sentence after removed.

@tniessentniessen added the fast-track PRs that do not need to wait for 48 hours to land. label Sep 8, 2018
@tniessen

Copy link
Copy Markdown
MemberAuthor

Landed in 9f06a05.

@tniessentniessen closed this Sep 8, 2018
tniessen added a commit that referenced this pull request Sep 8, 2018
PR-URL: #22755
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 8, 2018
targos pushed a commit that referenced this pull request Sep 9, 2018
PR-URL: #22755
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@tniessentniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 12, 2018
@targostargos mentioned this pull request Sep 18, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deprecationsIssues and PRs related to deprecations.docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@tniessen@nodejs-github-bot@vsemozhetbyt@jasnell@Trott@lpinca@BridgeAR@ZYSzys