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
due to the lack of ABI promised we've needed to build binaries for each point release, which gets out of control
iojs, in my mind, is the new v0.11.x release we've been hoping for and support for io.js is coming along nicely - refs node-sqlite3 failing on IOJS #385
Node-sqlite3 would continue working against node v0.11.x (whatever the nan version we are using targets) for source compiles. But not binaries: so users would need a compiler and python around again. But anyone running the unstable node v0.11.x should unless they downloaded it without realizing it is the unstable-you-should-not-use-this-release.
I propose not providing binaries (via node-pre-gyp) for node v0.11.x because:
Node-sqlite3 would continue working against node v0.11.x (whatever the nan version we are using targets) for source compiles. But not binaries: so users would need a compiler and python around again. But anyone running the unstable node v0.11.x should unless they downloaded it without realizing it is the unstable-you-should-not-use-this-release.
/cc @jaswilli
The text was updated successfully, but these errors were encountered: