| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@cjihrig build started: https://ci.nodejs.org/blue/organizations/jenkins/node-test-pull-request-lite-pipeline/detail/node-test-pull-request-lite-pipeline/2750/pipeline |
Sorry, something went wrong.
|
@richardlau @jasnell nits addressed |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with one suggestion and once the test is fixed for Windows.
Sorry, something went wrong.
|
@richardlau @jasnell nits addressed (again) |
Sorry, something went wrong.
|
There are some C++ linter failures: https://travis-ci.com/nodejs/node/jobs/182405108#L457-L462 Running C++ linter... File "src/node_report_module.cc" does not use "FIXED_ONE_BYTE_STRING" File "src/node_report_module.cc" does not use "PerIsolateOptions" File "src/node_report_module.cc" does not use "Array" File "src/node_report_module.cc" does not use "V8" make[1]: *** [tools/.cpplintstamp] Error 1 |
Sorry, something went wrong.
|
OK, Travis seems to be happy now. |
Sorry, something went wrong.
This commit removes process.report.setOptions(). Instead of using complex configuration synchronization between C++ and JS, this commit introduces individual getters and setters. PR-URL: nodejs#26414 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
Reduce the number of emitExperimentalWarning() call sites by making process.report emit a warning on access instead of each individual report function. PR-URL: nodejs#26414 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
Sorry, something went wrong.
|
Landed in c78788a...cc4e8e0. Thanks for the reviews! |
Sorry, something went wrong.
This commit removes process.report.setOptions(). Instead of using complex configuration synchronization between C++ and JS, this commit introduces individual getters and setters. PR-URL: nodejs#26414 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
Reduce the number of emitExperimentalWarning() call sites by making process.report emit a warning on access instead of each individual report function. PR-URL: nodejs#26414 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
| Back | FazBrowse Home | New Git URL |
This commit removes process.report.setOptions(). Instead of using complex configuration synchronization between C++ and JS, this commit introduces individual getters and setters.
Checklist