-
Notifications
You must be signed in to change notification settings - Fork 114
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
fix: repo/path mismatch in v8 update #465
Conversation
Codecov Report
@@ Coverage Diff @@
## master #465 +/- ##
=======================================
Coverage 76.88% 76.88%
=======================================
Files 28 28
Lines 1752 1752
=======================================
Hits 1347 1347
Misses 405 405 Continue to review full report at Codecov.
|
We might need to consider both paths because we use the same command to bump on release branches (I think we'll need the older paths for at least one more release, although I might be wrong). |
will an extra flag for compatibility work ? Also, cc @targos Update: @targos use v8 version to fix prefix in https://github.com/nodejs/node-core-utils/pull/465/files |
Look into this a bit more, the prefix still in v8 8.5 https://github.com/v8/v8/blob/8.5-lkgr/DEPS. |
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 with a follow up PR to address previous versions
are failing but passing locally so think this is good to merge |
I vaguely remember those test being flaky so this is good to merge. I triggered a re-run though. |
(Test passed!) |
Closes nodejs/node-v8#166.
It appears that the latest version of V8 has stripped the
v8/
prefix out of pathing, so e.g in DEPS:is now:
Tested with:
git-node v8 major --no-version-bump
on latest Node.js mastercc @mmarchini @gengjiawen