child_process: clone spawn options argument#579
child_process: clone spawn options argument#579cjihrig wants to merge 1 commit intonodejs:v1.xfrom cjihrig:576
Conversation
spawnSync() modifies the options argument. This commit makes a copy of options before any modifications occur.
|
Unfortunately the CI seems to be broken atm. Summoning @rvagg - I tried to build the branch "try" but it doesn't work. |
|
@piscisaureus I think your forgot to set user to 'cjihrig' (edit: and branch to '576'.) |
|
@bnoordhuis Nope, tried it again, doesn't work. Can you try? |
|
@piscisaureus https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/105/ looks like it's building the right commit. |
You said nothing too much. |
|
@piscisaureus - The Ubuntu failure is |
|
@cjihrig please land |
spawnSync() modifies the options argument. This commit makes a copy of options before any modifications occur. Fixes: #576 PR-URL: #579 Reviewed-By: Bert Belder <[email protected]>
|
Landed in 7854811 |
|
can we make it not touch the |
|
You're welcome to try. |
spawnSync()modifies theoptionsargument. This commit makes a copy ofoptionsbefore any modifications occur. Fixes #576