Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated variable name in comment #9001

Closed
fhinkel opened this issue Oct 10, 2016 · 2 comments
Closed

Outdated variable name in comment #9001

fhinkel opened this issue Oct 10, 2016 · 2 comments
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. good first issue Issues that are suitable for first-time contributors.

Comments

@fhinkel
Copy link
Member

fhinkel commented Oct 10, 2016

In node.cc:EnvSetter(), a comment mentions rval. But there's no variable of that name.

@fhinkel fhinkel added the good first issue Issues that are suitable for first-time contributors. label Oct 10, 2016
@mscdex mscdex added the c++ Issues and PRs that require attention from people who are familiar with C++. label Oct 10, 2016
@reza-ryte-club
Copy link

reza-ryte-club commented Oct 11, 2016

Do you mean this lines ?

// Whether it worked or not, always return rval.
      info.GetReturnValue().Set(value);

@gibfahn
Copy link
Member

gibfahn commented Oct 11, 2016

maasencioh added a commit to maasencioh/node that referenced this issue Oct 11, 2016
rval never existed, it was added as that in 077f9d7

Fixes: nodejs#9001
jasnell pushed a commit that referenced this issue Oct 12, 2016
rval never existed, it was added as that in 077f9d7

Fixes: #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 issue Nov 11, 2016
rval never existed, it was added as that in 077f9d7

Fixes: #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 issue Nov 11, 2016
rval never existed, it was added as that in 077f9d7

Fixes: #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]>
Sign up for free to 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++. good first issue Issues that are suitable for first-time contributors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants