Uh oh!
There was an error while loading. Please reload this page.
gyp: muffle xcode-select warnings - #21784
Conversation
Muffle gyp from creating xcode-select related warnings, essentially flooding the console. Co-authored-by: Gibson Fahnestock <gibfahn@gmail.com> Refs: nodejs/node-gyp#1370 Refs: nodejs#21520
Trott
commented
Jul 12, 2018
Is the benefit of discarding the spurious error greater than the cost of swallowing other useful debugging information in the event of a real error? (I don't know the answer.) |
gibfahn
commented
Jul 13, 2018
See discussion in #21520 , but I'd say absolutely. This is the minimal changeset, and it shouldn't swallow any relevant errors. See nodejs/node-gyp#569 for the pain it causes, I think we should keep the in-tree GYP build as similar as possible to the node-gyp version in any case. |
gibfahn
left a comment
There was a problem hiding this comment.
LGTM FWIW, but would appreciate other reviews.
richardlau
commented
Jul 14, 2018
Radical idea: What if we dropped the in-tree gyp in favour of the one embedded in node-gyp (which we are already dependent on to build the addon tests)? |
gibfahn
commented
Jul 17, 2018
@nodejs/build @nodejs/node-gyp |
jasnell
commented
Sep 10, 2018
What's the status on this one? |
ryzokuken
commented
Sep 10, 2018
@richardlau has an excellent suggestion, but this PR can be landed nonetheless. |
ryzokuken
commented
Nov 8, 2018
Noticed that nobody landed this, but it has enough approvals, etc. Landing this in a few hours unless someone objects. |
refack
commented
Nov 8, 2018
@ryzokuken if you'd like to submit a PR "upstream", where we could debate the finer point of this case. |
refack
commented
Nov 8, 2018
richardlau
commented
Nov 8, 2018
This has conflicts and needs an up to date CI run. |
refack
commented
Nov 8, 2018
I'm going to close this as |
ryzokuken
commented
Nov 8, 2018
@refack will do. |
ryzokuken
commented
Nov 8, 2018
Waiiit a minute. Why would I open two PRs with the exact same goal? |
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes/cc @nodejs/gyp @gibfahn
sorry for holding this off until today 😅
Do we use a different version of gyp as compared to node-gyp? I found all the right function calls but they were calling different things, so had been wondering.