-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
upgrade to NAN v2 #571
upgrade to NAN v2 #571
Conversation
Adding to the list: nodejs/node#2798. |
tpl->PrototypeTemplate()->Set(NanNew<String>("start"), | ||
NanNew<FunctionTemplate>(Start)->GetFunction()); | ||
|
||
NanAssignPersistent<FunctionTemplate>(serialportpoller_constructor, tpl); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no reset?
This doesnt build for me on osx yosemite 0.10.38 (though it does on v0.12.4 and v4.0.0 )
|
I performed some tests with this PR on the BeagleBone Black with two different test setups.
|
Thanks for PR @julianduque, we ended up merging #566 as it got more work and testing for whatever reasons |
@jacobrosenthal perfect 👏 |
Getting ready for Node.js v4.0