-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
timers: use custom inspection for linked lists #23108
Conversation
735f080
to
9de81ef
Compare
Inspecting linked lists is something that is not really useful. Instead, just use a custom inspection function and hide everything besides the first level.
64f471c
to
1ad6994
Compare
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.
SGTM although it'd be nice if there was a way to only ignore [TimersList]
s here. If a user attaches an object it should probably still inspect as normal...
@Fishrock123 it would be possible inspecting the object deeper using |
@nodejs/timers @nodejs/util PTAL |
CI: https://ci.nodejs.org/job/node-test-pull-request/17545/ ✔️ (besides Windows fanned) |
Rebuild Windows fanned https://ci.nodejs.org/job/node-test-commit-windows-fanned/21167/ |
Landed in d8baf67. |
Inspecting linked lists is something that is not really useful. Instead, just use a custom inspection function and hide everything besides the first level. PR-URL: #23108 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Inspecting linked lists is something that is not really useful. Instead, just use a custom inspection function and hide everything besides the first level. PR-URL: #23108 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Inspecting linked lists is something that is not really useful.
Instead, just use a custom inspection function and hide everything
besides the first level.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes