-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build,win: simplify new msbuild_arg
option
#26431
Conversation
1e43eb0
to
0620d5d
Compare
Landed in dfffb6d 🎉 |
PR-URL: nodejs#26431 Refs: nodejs#25994 Reviewed-By: João Reis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
@BridgeAR I appreciate the intent to help 🙏, but I self-assigned this, as per the collaborator guide. |
@refack I was not aware of that change. It is the first time that anything like that came up for me. Isn't it possible to follow up with the changes and verification now? |
I would rather have a PR marked as |
Understood. No harm done.
There was a bit of discussion around it. The idea is to allow Collaborators to indicate they wish to land their PRs on their own.
The problem with that is that PRs marked with I totally understand that in a big project like node, it complicated to balance concerns like velocity, manageability, and individual preferences. |
Maybe |
PR-URL: nodejs#26431 Refs: nodejs#25994 Reviewed-By: João Reis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #26431 Refs: #25994 Reviewed-By: João Reis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Make the mechanism of passing
msbuild_args
backwards compatible.Refs: #25994
/CC @nodejs/build-files @nodejs/platform-windows
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes