Michaël Zasso
Michaël Zasso
It's interesting because it doesn't work `--loader` in the worker's `execArgv`, but it works fine if `--loader` is passed to the main script (the worker inherits the flag).
> In the current behavior, there’s a loaders thread and it works for both the main application thread and all worker threads (I think) That's wrong. Each worker thread has...
Found the bug: when a worker is created with `execArgv`, its child loaders worker doesn't inherit the CLI arguments, so we have: main thread: `[]` main thread loaders: `[]` worker...
Edit: sorry, pinged in the wrong issue
What makes it semver-major?
Note that tests are failing.
Would you be able to make one or more commits that are not semver-major, so the introduction of the globbing code can be backported for future usage? I know it's...
I think that would at least make the PR semver-major because of the new build requirements.
I took the time to rebase and adapt this.
@joyeecheung `parallel/test-snapshot-gzip` fails when built with `--shared`. Any idea?