-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
deps: revert whitespace changes on V8 #32587
Conversation
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests.
Not sure if we should bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Did you use git node land
? It’s really time to get that tool away from manually downloading patches…
@addaleax yes, I used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I think we should fastrack this |
IMO we shouldn't |
If anyone wants to land it feel free to do so. I won't be able to do it before later today or tomorrow morning. |
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests. PR-URL: #32587 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Landed on f6dcd63 (I didn't use |
While landing the upgrade to V8 8.1, something went wrong and git made unecessary (and incorrect) whitespace changes to test fixtures, which broke V8 tests. Revert those changes to fix our tests. PR-URL: #32587 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
While landing the upgrade to V8 8.1, something went wrong and git made
unecessary (and incorrect) whitespace changes to test fixtures, which
broke V8 tests. Revert those changes to fix our tests.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes