Skip to content

Conversation

krydos
Copy link
Contributor

@krydos krydos commented Apr 30, 2017

Hi,
the --pending-deprecation option was missed from PrintHelp output of node. The option exists in doc files and of course it is handled by node itself.

P.S.
excuse me, I don't really know what core subsystem it is, so I skip it below.

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

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Apr 30, 2017
@addaleax
Copy link
Member

Could you update the commit message to something like node: add missing option to --help output? Otherwise this looks good, thanks. :)

@addaleax addaleax added the cli Issues and PRs related to the Node.js command line interface. label Apr 30, 2017
@krydos krydos force-pushed the node-print-help-fix branch from 28058a6 to 1ea0b01 Compare April 30, 2017 16:19
@krydos
Copy link
Contributor Author

krydos commented Apr 30, 2017

@addaleax sure, thank you for the help ;)

@krydos krydos force-pushed the node-print-help-fix branch from 1ea0b01 to 43545c3 Compare April 30, 2017 16:20
@cjihrig
Copy link
Contributor

cjihrig commented Apr 30, 2017

Does this need to be added to doc/node.1 too?

@krydos
Copy link
Contributor Author

krydos commented Apr 30, 2017

@cjihrig it is already there :)

output of the --help option is the only place I found where --pending-deprecation was missing.

Copy link
Contributor

@cjihrig cjihrig left a comment

Choose a reason for hiding this comment

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

Thanks for double checking. LGTM

Copy link
Member

@jasnell jasnell left a comment

Choose a reason for hiding this comment

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

Whoops! Thank you!

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@mhdawson
Copy link
Member

mhdawson commented May 1, 2017

@krydos
Copy link
Contributor Author

krydos commented May 2, 2017

CI failed :( but seems unrelated.

@addaleax
Copy link
Member

addaleax commented May 3, 2017

Landed in 896be83

@addaleax addaleax closed this May 3, 2017
addaleax pushed a commit that referenced this pull request May 3, 2017
PR-URL: #12763
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
@krydos krydos deleted the node-print-help-fix branch May 3, 2017 13:26
anchnk pushed a commit to anchnk/node that referenced this pull request May 6, 2017
PR-URL: nodejs#12763
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Daijiro Wachi <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
@jasnell jasnell mentioned this pull request May 11, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
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++. cli Issues and PRs related to the Node.js command line interface.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants