You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using UV_VERSION_MAJOR and UV_VERSION_MINOR as a hacky stopgap - what would be the proper way to do this? I'm specifically running into trouble around v8::UniquePersistent, which isn't in NAN yet.
The NAN defines like NODE_0_10_MODULE_VERSION don't seem to be available to me for some reason, should I use NODE_MODULE_VERSION or NODE_VERSION_AT_LEAST(major, minor, patch)?
Currently using
UV_VERSION_MAJOR
andUV_VERSION_MINOR
as a hacky stopgap - what would be the proper way to do this? I'm specifically running into trouble aroundv8::UniquePersistent
, which isn't in NAN yet.Curious as to your current techniques re nodejs/node-v0.x-archive#5789 @springmeyer
The NAN defines like
NODE_0_10_MODULE_VERSION
don't seem to be available to me for some reason, should I useNODE_MODULE_VERSION
orNODE_VERSION_AT_LEAST(major, minor, patch)
?https://github.com/joyent/node/blob/master/src/node_version.h
https://github.com/iojs/io.js/blob/v1.x/src/node_version.h
The text was updated successfully, but these errors were encountered: