This repository was archived by the owner on May 13, 2019. It is now read-only.
This repository was archived by the owner on May 13, 2019. It is now read-only.
Test basic functionality of gyp + npm #15
Closed
Description
It should be obvious if a change is going to break basic functionality of either gyp or npm. Having either broken on master breaks testing infrastructure and smoke testing
nodejs/node@1124de2 is an example of a recent change that broke both utilities on master. requiring internal/utils
in fs
broke both npm and node-gyp which had dependencies that were monkey patching fs
.
While we are not going to test for userland monkey patching fs
, had we been testing npm + gyp functionality we would have been able to catch this problem before it landed.
I'll start hacking something together for npm (although I'm open to suggestions from @nodejs/npm) @trevnorris or @nodejs/node-gyp might have an idea for gyp
Metadata
Metadata
Assignees
Labels
No labels