Uh oh!
There was an error while loading. Please reload this page.
src: deprecate vm.runInDebugContext - #12815
Conversation
Fishrock123
commented
May 3, 2017
Will there be no similar behavior? |
TimothyGu
left a comment
There was a problem hiding this comment.
The deprecation status in doc/api/deprecations.md also needs to be changed to Runtime.
There was a problem hiding this comment.
This change should go in separately with v8.x.
There was a problem hiding this comment.
This should be REPLACEME rather than listing a specific version here.
There was a problem hiding this comment.
@TimothyGu Done (but deprecated: v8.0.0 is correct since that’s when we docs-deprecated)
addaleax
commented
May 23, 2017
ping @joshgav |
fhinkel
commented
Aug 3, 2017
TimothyGu
commented
Aug 31, 2017
@fhinkel Yes I believe so. |
targos
commented
Oct 21, 2017
Should we reopen since #13295 won't be in v9? |
addaleax
commented
Oct 22, 2017
@targos yup |
1894455 to
66fa03dCompareI don’t think @joshgav is very active right now, so I’ve rebased and force-pushed this. @nodejs/tsc This needs to be in Node 9, ptal CI: https://ci.nodejs.org/job/node-test-commit/13371/ (edit: self-assignment to keep track, shouldn’t stop anybody from merging) |
targos
commented
Oct 23, 2017
I just pushed a commit to change the deprecation type in the documentation. |
addaleax
commented
Oct 23, 2017
Landed in 88e55fe |
PR-URL: #12815 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs/node#12815 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs/node#12815 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
Runtime deprecation of
vm.runInDebugContext. To land in v9.x.