Results 629 comments of Joyee Cheung

I noticed that with https://github.com/nodejs/node/issues/53787 a hook-specific inheritance setting can be somewhat awkward, if we want to make that config to support "preload this file for all Node.js instances, main...

We discussed in the meeting this week and we agreed that we should let a dedicated preload configuration to handle this, ideally via something like https://github.com/nodejs/node/issues/53787 To summarize why specifier...

Happened to notice that this should've used `spawnSyncAndAssert()`, so fixed that as well

CI was orange, though the bot seems to fail to communicate that to GitHub again.

Backport in https://github.com/nodejs/node/pull/56927

> 1. Configuring the test framework to export test results to JUnit XML I think for Jenkins this does not need additional work, at the end of every test run...

Also I think what would be really useful is having automation to bisect regressions for newly appeared flakes (ideally on affected platforms only) to find the commit that introduce a...

So far I think no one objects to try it out in addition to what we already have. So we just need volunteers to integrate it with Jenkins and/or GitHub...

I am not sure if I understand the use case correctly but sounds like it can be addressed with the link hook proposed in https://github.com/nodejs/loaders/pull/198, which is invoked after module...