Skip to content

util: mark classes while inspecting them - #32332

Closed
BridgeAR wants to merge 3 commits into
masterfrom
2020-03-17-highlight-classes-while-inspecting
Closed

util: mark classes while inspecting them#32332
BridgeAR wants to merge 3 commits into
masterfrom
2020-03-17-highlight-classes-while-inspecting

Conversation

@BridgeAR

@BridgeARBridgeAR commented Mar 17, 2020

Copy link
Copy Markdown
Member

This outlines the basic class setup when inspecting a class.

The implementation is a bit tricky but it should cover all edge cases.

Fixes: #32270

Signed-off-by: Ruben Bridgewater ruben@bridgewater.de

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the util Issues and PRs related to the built-in util module. label Mar 17, 2020
@BridgeAR
BridgeAR requested a review from addaleaxMarch 17, 2020 21:38
Comment threadtest/parallel/test-util-inspect.js Outdated
Comment threadtest/parallel/test-util-inspect.js Outdated
@BridgeAR
BridgeARforce-pushed the 2020-03-17-highlight-classes-while-inspecting branch from 70f4a4e to 5fb30dcCompareMarch 18, 2020 22:31
devsnek
devsnek previously requested changes Mar 18, 2020
Comment threadlib/internal/util/inspect.js Outdated
Ruben Bridgewaterand others added 2 commits May 8, 2020 10:52
This outlines the basic class setup when inspecting a class.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
@BridgeAR
BridgeARforce-pushed the 2020-03-17-highlight-classes-while-inspecting branch from 5fb30dc to 03007cbCompareMay 8, 2020 15:14
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@devsnek
devsnek dismissed their stale reviewMay 12, 2020 16:29

outdated

@MEGAPUNSHMEGAPUNSH left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

2020-03-17-highlight-classes-while-inspecting

@BridgeAR

Copy link
Copy Markdown
MemberAuthor

@nodejs/util PTAL. This is open for quite a while by now.

@addaleaxaddaleax left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM 👍

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 17, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@addaleax

Copy link
Copy Markdown
Member

Landed in 3a51588

addaleax pushed a commit that referenced this pull request May 20, 2020
This outlines the basic class setup when inspecting a class.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #32332Fixes: #32270
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
@addaleax
addaleax deleted the 2020-03-17-highlight-classes-while-inspecting branch May 20, 2020 10:32
codebytere pushed a commit that referenced this pull request Jun 18, 2020
This outlines the basic class setup when inspecting a class.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #32332Fixes: #32270
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
@codebyterecodebytere mentioned this pull request Jun 28, 2020
codebytere pushed a commit that referenced this pull request Jul 6, 2020
This outlines the basic class setup when inspecting a class.
Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #32332Fixes: #32270
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
@codebyterecodebytere mentioned this pull request Jul 13, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

minor request on logging classes

8 participants

@BridgeAR@nodejs-github-bot@addaleax@mscdex@antsmartian@devsnek@himself65@MEGAPUNSH