Uh oh!
There was an error while loading. Please reload this page.
Revert "build: call setlocal in vcbuild.bat" - #16270
Conversation
addaleax
commented
Oct 17, 2017
The commit message and PR description should ideally provide a reason for the revert |
refack
commented
Oct 17, 2017
Updated OP |
jasnell
left a comment
There was a problem hiding this comment.
+1, this definitely did not get enough review.
danbev
left a comment
There was a problem hiding this comment.
Apologies for this, I really thought this was a very minor change 😞 Sorry about causing extra work.
addaleax
left a comment
There was a problem hiding this comment.
Thanks, this does make sense now :)
jasnell
commented
Oct 18, 2017
@danbev ... no worries at all! |
MylesBorins
left a comment
There was a problem hiding this comment.
LGTM
Shouldn't have to wait 48 hours
refack
commented
Oct 18, 2017
No real rush IMHO. Now we have a PR it's traceable/searchable, and it can be a sort of Canary, to see if anyone else cries out. |
This reverts commit b9a55a93c91fb7fd7ac81e182f843f28014179ca. PR-URL: nodejs/node#16270 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
MylesBorins
commented
Nov 16, 2017
refack
commented
Nov 23, 2017
Yes, don't land, since the original PR did land. |
This reverts commit b9a55a93c91fb7fd7ac81e182f843f28014179ca. PR-URL: nodejs/node#16270 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Myles Borins <myles.borins@gmail.com>
This reverts commit b9a55a9.
The above commit is
semver-majorand was landed too quickly.vcbuild.batexports multiple environment variables, which is essential for continued build steps. Disabling this setup issemver-majoras it will break embedders workflows, and breaks developers tools.Besides the semverity this behaviour was discussed several times in the past, and it was decided that it should stay as is.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
build,windows