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

cli: fix flags on help output #22271

Merged
merged 0 commits into from Aug 16, 2018
Merged

cli: fix flags on help output #22271

merged 0 commits into from Aug 16, 2018

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Aug 11, 2018

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Aug 11, 2018
@vsemozhetbyt
Copy link
Contributor

src/node.cc Outdated
" --experimental-modules experimental ES Module support\n"
" and caching modules\n"
#endif // defined(NODE_HAVE_I18N_SUPPORT)
" --experimental-repl-await experimental await keyword support\n"
Copy link
Member

Choose a reason for hiding this comment

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

What were the NODE_HAVE_I18N_SUPPORT checks about?

@vsemozhetbyt
Copy link
Contributor

vsemozhetbyt commented Aug 11, 2018

FWIW, there already were some doubts about the connection between Intl support and some CLI flags in #19878

'--icu-data-dir=dir', '--preserve-symlinks',
'NODE_ICU_DATA', 'NODE_PRESERVE_SYMLINKS' ] },
flags: [
'--icu-data-dir=dir', 'NODE_ICU_DATA', 'NODE_PRESERVE_SYMLINKS',
Copy link
Member

Choose a reason for hiding this comment

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

nit: I'd rather be consistent with the existing entries in terms of style.

Copy link
Contributor

Choose a reason for hiding this comment

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

Test still fails. Is NODE_PRESERVE_SYMLINKS still needed in this check?

@devsnek
Copy link
Member Author

devsnek commented Aug 16, 2018

@vsemozhetbyt
Copy link
Contributor

@devsnek devsnek closed this Aug 16, 2018
@devsnek devsnek merged commit be9f786 into nodejs:master Aug 16, 2018
@devsnek devsnek deleted the fix/cli-help branch August 16, 2018 16:13
targos pushed a commit that referenced this pull request Aug 19, 2018
PR-URL: #22271
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
targos pushed a commit that referenced this pull request Sep 3, 2018
PR-URL: #22271
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
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++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants