-
Notifications
You must be signed in to change notification settings - Fork 505
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
Next #334
Conversation
LGTM although the CI seems (partially) unhappy. Out of curiosity, why was NanNewContextHandle deprecated? |
AppVeyor hasn't pulled in build images for io.js 2 yet, they have it scheduled NanNewContextHandle was replaced with NanNew.
|
e931e21
to
b1f2c47
Compare
7146bc3
to
6b41ba7
Compare
Only things missing now are:
|
Don't know why appveyor lists a failure although nothing failed. Can't reproduce. |
Probably fixed it now. It was due to a sort of broken test (more like broken io.js). Calling |
b99b6b4
to
dbf7f9c
Compare
A whole lot of documentation will need to be written and rewritten. Should we make use of Doxygen or some other similar alternative? It would be nice to have proper documentation that did not require too much prerequisite API knowledge. In the past, this was less of a problem, as NAN was mostly used to port existing addons, but now almost all of them use NAN and the docs are more important for new developments. Should NAN be documented the same way a core module would be documented, to fit in with other node docs? P.S. I don't like writing documentation. |
I'm not a big fan of doxygen. It is either in the way or annoyingly uninformative. Sometimes both. I'd rather help with writing proper documentation. IMO it is the only way to describe things like P.S. I don't either ... but then who does? |
I'm not that big a fan of Doxygen myself either. I like reading its output, but don't like seeing it in the code or writing it. The reason I thought about it is because many classes are almost directly derived from V8. Please do help out with writing proper documentation, I have so many things to do that documentation gets rather low priority, even though I know that documentation is important for the end-user. |
Merged. 2.0.0 Is out. @rvagg Nothing should block io.js 3.0 anymore. |
Woohoo! Thanks @kkoopa, I'm working on release notes for v3 now. Should be out soon. |
Start collecting pull requests for NAN 2 here.