-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
src: bump version to v8.0.0 for master #8956
Conversation
V8 was already bumped to 5.4, is it going to be bumped again to 5.5+? |
Not just V8. Backwards incompatible changes to src/node.h or other public headers or e.g. upgrading to libuv v2 would warrant bumps too. |
@rvagg I think we left it that the bump would happen when a change landed that required it. |
OK, no |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
merged @ 762f64a |
PR-URL: #8956 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
merged @ d317184 |
We have a
v7.x
branch which owns the v7.x versioning somaster
needs to move on to v8. One of the primary problems we have right now is nightly builds: https://nodejs.org/download/nightly/ they are still coming offmaster
so the only v7.x builds you see there are from master and not from the newv7.x
branch. I'd like to have v8.0.0-pre builds coming out ofmaster
and start a new nightly stream offv7.x-staging
.I don't think we're updating
NODE_MODULE_VERSION
at the same time here, that's going to come when we bump V8 on master right? I've already forgotten how our conversation about that played out, @thealphanerd?