-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: move inspect in separate file #22845
Conversation
Two questions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would love to see whether we might even be able to split this out into its own library eventually, that we could then vendor in.
😍 😻 😍 😻 |
Yes, but please backport it with other pending changes to util.inspect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
Not really. For me
Yes, definitely. New CI after moving it again: https://ci.nodejs.org/job/node-test-pull-request/17227/ |
The inspect function became very big and it's better to handle this in a separate file.
61ffd06
to
1e964d7
Compare
Rebased due to conflicts. |
|
Rebuild Windows: https://ci.nodejs.org/job/node-test-commit-windows-fanned/20919/ ✔️ |
The inspect function became very big and it's better to handle this in a separate file. PR-URL: nodejs#22845 Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Landed in c600a3c |
@BridgeAR please backport asap :) |
The inspect function became very big and it's better to handle this in a separate file. PR-URL: nodejs#22845 Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The inspect function became very big and it's better to handle this in a separate file. Backport-PR-URL: #23226 PR-URL: #22845 Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The inspect function became very big and it's better to handle this in a separate file. Backport-PR-URL: #23226 PR-URL: #22845 Reviewed-By: John-David Dalton <john.david.dalton@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The inspect function became very big and it's better to handle this
in a separate file.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes