-
Notifications
You must be signed in to change notification settings - Fork 596
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
Examples out of date #46
Comments
v4 and v5 should be the same, we need to figure out a way of separating these into logical groups of major API changes instead of having a directory for each of them. Perhaps the README is enough for documenting this? |
Perhaps simply organized by the major version in which the API changed? So
|
@rvagg I can write the examples for v4 and create a v4 folder. Can you be a little more specific about which examples I need to change as there are many of them. |
@saprative to be consistent we should do all of them, make a new folder "node_4.x" in each of the example directories and put in the code from the addons documentation from core. You'll have to do some editing to make them format properly and present nicely but it's not hard. |
I'm just starting out in C++ & pretty decent in node.js, but I'll help where ever i can. |
Should we rather rely on git branches instead of folders? I suppose it can be harder to fix shared typos and bugs across various branches though. |
@italoacasas I was considering the same thing, maybe label that differently after trying with the current node versions, do we need to make sure it works only with the LTS versions, or also with node v5? |
Hey @italoacasas, any luck with the v4, v5 versions? I am also looking to have a crack at these and get things back up to date. |
#49 is pretty much done, just waiting on some more "LGTM"'s, which documentation are you referring too? I guess the only other thing that I missed out in my PR is to update the readme with information that 4.x applies to 5.x as well. |
Yes. I was talking about the readme. |
All of the Addon examples are out of date. We need v4, v5 and soon v6 examples. The most recent appear to be v0.12
The text was updated successfully, but these errors were encountered: