linkedlist: remove unused methods#11726
Conversation
indutny
left a comment
There was a problem hiding this comment.
LGTM, as long as CI is happy.
|
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. |
|
@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.
|
lgtm |
|
What @jasnell said. |
|
I've decided to do the |
PR-URL: #11726 Reviewed-By: Fedor Indutny <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
|
Landed in b40dab5 |
|
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)