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

[v9.x backport] errors: consistent format for error message by apapirovski · Pull Request #17624 · nodejs/node · GitHub

/ node Public

[v9.x backport] errors: consistent format for error message - #17624

Closed
apapirovski wants to merge 1 commit into
nodejs:v9.x-stagingfrom
apapirovski:backport-16904-to-v9.x
Closed

[v9.x backport] errors: consistent format for error message#17624
apapirovski wants to merge 1 commit into
nodejs:v9.x-stagingfrom
apapirovski:backport-16904-to-v9.x

Conversation

Copy link
Copy Markdown
Contributor

Consistently use printf-style strings for error messages that do not need a custom argument order or processing of arguments.

Original PR: #16904

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

errors

Consistently use printf-style strings for error messages that
do not need a custom argument order or processing of arguments.

PR-URL: nodejs#16904
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
nodejs-github-bot added errors Issues and PRs related to JavaScript errors originated in Node.js core. tools Issues and PRs related to the tools directory. v9.x labels Dec 11, 2017
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Consistently use printf-style strings for error messages that
do not need a custom argument order or processing of arguments.

Backport-PR-URL: #17624
PR-URL: #16904
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

Copy link
Copy Markdown
Contributor

landed in c1a2e57

MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Consistently use printf-style strings for error messages that
do not need a custom argument order or processing of arguments.

Backport-PR-URL: #17624
PR-URL: #16904
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins pushed a commit that referenced this pull request Dec 12, 2017
Consistently use printf-style strings for error messages that
do not need a custom argument order or processing of arguments.

Backport-PR-URL: #17624
PR-URL: #16904
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
apapirovski deleted the backport-16904-to-v9.x branch December 13, 2017 14:38
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

errors Issues and PRs related to JavaScript errors originated in Node.js core. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL