Skip to content

doc,lib,test: rename node-report to report - #26371

Merged
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:suite
Mar 3, 2019
Merged

doc,lib,test: rename node-report to report#26371
cjihrig merged 2 commits into
nodejs:masterfrom
cjihrig:suite

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

This PR renames "node-report" to "report" throughout the codebase. The motivation is to begin making the distinction stronger between core's diagnostic reporting and the original node-report module on npm.

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

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the process Issues and PRs related to the process subsystem. label Mar 1, 2019
@richardlaurichardlau added the report Issues and PRs related to process.report. label Mar 1, 2019
This commit renames the "node-report" test suite to "report"
in order to begin differentiating core's diagnostic reporting
from the original node-report module on npm
PR-URL: nodejs#26371
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit completes the renaming of node-report to report
in order to better differentiate core's reporting from the
node-report npm module.
PR-URL: nodejs#26371
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@cjihrig

Copy link
Copy Markdown
ContributorAuthor

@cjihrig

Copy link
Copy Markdown
ContributorAuthor

Landed in 060af32...f9cd5e3

@cjihrig
cjihrig merged commit f9cd5e3 into nodejs:masterMar 3, 2019
@cjihrig
cjihrig deleted the suite branch March 3, 2019 02:20
BridgeAR pushed a commit that referenced this pull request Mar 4, 2019
This commit renames the "node-report" test suite to "report"
in order to begin differentiating core's diagnostic reporting
from the original node-report module on npm
PR-URL: #26371
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 4, 2019
This commit completes the renaming of node-report to report
in order to better differentiate core's reporting from the
node-report npm module.
PR-URL: #26371
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeARBridgeAR mentioned this pull request Mar 4, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

processIssues and PRs related to the process subsystem.reportIssues and PRs related to process.report.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@cjihrig@nodejs-github-bot@jasnell@Trott@JungMinu@richardlau