FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

(vee-eight-4.9) src: update uses of deprecated NewExternal by ofrobots · Pull Request #5462 · nodejs/node · GitHub

/ node Public

(vee-eight-4.9) src: update uses of deprecated NewExternal - #5462

Closed
ofrobots wants to merge 1 commit into
nodejs:vee-eight-4.9from
ofrobots:newexternal
Closed

(vee-eight-4.9) src: update uses of deprecated NewExternal#5462
ofrobots wants to merge 1 commit into
nodejs:vee-eight-4.9from
ofrobots:newexternal

Conversation

Copy link
Copy Markdown
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 added v8 engine Issues and PRs related to the V8 dependency. dont-land-on-v5.x labels Feb 26, 2016

Copy link
Copy Markdown
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 <info@bnoordhuis.nl>

Copy link
Copy Markdown
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 closed this Feb 29, 2016
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 <info@bnoordhuis.nl>
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 <info@bnoordhuis.nl>
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 <info@bnoordhuis.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL