Uh oh!
There was an error while loading. Please reload this page.
linkedlist: remove unused methods - #11726
Conversation
sam-github
commented
Mar 7, 2017
I think the entire module should be removed, as you say, its been runtime deprecated since 5.x, 8.x is a good time to remove it. |
jasnell
commented
Mar 7, 2017
@ChALkeR ... can you check to see if there is any ecosystem usage of |
cjihrig
left a comment
There was a problem hiding this comment.
LGTM if the ecosystem is not using it. I'd also be +1 to removing it completely if it's not being used.
@ChALkeR Any news? CITGM FWIW: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/666/ |
rvagg
commented
Mar 22, 2017
lgtm |
jasnell
commented
Mar 22, 2017
via email
If there are no significant uses in userland still, I'm ok with removing
the module. Otherwise, this pr as is is fine. …On Tue, Mar 21, 2017 at 9:29 PM Brian White ***@***.***> wrote:
To those who approved this.... is that an approval of this PR as-is or
approval of just removing the module entirely? @indutny
<https://github.com/indutny> @cjihrig <https://github.com/cjihrig>
@jasnell <https://github.com/jasnell> @rvagg <https://github.com/rvagg>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11726 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAa2eaZRaJhvK_GJW7-yKnd_bkJnccSdks5roKOTgaJpZM4MVKpo>
.
|
cjihrig
commented
Mar 22, 2017
What @jasnell said. |
I've decided to do the |
PR-URL: #11726 Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
jasnell
commented
Apr 4, 2017
Landed in b40dab5 |
ChALkeR
commented
May 4, 2017
Sorry, it looks like I forgot this one. It's completely ok to change, the public version of the module have been runtime-deprecated in #3078 and removed in #12113. The (old) usage data is at #3078 (comment) and was about 17 packages. |
This should probably only land once lib/_linklist.js is removed to avoid any breakage. Since that private module has been (runtime) deprecated since v5.0.0, should it finally be removed in v8.0.0? If not, I can mark this as 'in progress' or similar until it is removed. Thoughts @nodejs/ctc?
CI: https://ci.nodejs.org/job/node-test-pull-request/6736/
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)