doc,assert,timers: assign deprecation codes#18564
doc,assert,timers: assign deprecation codes#18564addaleax wants to merge 2 commits intonodejs:masterfrom
Conversation
Overlooked when landing the respective PRs.
|
Oh hmm, I guess I thought these were done at release time for some reason. Sorry about that. |
|
I think that test case should still be |
|
@Fishrock123 It’s 5 because the real deprecation codes for |
lib/timers.js
Outdated
| @@ -377,7 +377,7 @@ function enroll(item, msecs) { | |||
| exports.enroll = util.deprecate(enroll, | |||
| 'timers.unenroll() is deprecated. ' + | |||
There was a problem hiding this comment.
The deprecation code is for enroll below, but the message is about unenroll().
Those were using the same deprecation number Perhaps it would be better to use |
Overlooked when landing the respective PRs. PR-URL: nodejs#18564 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
|
Landed in 82a7347 As a side note: I updated my script to complain in case something has to be replaced while landing ;-) |
|
Should this be backported to |
Overlooked when landing the respective PRs. PR-URL: nodejs#18564 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
|
Should this be backported to |
Overlooked when landing the respective PRs.
/cc @Fishrock123 @BridgeAR @jasnell
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
doc,assert,timers