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

util: reduce inspection depth default to five #23350

Closed
wants to merge 2 commits into from

Conversation

BridgeAR
Copy link
Member

@BridgeAR BridgeAR commented Oct 9, 2018

To minimize potential problems with the higher util.inspect() depth default it is lowered to five as a intermediate step.

I added the don't-land-on labels instead of marking this as semver-major since this relies on a semver-major commit.

Refs: #22846 (comment)

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

To minimize potential problems with the higher `util.inspect()` depth
default it is lowered to five as a intermediate step.
@nodejs-github-bot nodejs-github-bot added the util Issues and PRs related to the built-in util module. label Oct 9, 2018
@BridgeAR
Copy link
Member Author

BridgeAR commented Oct 9, 2018

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 9, 2018
@sam-github
Copy link
Contributor

Maybe I'm confused about where this default is used, but since this is changing the default depth, doesn't this PR have to touch the docs where it describes the default depth as 20?

@BridgeAR
Copy link
Member Author

BridgeAR commented Oct 9, 2018

@sam-github absolutely! I totally overlooked to change that again.

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

@addaleax
Copy link
Member

@BridgeAR Looks like this needs a rebase?

@addaleax addaleax added this to the 11.0.0 milestone Oct 12, 2018
@addaleax addaleax removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Oct 12, 2018
@jasnell
Copy link
Member

jasnell commented Oct 17, 2018

This will need to land by Saturday in order to make it in to 11.0.0

@jasnell jasnell removed this from the 11.0.0 milestone Oct 23, 2018
@devsnek
Copy link
Member

devsnek commented Oct 29, 2018

can this please make it into a 11x release.

@Trott
Copy link
Member

Trott commented Nov 15, 2018

Since the change this builds on was reverted, should this be closed? Or rebased? Opened as a new PR?

@BridgeAR BridgeAR closed this Nov 15, 2018
@BridgeAR BridgeAR deleted the reduce-depth branch January 20, 2020 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util Issues and PRs related to the built-in util module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants