Uh oh!
There was an error while loading. Please reload this page.
util: Remove p, has been deprecated for years - #2529
Conversation
chrisdickinson
commented
Aug 24, 2015
Adding this to the list of things to check. |
brendanashworth
commented
Aug 24, 2015
+1, FWIW, here's the deprecation commit from five years ago: 022c083 |
Fishrock123
commented
Aug 24, 2015
I think it's definitely safe to remove something deprecated in |
mscdex
commented
Aug 25, 2015
LGTM |
geek
commented
Aug 31, 2015
@chrisdickinson update? |
chrisdickinson
commented
Sep 16, 2015
Still working on the tool to check. It's coming along, but I'm not sure there should be a rush to remove this? |
chrisdickinson
commented
Sep 16, 2015
(OTOH, it's really unlikely that removing |
bnoordhuis
commented
Sep 16, 2015
For the record, |
rvagg
commented
Sep 23, 2015
TSC agreed to remove |
targos
commented
Oct 9, 2015
Added to the 5.0.0 milestone. |
Fishrock123
commented
Oct 10, 2015
LGTM |
thefourtheye
commented
Oct 10, 2015
LGTM. |
ChALkeR
commented
Oct 10, 2015
Quick grep results for deck-node-1.0.11.tgz/typed/async/async-tests.ts:185: function(){sys.p('one');},deck-node-1.0.11.tgz/typed/async/async-tests.ts:186: function(){sys.p('two');},deck-node-1.0.11.tgz/typed/async/async-tests.ts:187: function(){sys.p('three');}definitively-typed-0.0.1.tgz/async/async-tests.ts:243: function(){sys.p('one');},definitively-typed-0.0.1.tgz/async/async-tests.ts:244: function(){sys.p('two');},definitively-typed-0.0.1.tgz/async/async-tests.ts:245: function(){sys.p('three');}mysql-native-prerelease-1.4.2.tgz/examples/myhttp.js:8:process.addListener('uncaughtException',function(err){sys.p(err);});mysql-native-prerelease-1.4.2.tgz/examples/myhttp.js:40: sys.p(q);mysql-native-prerelease-1.4.2.tgz/tests/test_execute.js:11:examplecmd.on('error',function(s){sys.p(s);});mysql-native-prerelease-1.4.2.tgz/tests/test_stress.js:9:sys.p(numclients);noblerecord-v1.0.1.tgz/src/mysql.js:154: sys.p(me.connection.connectError);restler-aaronblohowiak-0.0.2.tgz/test/multipartform.js:37: sys.p(bytesWritten);restler-aaronblohowiak-0.0.2.tgz/test/multipartform.js:72: sys.p("closing and sending");shoutcast-0.0.2.tgz/lib/file.js:23: sys.p(erro);webidl.js-0.1.0.tgz/scratch/test.js:22: sys.p(e);LGTM |
targos
commented
Oct 16, 2015
CI before landing: https://ci.nodejs.org/job/node-test-commit/861/ |
targos
commented
Oct 16, 2015
@geek this breaks a test. Do you have time to fix it ? |
targos
commented
Oct 19, 2015
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>
targos
commented
Oct 19, 2015
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