Skip to content

Conversation

@ofrobots
Copy link
Contributor

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

Affected core subsystem(s)

src (string_bytes)

Description of change

V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.

R=@bnoordhuis @nodejs/v8
Ref: #5392, #5204, #4869

V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.
@ofrobots ofrobots added v8 engine Issues and PRs related to the V8 dependency. dont-land-on-v5.x labels Feb 26, 2016
@bnoordhuis
Copy link
Member

ofrobots added a commit that referenced this pull request Feb 29, 2016
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.

PR-URL: #5462
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
@ofrobots
Copy link
Contributor Author

Thanks. Landed on vee-eight-4.9 as fee485e (after a second CI: https://ci.nodejs.org/job/node-test-pull-request/1778/.)

@ofrobots ofrobots closed this Feb 29, 2016
@ofrobots ofrobots deleted the newexternal branch February 29, 2016 18:10
ofrobots added a commit to ofrobots/node that referenced this pull request Mar 1, 2016
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.

PR-URL: nodejs#5462
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
ofrobots added a commit to ofrobots/node that referenced this pull request Mar 3, 2016
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.

PR-URL: nodejs#5462
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
ofrobots added a commit that referenced this pull request Mar 4, 2016
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.

PR-URL: #5462
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 engine Issues and PRs related to the V8 dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants