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

doc: replace to Node.js #19056

Closed
wants to merge 1 commit into from

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Feb 28, 2018

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

doc

Can we replace all node?(because I think node points to a repository probably)

@nodejs-github-bot nodejs-github-bot added i18n-api Issues and PRs related to the i18n implementation. tools Issues and PRs related to the tools directory. labels Feb 28, 2018
@@ -22,7 +22,7 @@ internationalization functionality.

- Make sure your node workspace is clean (clean `git status`) should be
sufficient.
- Configure Node with the specific [ICU version](http://icu-project.org/download)
- Configure node with the specific [ICU version](http://icu-project.org/download)
Copy link
Contributor

Choose a reason for hiding this comment

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

s/node/Node.js/

@mmarchini mmarchini added the doc Issues and PRs related to the documentations. label Feb 28, 2018
@@ -22,7 +22,7 @@ internationalization functionality.

- Make sure your node workspace is clean (clean `git status`) should be
Copy link
Member

@ChALkeR ChALkeR Feb 28, 2018

Choose a reason for hiding this comment

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

Is «node» here intentional? Perhaps minor rephrase would help.

Copy link
Member

Choose a reason for hiding this comment

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

Also, «Verify the node build works:» below.

Copy link
Member

Choose a reason for hiding this comment

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

The same applies to: Now, do a clean rebuild of node to test

@ChALkeR
Copy link
Member

ChALkeR commented Feb 28, 2018

Also, perhaps look in other files? Quick grep gives me this, for example:

doc/api/deprecations.md:613:DebugContext has been removed in V8 and is not available in Node 10+.
doc/api/zlib.md:159:From `zlib/zconf.h`, modified to node.js's usage:
doc/api/documentation.md:83:and the underlying operating system. Node functions which simply wrap a syscall,
doc/api/esm.md:153:rules with only JS file extension and Node builtin modules support could
doc/api/cli.md:447:(so they can be overridden).  Node will exit with an error if an option that is
doc/api/n-api.md:3490:- `[out] version`: A pointer to version information for Node itself.
doc/api/tracing.md:6:V8, Node core, and userspace code.
doc/api/tracing.md:36:Starting with Node 10.0.0, the tracing system uses the same time source as the
doc/api/domain.md:446:As of Node 8.0.0, the handlers of Promises are run inside the domain in
doc/api/fs.md:603:Prior to Node v0.12, the `ctime` held the `birthtime` on Windows
doc/api/fs.md:660:                 Thus for Node `< v6.3.0` use `fs` to access those constants, or
doc/guides/node-postmortem-support.md:6:provides this metadata in its builds for V8 and Node internal structures.
doc/guides/node-postmortem-support.md:16:### Node Debug Symbols
doc/guides/node-postmortem-support.md:19:constants by providing ways to inspect Node-specific structures, like
doc/guides/node-postmortem-support.md:65:sure all Node postmortem metadata are calculated correctly.
doc/guides/building-node-with-ninja.md:1:# Building Node with Ninja
doc/guides/building-node-with-ninja.md:7:To build Node with ninja, there are 3 steps that must be taken:
doc/guides/writing-tests.md:368:### Node test fixture
tools/icu/README.md:25:- Configure Node with the specific [ICU version](http://icu-project.org/download)
tools/icu/README.md:87:- Now, rebuild the Node license.
tools/icu/README.md:119:The files in this directory were written for the node.js effort.
tools/icu/README.md:128:entities within Node, although theyare being scrutinized by interested

@hiroppy hiroppy force-pushed the feature/replace-to-Node.js branch from 4de9f3c to 5e09818 Compare March 4, 2018 06:30
@hiroppy
Copy link
Member Author

hiroppy commented Mar 4, 2018

@ChALkeR Thanks for your advice. PTAL!

@hiroppy
Copy link
Member Author

hiroppy commented Mar 4, 2018

@hiroppy hiroppy force-pushed the feature/replace-to-Node.js branch from 5e09818 to f3e98cc Compare March 4, 2018 07:07
@@ -2,7 +2,6 @@
"name": "remark-cli",
"version": "4.0.0",
"lockfileVersion": 1,
"preserveSymlinks": "1",
Copy link
Member

Choose a reason for hiding this comment

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

Is this intended?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, it is my mistake.

@lpinca
Copy link
Member

lpinca commented Mar 4, 2018

This needs a rebase.

@hiroppy hiroppy force-pushed the feature/replace-to-Node.js branch from f3e98cc to bbe8e0a Compare March 4, 2018 13:47
@hiroppy hiroppy force-pushed the feature/replace-to-Node.js branch from bbe8e0a to f8f5458 Compare March 4, 2018 13:51
@hiroppy
Copy link
Member Author

hiroppy commented Mar 4, 2018

@lpinca lpinca added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 4, 2018
@Leko
Copy link
Contributor

Leko commented Mar 5, 2018

Landed in 35c7238

@Leko Leko closed this Mar 5, 2018
Leko pushed a commit that referenced this pull request Mar 5, 2018
PR-URL: #19056
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
@hiroppy hiroppy deleted the feature/replace-to-Node.js branch March 5, 2018 23:13
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
PR-URL: nodejs#19056
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
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 pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. i18n-api Issues and PRs related to the i18n implementation. tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants