Darshan Sen

Results 87 comments of Darshan Sen

Looking at the uses of `process._activeHandles()` in this repo: * https://github.com/clinicjs/node-clinic-doctor/blob/efd85ff33c3006c025901fb94d7c6db0f7061f05/collect/process-stat.js#L52 * https://github.com/clinicjs/node-clinic-doctor/blob/efd85ff33c3006c025901fb94d7c6db0f7061f05/test/collect-process-stat.test.js#L37 it looks like the use case here is to track the number of active handles. Is that...

Okay, in that case, maybe a semver-major release with this change would be an acceptable solution?

@H4ad does https://github.com/nodejs/node/blob/main/doc/contributing/backporting-to-release-lines.md#how-to-submit-a-backport-pull-request help?

Should we add a test? Also, cc @nodejs/vm.

Yea, you can run `./node test/parallel/test-rest-of-the-file-name.js` to run an individual test

Thanks for doing this! > add some tooling to process the inputs I personally really like this approach. I've opened a discussion in https://github.com/nodejs/single-executable/discussions/58, so that we can have a...

I can try to take a look day after tomorrow. (I'll be traveling pretty much the entire day tomorrow)

PR to make it public: https://github.com/nodejs/node/pull/37262