Skip to content
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

does not work with io.js #8

Closed
stevenvachon opened this issue May 15, 2015 · 8 comments
Closed

does not work with io.js #8

stevenvachon opened this issue May 15, 2015 · 8 comments

Comments

@stevenvachon
Copy link

It looks for a ./2.0.x/ dir which does not exist. v1.0.x will undoubtedly have the same issue.

This would come in handy: nodejs/node#493

@xxoo
Copy link
Owner

xxoo commented May 18, 2015

i think it's not just a path issue. io and node are currently using different version of v8. which means there might be some kind of compatibility problem for native modules.
and i heard that they would merge into a single project in the near future. that's truly a good thing. perhaps we should wait for that.

@stevenvachon
Copy link
Author

They might merge, and even if they do, the version of V8 will be the same as io.js

I tried using the v0.12 version with io.js and it throws a "The specified procedure could not be found." error whenever a function is called.

@stevenvachon
Copy link
Author

Please let me know if you're going to be working on this in the near future so that I can decide to release v1.0 of my libraries or wait (to avoid a v2.0 too soon).

Released them: winattr, hidefile

@stevenvachon
Copy link
Author

@xxoo
Copy link
Owner

xxoo commented Jul 6, 2015

sorry i didn't have enough time for this project. but i think i will make it work with io.js in the next release. probably in one or two weeks.
thanks to all io.js contributors. javascript now has a more brighten future.

@stevenvachon
Copy link
Author

Perhaps this will at least be informative: https://gist.github.com/maxogden/e81e0f1d222106146828

@xxoo
Copy link
Owner

xxoo commented Aug 2, 2015

iojs support is finally added...
but i just made some test on version 2.5

@xxoo xxoo closed this as completed Aug 2, 2015
@stevenvachon
Copy link
Author

Thanks!

By the way, v3.0.0 was just released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants