Skip to content
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(v8): support non-relative paths in V8 DEPS #471

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

targos
Copy link
Member

@targos targos commented Aug 10, 2020

V8 versions < 8.6 do not specify a relative path in the DEPS file.

Fixes: nodejs/node-v8#166
Refs: v8/v8@56bf834
Refs: 57b7df8

I tested the code with --branch=8.5-lkgr and --branch=lkgr (8.6/master)

V8 versions < 8.6 do not specify a relative path in the DEPS file.

Fixes: nodejs/node-v8#166
Refs: v8/v8@56bf834
Refs: nodejs@57b7df8
@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

Merging #471 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #471   +/-   ##
=======================================
  Coverage   82.58%   82.58%           
=======================================
  Files          34       34           
  Lines        1665     1665           
=======================================
  Hits         1375     1375           
  Misses        290      290           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 57b7df8...76b3f36. Read the comment docs.

@targos targos requested a review from codebytere August 11, 2020 04:55
@targos targos merged commit 746e5e5 into nodejs:master Aug 13, 2020
@targos targos deleted the v8-relative branch August 13, 2020 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

V8 update script broken
3 participants