Skip to content

Conversation

@maasencioh
Copy link
Contributor

@maasenciohmaasencioh commented Oct 11, 2016

Checklist
  • commit message follows commit guidelines
Description of change

rval never existed, it was added as that in 077f9d7

closes#9001

@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 11, 2016
@gibfahn
Copy link
Member

cc/ @fhinkel

@fhinkel
Copy link
Member

fhinkel commented Oct 11, 2016

Thanks! LGTM.
Small change though please: Can you use the full URL of the issue in the commit message please.

@maasencioh
Copy link
ContributorAuthor

Hello @fhinkel it's done 😸

@lpinca
Copy link
Member

@maasencioh can you please use Fixes: as specified in CONTRIBUTING.md:

Fixes: https://github.com/nodejs/node/issues/9001 

Thanks.

rval never existed, it was added as that in 077f9d7Fixes: nodejs#9001
@maasencioh
Copy link
ContributorAuthor

@lpinca thanks, I just did it

Copy link
Member

@lpincalpinca left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

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

LGTM. This is trivial enough not to wait the full 48 hours

jasnell pushed a commit that referenced this pull request Oct 11, 2016
rval never existed, it was added as that in 077f9d7Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
@jasnell
Copy link
Member

Landed in 88323e8

@jasnelljasnell closed this Oct 11, 2016
@maasenciohmaasencioh deleted the patch-1 branch October 11, 2016 19:09
jasnell pushed a commit that referenced this pull request Oct 12, 2016
rval never existed, it was added as that in 077f9d7Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
MylesBorins pushed a commit that referenced this pull request Nov 11, 2016
rval never existed, it was added as that in 077f9d7Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
MylesBorins pushed a commit that referenced this pull request Nov 11, 2016
rval never existed, it was added as that in 077f9d7Fixes: #9001 PR-URL: #9023 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
This was referenced Nov 22, 2016
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Outdated variable name in comment

11 participants

@maasencioh@gibfahn@fhinkel@lpinca@jasnell@thefourtheye@addaleax@targos@cjihrig@MylesBorins@nodejs-github-bot