| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
lgtm |
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
For bonus points: factor out that magic number 32 into a constant and update PlatformInit() and WaitForInspectorDisconnect(). |
Sorry, something went wrong.
|
@bnoordhuis I introduced a constant and rebased the CL |
Sorry, something went wrong.
There was a problem hiding this comment.
Can you name it e.g. kNumSignals or kMaxSignal? ALL_CAPS should be reserved for macros. LGTM apart from that.
Sorry, something went wrong.
|
@bnoordhuis I renamed to kMaxSignal. Thanks! |
Sorry, something went wrong.
Sorry, something went wrong.
|
LGTM. ppcbe-ubuntu1404 seems to be stuck but everything else is green. |
Sorry, something went wrong.
|
I am excluding this one from the next v6.x release since it is just a semver patch release. Once the inspector lands in v6.x, we can remove the dont-land-on-v6.x label. Thanks! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
inspector
Description of change
Waits for the inspector frontend to detach when process.exit is called. This enables the user to analyse the profiling information.
Fixes: #7088