-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib: remove the use of util.isFunction #29566
Conversation
2318ad8
to
348d0ab
Compare
@himself65 Do we have a way to check the coverage and match it against the list of deprecated api? How did you stumble upon this anyways ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@shobhitchittora I wanted to write something in |
This needs a rebase. |
Rebased and force-pushed to remove commit that had been force-pushed over on master earlier today, and also to remove the merge commit (which CI fails on). |
yeah, i know but recently i have no PC :(
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Rich Trott <notifications@github.com>
发送时间: Wednesday, September 18, 2019 7:41:33 AM
收件人: nodejs/node <node@noreply.github.com>
抄送: 扩散性百万甜面包 <himself65@outlook.com>; Mention <mention@noreply.github.com>
主题: Re: [nodejs/node] lib: remove the use of util.isFunction (#29566)
Rebased and force-pushed to remove commit that had been force-pushed over on master earlier today, and also to remove the merge commit (which CI fails on).
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#29566?email_source=notifications&email_token=ADLAM6FV2M3ETOUQYWQB3XLQKFTK3A5CNFSM4IW2RZF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD66G2RQ#issuecomment-532442438>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADLAM6AQF5R4LK7SAQLKLQDQKFTK3ANCNFSM4IW2RZFQ>.
|
Yeah, no problem, I did it already, I was just documenting that I did that. Restarted tests and if they pass, this is ready to land. |
thanks a lot
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: Rich Trott <notifications@github.com>
发送时间: Wednesday, September 18, 2019 7:49:58 AM
收件人: nodejs/node <node@noreply.github.com>
抄送: 扩散性百万甜面包 <himself65@outlook.com>; Mention <mention@noreply.github.com>
主题: Re: [nodejs/node] lib: remove the use of util.isFunction (#29566)
yeah, i know but recently i have no PC :(
Yeah, no problem, I did it already, I was just documenting that I did that. Restarted tests and if they pass, this is ready to land.
―
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#29566?email_source=notifications&email_token=ADLAM6AIX6BDV5PL5TXB4H3QKFUKNA5CNFSM4IW2RZF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD66HHNA#issuecomment-532444084>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADLAM6F3D3KJDI75J62SD3DQKFUKNANCNFSM4IW2RZFQ>.
|
PR-URL: #29566 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Landed in 7fa03b5 |
PR-URL: #29566 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #29566 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
see https://nodejs.org/dist/latest-v12.x/docs/api/util.html#util_util_isfunction_object
util.isFunction
has deprecated.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes