-
Notifications
You must be signed in to change notification settings - Fork 44
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
Use Nan v2 #50
Use Nan v2 #50
Conversation
…now when someone might use inheritance later.
How far back does the backcompat of Nan2 go?
|
The Nan README says it works with versions as old as Node v0.8, but I haven't tested it. Maybe some Travis CI tests would be a good idea? I can submit a PR for that, but someone with push access would have to enable the hooks. |
Adding to the list: nodejs/node#2798. |
why will this need to be undone for V8 4.7? |
Since there's no answer to this question, I'm just going to merge and release this. |
Thanks. Can you please tag a new release? |
This PR updates fs-ext to work with Nan v2. This is needed for compatibility with io.js v3 and the soon-to-be-released node.js v4. Tests pass on OS X 10.10.5, using io.js v3.2.0. Sorry for the huge number of changes, but Nan v2's API is quite different from v1.
If you prefer, I can squash these commits. I'm never sure if maintainers like clean commits or if they want more insight into how the code was made.