Skip to content

deps: update V8 to 5.1.281.75 - #7615

Merged
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:v8-5.1.281.75
Jul 9, 2016
Merged

deps: update V8 to 5.1.281.75#7615
bnoordhuis merged 1 commit into
nodejs:masterfrom
bnoordhuis:v8-5.1.281.75

Conversation

@bnoordhuis

@bnoordhuisbnoordhuis commented Jul 8, 2016

Copy link
Copy Markdown
Member

Pick up the latest branch-head for V8 5.1. Introduces a semver-minor
overload of v8::Function::New() for use by v8_inspector.

Refs: #7586

R=@nodejs/v8

CI: https://ci.nodejs.org/job/node-test-pull-request/3220/
CI: https://ci.nodejs.org/view/All/job/node-test-commit-v8-linux/184/

@bnoordhuisbnoordhuis added the v8 engine Issues and PRs related to the V8 dependency. label Jul 8, 2016
@nodejs-github-botnodejs-github-bot added the lib / src Issues and PRs related to general changes in the lib or src directory. label Jul 8, 2016
@bnoordhuisbnoordhuis added the semver-minor PRs that contain new features and should be released in the next minor version. label Jul 8, 2016
@cjihrig

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment
@targos

Copy link
Copy Markdown
Member

LGTM

@indutny

Copy link
Copy Markdown
Member

Rubber-stamp LGTM

@MylesBorins

Copy link
Copy Markdown
Contributor

LGTM if CI is green

Pick up the latest branch-head for V8 5.1. Introduces a semver-minor
overload of v8::Function::New() for use by v8_inspector.
Refs: nodejs#7586
PR-URL: nodejs#7615
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
@bnoordhuis
bnoordhuis deleted the v8-5.1.281.75 branch July 9, 2016 07:14
@bnoordhuis
bnoordhuis merged commit 245ac30 into nodejs:masterJul 9, 2016
@bnoordhuis

Copy link
Copy Markdown
MemberAuthor

@Fishrock123 Out of curiosity, why did @nodejs-github-bot add the 'lib / src' label? All the changes were in deps/v8.

@MylesBorins

Copy link
Copy Markdown
Contributor

@bnoordhuis --> nodejs/github-bot#53

"labels: prevent deps from getting "lib / src" label "

@i5ting

Copy link
Copy Markdown

nice job

ofrobots added a commit to ofrobots/node that referenced this pull request Aug 25, 2016
Pick up the latest branch-head for V8 5.1. This branch brings in
improved language support and performance improvements. For full
details: http://v8project.blogspot.com/2016/04/v8-release-51.html
* Picks up the latest branch head for 5.1 [1]
* Edit v8 gitignore to allow trace_event copy
* Update V8 DEP trace_event as per deps/v8/DEPS [2]
[1] https://chromium.googlesource.com/v8/v8.git/+/5.1.281.75
[2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/c8c8665
Introduces a semver-minor overload of v8::Function::New() for use
by v8_inspector.
PR-URL: nodejs#8054
Refs: nodejs#7016
Refs: nodejs#7586
Refs: nodejs#7615
Reviewed-By: addaleax - Anna Henningsen <anna@addaleax.net>
Reviewed-By: thealphanerd - Myles Borins <myles.borins@gmail.com>
Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: evanlucas - Evan Lucas <evanlucas@me.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
@gibfahngibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lib / srcIssues and PRs related to general changes in the lib or src directory.semver-minorPRs that contain new features and should be released in the next minor version.v8 engineIssues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@bnoordhuis@cjihrig@targos@indutny@MylesBorins@i5ting@nodejs-github-bot