-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: increment NODE_MODULE_VERSION to 46 #2678
Conversation
V8 4.5 API changes that warrant this: * Remove deprecated v8::Object::TurnOnAccessCheck API * Remove obsolete options in ScriptCompiler::CompileOptions * Remove v8::Private Full details at https://docs.google.com/document/d/1g8JFi8T_oAE_7uAri7Njtig7fKaPDfotU6huOa1alds/edit?hl=en&forcehl=1
LGTM |
V8 4.5 API changes that warrant this: * Remove deprecated v8::Object::TurnOnAccessCheck API * Remove obsolete options in ScriptCompiler::CompileOptions * Remove v8::Private Full details at https://docs.google.com/document/d/1g8JFi8T_oAE_7uAri7Njtig7fKaPDfotU6huOa1alds/edit?hl=en&forcehl=1 PR-URL: #2678 Reviewed-By: targos - Michaël Zasso <[email protected]>
Landed in |
Hmmm, normally we'd do this as part of the stable release process rather than coupling it with landing V8. We're going to have to figure out how this fits in with our master/canary/unstable "release" process, I for one don't want to see this number incremented every time a |
Yeah it's probably best to leave this to @nodejs/release |
Acknowledged. It would simple to drop this commit from #2682 before merging to master. LMK. |
Dropped from #2682 and |
@ofrobots Can we remove vee-eight-4.5 branch now? |
@thefourtheye Done. |
Trying to get this into
vee-eight-4.5
before the PR to master.V8 4.5 C++ API changes that warrant this:
R=@rvagg, @nodejs/v8