Skip to content

Conversation

@cjihrig
Copy link
Contributor

This commit causes the Tracing class to account for util.inspect() depth.

Similar to #27983. After this commit, all of these cases in core are handled.

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

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Jun 3, 2019

CI: https://ci.nodejs.org/job/node-test-pull-request/23597/

EDIT(cjihrig): CI was yellow.

@BridgeARBridgeAR added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events. util Issues and PRs related to the built-in util module. labels Jun 4, 2019
This commit causes the Tracing class to account for util.inspect() depth. PR-URL: nodejs#28037 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
@cjihrigcjihrig merged commit 81a9c72 into nodejs:masterJun 5, 2019
@cjihrigcjihrig deleted the custom-inspect branch June 5, 2019 19:42
BridgeAR pushed a commit that referenced this pull request Jun 17, 2019
This commit causes the Tracing class to account for util.inspect() depth. PR-URL: #28037 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
@BridgeARBridgeAR mentioned this pull request Jun 17, 2019
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.trace_eventsIssues and PRs related to V8, Node.js core, and userspace code trace events.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cjihrig@nodejs-github-bot@addaleax@lpinca@BridgeAR