-
Notifications
You must be signed in to change notification settings - Fork 287
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
Fixes for Node 12. #410
Fixes for Node 12. #410
Conversation
Failed build, but it worked locally for me. This may require bumping the |
It worked with latest node v12.0 and build-able locally. Unfortunately, the resulting lib (after compiling the
Versions
|
Oh, seems my case above is a runtime problem. Using this patch compilation is working fine. But, something in my system prevent the module from being loaded successfully. Thanks. |
Resolves neon-bindings#409. There are still warnings that should be resolved. Especially, `MakeCallback`, which will break domain support.
@Abdillah Thanks for the reminder that I needed to update my PR to include the latest |
@dherman Can we merge / release this? |
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.
!
Resolves #409. There are still warnings that should be resolved. Especially,
MakeCallback
, which will break domain support.