Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

himself65
Copy link
Member

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), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the inspector Issues and PRs related to the V8 inspector protocol label Sep 15, 2019
@nodejs-github-bot
Copy link
Collaborator

@shobhitchittora
Copy link
Contributor

shobhitchittora commented Sep 15, 2019

@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 ?

Copy link
Contributor

@shobhitchittora shobhitchittora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@himself65
Copy link
Member Author

@shobhitchittora I wanted to write something in inspect else but I found the isFunction, then I entered Ctrl + F to search isFunction...

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 15, 2019
@lpinca
Copy link
Member

lpinca commented Sep 17, 2019

This needs a rebase.

@nodejs-github-bot
Copy link
Collaborator

@Trott
Copy link
Member

Trott commented Sep 17, 2019

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).

@nodejs-github-bot
Copy link
Collaborator

@himself65
Copy link
Member Author

himself65 commented Sep 17, 2019 via email

@Trott
Copy link
Member

Trott commented Sep 17, 2019

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.

@himself65
Copy link
Member Author

himself65 commented Sep 17, 2019 via email

@nodejs-github-bot
Copy link
Collaborator

Trott pushed a commit that referenced this pull request Sep 18, 2019
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>
@Trott
Copy link
Member

Trott commented Sep 18, 2019

Landed in 7fa03b5

@Trott Trott closed this Sep 18, 2019
@himself65 himself65 deleted the isFunction branch