-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Conversation
To minimize potential problems with the higher `util.inspect()` depth default it is lowered to five as a intermediate step.
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? |
@sam-github absolutely! I totally overlooked to change that again. |
@BridgeAR Looks like this needs a rebase? |
This will need to land by Saturday in order to make it in to 11.0.0 |
can this please make it into a 11x release. |
Since the change this builds on was reverted, should this be closed? Or rebased? Opened as a new PR? |
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), orvcbuild test
(Windows) passes