util: Remove p, has been deprecated for years#2529
util: Remove p, has been deprecated for years#2529geek wants to merge 1 commit intonodejs:masterfrom
Conversation
|
Adding this to the list of things to check. |
|
+1, FWIW, here's the deprecation commit from five years ago: 022c083 |
|
I think it's definitely safe to remove something deprecated in |
|
LGTM |
|
@chrisdickinson update? |
|
Still working on the tool to check. It's coming along, but I'm not sure there should be a rush to remove this? |
|
(OTOH, it's really unlikely that removing |
|
For the record, |
|
TSC agreed to remove |
|
Added to the 5.0.0 milestone. |
|
LGTM |
|
LGTM. |
|
Quick grep results for LGTM |
|
CI before landing: https://ci.nodejs.org/job/node-test-commit/861/ |
|
@geek this breaks a test. Do you have time to fix it ? |
Update deprecation test to use another method. Ref: nodejs#2529 PR-URL: nodejs#3432 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
|
Landed in 8b4adb2. |
This function has been deprecated for years... it's not documented either, so should fall under the implicit API deprecation policy:
https://github.com/joyent/node/blob/v0.8.28-release/lib/util.js#L450-L454