FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

repl: use _REPL_ in user-facing text by Trott · Pull Request #34643 · nodejs/node · GitHub

/ node Public

repl: use _REPL_ in user-facing text - #34643

Closed
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:REPL
Closed

repl: use _REPL_ in user-facing text#34643
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:REPL

Conversation

Trott commented Aug 6, 2020

Copy link
Copy Markdown
Member

User-facing error messages should use REPL for the general REPL and
not repl which should be reserved for referring to the module itself,
etc. REPL is an acronym, so it should be capitalized, as it generally
is in documentation in other technologies, and is usually in our own
documentation. This fixes a few inconsistent usages in lib/repl.js.

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

nodejs-github-bot added the repl Issues and PRs related to the REPL subsystem. label Aug 6, 2020
Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 6, 2020

Copy link
Copy Markdown
Collaborator

Trott changed the title doc: use _REPL_ in user-facing text repl: use _REPL_ in user-facing text Aug 6, 2020

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Trott added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Aug 7, 2020

Trott commented Aug 8, 2020

Copy link
Copy Markdown
Member Author

Landed in 614298d

Trott added a commit that referenced this pull request Aug 8, 2020
User-facing error messages should use _REPL_ for the general REPL and
not _repl_ which should be reserved for referring to the module itself,
etc. _REPL_ is an acronym, so it should be capitalized, as it generally
is in documentation in other technologies, and is usually in our own
documentation. This fixes a few inconsistent usages in lib/repl.js.

PR-URL: #34643
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott closed this Aug 8, 2020
Trott deleted the REPL branch August 8, 2020 19:05
addaleax pushed a commit that referenced this pull request Aug 8, 2020
User-facing error messages should use _REPL_ for the general REPL and
not _repl_ which should be reserved for referring to the module itself,
etc. _REPL_ is an acronym, so it should be capitalized, as it generally
is in documentation in other technologies, and is usually in our own
documentation. This fixes a few inconsistent usages in lib/repl.js.

PR-URL: #34643
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
codebytere mentioned this pull request Aug 10, 2020
codebytere pushed a commit that referenced this pull request Aug 11, 2020
User-facing error messages should use _REPL_ for the general REPL and
not _repl_ which should be reserved for referring to the module itself,
etc. _REPL_ is an acronym, so it should be capitalized, as it generally
is in documentation in other technologies, and is usually in our own
documentation. This fixes a few inconsistent usages in lib/repl.js.

PR-URL: #34643
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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 outstanding review comments, and a CI started. repl Issues and PRs related to the REPL subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL