Uh oh!
There was an error while loading. Please reload this page.
build,win: disable DLL-interface warnings - #20958
Conversation
fd8e255 to
65ceed1CompareBridgeAR
commented
May 25, 2018
This came up before. See #15570 I guess we should indeed do this even though this should get fixed by Microsoft. |
piscisaureus
commented
May 25, 2018
Good to see that the root cause is being addressed. Scrolling back in the terminal has become a thing of the past. People can't work like that. |
BridgeAR
commented
May 25, 2018
I think it would be good to add a TODO to remove those two again as soon as it got fixed upstream. And please also open an issue at Microsoft https://developercommunity.visualstudio.com/spaces/62/index.html. |
BridgeAR
commented
May 25, 2018
@nodejs/build PTAL |
BridgeAR
commented
May 25, 2018
richardlau
commented
May 25, 2018
No objections, but just noting that since this is |
Compiling node with vcbuild generates 10,000s of these warnings, originating from v8.h. This makes it impossible to read any other diagnostic messages. Refs: nodejs#15570 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: nodejs#20958
piscisaureus
commented
May 25, 2018
@BridgeAR, @nodejs/build: Added the TODO item; PTAL. |
piscisaureus
commented
May 26, 2018
Note that I don't seem to have commit rights. Someone has to push the button for me. |
The push button is not used in this repo. According to |
joyeecheung
commented
May 27, 2018
Landed in 4f28015, thanks! |
Compiling node with vcbuild generates 10,000s of these warnings, originating from v8.h. This makes it impossible to read any other diagnostic messages. PR-URL: #20958 Refs: #15570 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
richardlau
commented
May 27, 2018
@piscisaureus That's because you were moved to Collaborator Emeriti in #16173. I'd suggest asking @nodejs/TSC if you wish to be moved back to Collaborator status. |
richardlau
commented
May 27, 2018
Should have been @nodejs/tsc. |
Compiling node with vcbuild generates 10,000s of these warnings, originating from v8.h. This makes it impossible to read any other diagnostic messages. PR-URL: #20958 Refs: #15570 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Compiling node with vcbuild generates 10,000s of these warnings,
originating from v8.h. This makes it impossible to read any other
diagnostic messages.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes