I hope they have enough Timothy J Fontaines.
Node v0.12.0 (Stable)
11–20 of 81 posts
Re: Node v0.12.0 (Stable)
#12Re: Node v0.12.0 (Stable)
#13Re: Node v0.12.0 (Stable)
#14Re: Node v0.12.0 (Stable)
#15Re: Node v0.12.0 (Stable)
#16We are also pleased to report that this release of Node.js has tests passing on all of our supported platforms. On the one hand, this seems obvious (what are tests for if not to verify before you release it?!), but this is actually the first release of Node.js that has operated under this constraint. Requiring that all tests pass before releasing Node.js marks an important development for the project, and is essential for building a solid path moving forward.
It's unclear what the divergence will be in the future, but the emphasis of the node.js team on stability may or may not be shared by io.js -- and in particular, this may be reflected in things like the V8 version, changes in which tend to subtly break esoteric things on different platforms. Inasmuch as the divergence represents different operating principles (i.e., enterprise-grade stability vs. bleeding edge), it may well be helpful -- and I think it's entirely conceivable that the projects will develop a symbiotic relationship moving forward.
Re: Node v0.12.0 (Stable)
#17Earlier quoted context omitted.
Yep, io.js v1.1 works really fine and i switched too.
My experience has been that just about every module that uses native code (there are more than you think) doesn't work in IO.js because of the changes to the V8 apis. So until all of those are updated to work with both I'll have to stick to Node.
Re: Node v0.12.0 (Stable)
#18Earlier quoted context omitted.
Yep, io.js v1.1 works really fine and i switched too.
My experience has been that just about every module that uses native code (there are more than you think) doesn't work in IO.js because of the changes to the V8 apis. So until all of those are updated to work with both I'll have to stick to Node.
I'm using:
io.js v1.1.0
npm v2.4.1
node-gyp v1.0.2
Re: Node v0.12.0 (Stable)
#19Meh, too late. io.js is the standard now.
Re: Node v0.12.0 (Stable)
#20As a casual node user, I'd love to better understand how this release compares to io.js. Are they diverging more? Is node playing catch-up?