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

src: refactor deprecated v8::String::NewFromTwoByte call by RomainLanz · Pull Request #23803 · nodejs/node · GitHub

/ node Public

src: refactor deprecated v8::String::NewFromTwoByte call - #23803

Closed
RomainLanz wants to merge 1 commit into
nodejs:masterfrom
RomainForks:fix/node_process
Closed

src: refactor deprecated v8::String::NewFromTwoByte call#23803
RomainLanz wants to merge 1 commit into
nodejs:masterfrom
RomainForks:fix/node_process

Conversation

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

nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 21, 2018
RomainLanz force-pushed the fix/node_process branch 2 times, most recently from 872378f to 5e5684b Compare October 21, 2018 14:45
targos added the wip Issues and PRs that are still a work in progress. label Oct 21, 2018

refack 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

LGTM with nit

Comment thread src/node_process.cc Outdated
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::MaybeLocal;

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

Personally I wouldn't add a using just for 2 instances. In this case I would keep it explicit

targos removed the wip Issues and PRs that are still a work in progress. label Oct 21, 2018
refack previously approved these changes Oct 21, 2018
Comment thread src/node_process.cc Outdated
refack dismissed their stale review October 21, 2018 17:26

has comment

Comment thread src/node_process.cc Outdated

refack commented Oct 21, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

@RomainLanz Thank you for the contribution, and all the follow ups 🥇
Code looks good, only thing is our CI doesn't handle merge commits properly, so if you could please git squash and rebase all the commits together.

P.S. If you are having trouble doing that I could help. Also feel free to contact me if you need help in general.

Copy link
Copy Markdown
Contributor Author

Done @refack 👍

refack commented Oct 21, 2018

Copy link
Copy Markdown
Contributor

refack added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Oct 21, 2018

Copy link
Copy Markdown
Member

Landed in added1b 🎉

addaleax closed this Oct 24, 2018
addaleax pushed a commit that referenced this pull request Oct 24, 2018
PR-URL: #23803
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Oct 24, 2018
PR-URL: #23803
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 26, 2018
PR-URL: #23803
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Nov 27, 2018
rvagg pushed a commit that referenced this pull request Nov 28, 2018
PR-URL: #23803
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Nov 29, 2018
PR-URL: #23803
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
codebytere mentioned this pull request Nov 29, 2018
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++.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL