Uh oh!
There was an error while loading. Please reload this page.
process: expose process.features.inspector - #25819
Conversation
Instead of using process.config.variables.v8_enable_inspector to detect whether inspector is enabled in the build.
479900c to
731f799Comparejoyeecheung
commented
Jan 30, 2019
| } | ||
| } | ||
| function skipIfInspectorEnabled() { |
There was a problem hiding this comment.
I'm not sure it's worth increasing the surface area of common for this as it's only used in one place?
richardlau
commented
Jan 30, 2019
withoutintl build test failures are because Lines 48 to 70 in 5860614 e.g. not ok 1449 parallel/test-process-features |
joyeecheung
commented
Jan 30, 2019
@richardlau Thanks for the analysis, I've removed |
joyeecheung
commented
Jan 30, 2019
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: joyeecheung <joyeec9h3@gmail.com>
joyeecheung
commented
Jan 31, 2019
Previous fixup didn't get the test.py indentation right. Fixed. CI: https://ci.nodejs.org/job/node-test-pull-request/20499/ |
joyeecheung
commented
Feb 1, 2019
Landed in c2359bd |
Instead of using process.config.variables.v8_enable_inspector to detect whether inspector is enabled in the build. PR-URL: #25819 Refs: #25343 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
addaleax
commented
Feb 1, 2019
@joyeecheung This also needs to be backported to v11.x manually |
Instead of using process.config.variables.v8_enable_inspector to detect whether inspector is enabled in the build. PR-URL: #25819 Refs: #25343 Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: nodejs#54982 Refs: nodejs@aa0308d Refs: nodejs@9010f5f Refs: nodejs@52a40e0 Refs: nodejs@b3ef289 Refs: nodejs#2564 Refs: nodejs#25819 Refs: nodejs#27311 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Instead of using process.config.variables.v8_enable_inspector
to detect whether inspector is enabled in the build.
Refs: #25343
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes