-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Node.js 8.0.0 Tracking Issue #10117
Comments
We could also try to use a Github project? |
Perhaps. I'm not sure how that would be any different than the milestone,
however.
…On Sun, Dec 4, 2016 at 9:29 PM Michaël Zasso ***@***.***> wrote:
We could also try to use a Github project?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#10117 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAa2eSLEy7YB4K-hfxJuKkc93AWUMx_Tks5rE6EjgaJpZM4LDy9d>
.
|
Probably need to add an issue for deprecating the current CLI debugger. |
Ooh... Yeah, good idea. We will need the new stuff to come out of experimental at the same time the old debugger deprecates. |
Yeah this is very important because we will probably have V8 5.8 or 5.9 by the time of the release and the old debugging protocol is removed as of 5.7! See: #9789 |
It would be nice if they could have, you know, given us a heads up specifically about that. Thanks V8 team. 😠 Guess we need to issue another semver-minor deprecation in node 7 and maybe 6 that everyone will hate. |
The protocol has been deprecated in V8 for at least one year, and I think longer than that. @ofrobots opened an issue in June to discuss getting off the deprecated protocol. I'm pretty sure he surfaced the issue before that too, but certainly at least since then. |
By the way, the debugger thing is on the CTC agenda this week, at least indirectly, as nodejs/CTC#40. |
@targos Is there a date when |
|
So there is hope that nodejs release will wait for V8 5.8, as 7.0.0 did with 5.4 |
Only if V8 5.8 comes out in April. |
Extrapolating from the schedule, my non-official estimat is that V8 5.8 will go stable during the last week of April. My guesstimate is that Node 8.0.0 will ship on April 25. If we hold things, V8 5.8 may be possible in 8.0.0, but the schedule is too tight for comfort. I don't see a way to get V8 5.9 in though. @targos: perhaps you meant as a ABI compatible upgrade sometime after 8.0? Re: the old debug protocol. This has been deprecated for at least 2 years – we just haven't done anything about it. I guess the fault is partially mine that I didn't make even more noise about the imminent deprecation. After chatting with the V8 team, they have agreed to delay the removal of the old debug protocol from V8 5.7 to V8 5.8. This should give us some deprecation breathing room if 8.0.0 ships with V8 5.7 instead of V8 5.8. Coming up with an API/ABI compatible patch to upgrade to 5.8/5.9 during the life of 8.x would be a lot more work though. Regardless, as discussed in the collaborator summit, we will need to immediately start working on figuring out a path forward for the old debug protocol going away. |
The timing is going to depend largely on what kinds of breakage is expected in 5.8. Once the branch is cut in early March, the ability to land semver-major PRs will be cut significantly and will require CTC sign off (that's not an absolute rule, just the way that I'll be handling this release). If there are any breaking changes going into 5.8, they will be need to be reviewed carefully. |
No you're right. I just went too fast and looked at the Branch points schedule. |
For the record: the legacy debugging JSON protocol has been deprecated for a very long time already. The reason it stayed functional until now is because there was no reasonable migration path away from it (aside from using the not-well-documented debug context). This has changed since v8-inspector finally landed in V8. |
I'm trying to integrate V8 5.8 and it seems that |
@targos what do you mean by "compromised"? v8::Debug::GetDebugContext is deprecated but should still work. |
@hashseed see https://github.com/nodejs/node/blob/master/src/node_contextify.cc#L262-L275. We are using v8::Debug::GetMirror. |
Hehehe... check out this: v8@293fc84 |
Three things that need to be worked out, at least two of which will likely come down to the CTC in my opinion:
|
The I will generate a new test build each week and will begin working on the release candidate process starting April 4th. @nodejs/collaborators @nodejs/ctc ... please work on landing all semver-major commits that should go into Node.js 8.0.0 by April 4th. |
New test build: https://ci-release.nodejs.org/job/iojs+release/1576 |
@jasnell this page is not public? I get "Access Denied". |
It's on the release ci so only release team members have access. |
ping @nodejs/build @nodejs/release ... see https://ci-release.nodejs.org/job/iojs+release/1593/nodes=vs2015-x86/console (/cc @jbergstroem) |
@jasnell that looks like nodejs/v8#4, did that run with all the commits from #11752? I see 9c9e2d7 in |
@joaocgreis ... ok. I'll be running another test build tomorrow and will be syncing v8.x-staging and v8.x with master before I run. |
@jasnell there's a real issue here, tracking in nodejs/build#669 and nodejs/v8#4. |
Both tickets in the above comment have been closed. Is there still outstanding issues? |
@gordysc None! Release the Kraken! :D |
Sorry if this is the wrong place but is node 8 going to have support for trailing commas for function calls? Here's the commit on v8 that implements it: https://bugs.chromium.org/p/v8/issues/detail?id=5051 |
@vjeux Yes, it was shipped in v8 |
One for the release notes:
Refs #13210 and others. |
Landed. Thank you all. |
It's still very early in the process, but this will be the issue that I use to track the issues and todo's around the Node.js 8.0.0 release that will land in April 2017. The current plan is to cut the
v8.x
branch offmaster
in the first couple of weeks in March 2017 (just about 3 months from now). This issue will be updated periodically with the relevant todo's.The text was updated successfully, but these errors were encountered: