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

Make compatible with io.js #224

Merged
merged 1 commit into from
Jan 13, 2015
Merged

Make compatible with io.js #224

merged 1 commit into from
Jan 13, 2015

Conversation

bnoordhuis
Copy link
Member

io.js ships a newer V8 version where String::ExternalAsciiStringResource
has been replaced with String::ExternalOneByteStringResource.

This change makes nan compile again with V8 3.29 and up.

Fixes #222.

R=@kkoopa @rvagg

io.js ships a newer V8 version where String::ExternalAsciiStringResource
has been replaced with String::ExternalOneByteStringResource.

This change makes nan compile again with V8 3.29 and up.

Fixes #222.
@kkoopa
Copy link
Collaborator

kkoopa commented Jan 13, 2015

LGTM

rvagg added a commit that referenced this pull request Jan 13, 2015
@rvagg rvagg merged commit 39f85f4 into nodejs:onepointfive Jan 13, 2015
@bajtos
Copy link

bajtos commented Jan 14, 2015

Any ETA on when this fix will be released?

@kkoopa
Copy link
Collaborator

kkoopa commented Jan 14, 2015

4 hours

On January 14, 2015 8:00:14 PM EET, "Miroslav Bajtoš" [email protected] wrote:

Any ETA on when this fix will be released?


Reply to this email directly or view it on GitHub:
#224 (comment)

@bajtos
Copy link

bajtos commented Jan 14, 2015

4 hours

Wow, that's awesome! 🎉

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.

4 participants