-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support for io.js v3 (and therefore Node v4) #246
Comments
V8 seems to have jumped on the monad bus with the (Haskell-inspired?) |
I've allowed failures in gulp-responsive for iojs v3 for a while: https://github.com/mahnunchik/gulp-responsive/blob/master/.travis.yml#L7-L9 |
Provides support for io.js v3 and Node v4
Provides support for io.js v3 and Node v4
The work-in-progress branch for this can be tested via Everything compiles and the functional tests pass using io.js v3.1.0. I have yet to run the leak checks (will probably require additional suppression rules for new V8 API) or used the benchmarks to measure the effects, if any, of recent changes to the Buffer object. |
Provides support for io.js v3 and Node v4
Leak checks run on Node.js v0.12.7, io.js v2.5.0 and v3.1.0. Changes were required - see 4e67a50 |
Benchmarks run using Node.js v0.12.7 and io.js v3.1.0. There's no statistically significant performance impact - (de)compression I/O is still the bottleneck. |
Support for io.js v3 now in master - this will be published to npm as part of v0.11.2. |
Placeholder to track the upgrade to the new version of io.js/V8 and all the nan changes this will require.
This requires comprehensive memory leak and Buffer performance checks.
The text was updated successfully, but these errors were encountered: