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

src: remove calls to deprecated V8 functions (Equals) by targos · Pull Request #22665 · nodejs/node · GitHub

/ node Public

src: remove calls to deprecated V8 functions (Equals) - #22665

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:deprecated-equals
Closed

src: remove calls to deprecated V8 functions (Equals)#22665
targos wants to merge 1 commit into
nodejs:masterfrom
targos:deprecated-equals

Conversation

targos commented Sep 2, 2018

Copy link
Copy Markdown
Member

Remove all calls to deprecated V8 functions (here: String::Equals)
inside the code.

@addaleax @ryzokuken @jasnell

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

Copy link
Copy Markdown
Collaborator

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. child_process Issues and PRs related to the child_process subsystem. labels Sep 2, 2018

addaleax commented Sep 2, 2018

Copy link
Copy Markdown
Member

I’d slightly prefer using StrictEquals instead.

targos commented Sep 2, 2018

Copy link
Copy Markdown
Member Author

Sure, I somehow thought it was a method of the String class ^^

Remove all calls to deprecated V8 functions (here: Value::Equals)
inside the code.

targos commented Sep 2, 2018
edited by addaleax
Loading

Copy link
Copy Markdown
Member Author

Done!

CI: https://ci.nodejs.org/job/node-test-pull-request/16969/ (:heavy_check_mark:)

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 5, 2018
targos added a commit to targos/node that referenced this pull request Sep 5, 2018
Remove all calls to deprecated V8 functions (here: Value::Equals)
inside the code.

PR-URL: nodejs#22665
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

targos commented Sep 5, 2018

Copy link
Copy Markdown
Member Author

Landed in 0740394

targos closed this Sep 5, 2018
targos deleted the deprecated-equals branch September 5, 2018 12:09
targos added a commit that referenced this pull request Sep 5, 2018
Remove all calls to deprecated V8 functions (here: Value::Equals)
inside the code.

PR-URL: #22665
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
targos added a commit that referenced this pull request Sep 6, 2018
Remove all calls to deprecated V8 functions (here: Value::Equals)
inside the code.

PR-URL: #22665
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. child_process Issues and PRs related to the child_process subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL