-
Notifications
You must be signed in to change notification settings - Fork 30k
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: fix inspection of class instance prototypes #33449
Conversation
remember to use |
@nodejs/util PTAL |
This could use some reviews. Not sure whom else to ping. |
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.
LGTM
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.
LGTM.
(I have some minor code style nits after running this with the debugger but honestly this went 6 days without lots of attention and I feel the code is mostly good and I'll just follow up with a PR if I feel strongly enough about the nits.)
To achieve this, some internal custom inspect functions had to be changed. They relied upon the former behavior. Fixes: nodejs#33419 Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: nodejs#33449 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
3f8d01e
to
8bb164d
Compare
@benjamingr if you would like anything changed, please comment. I am happy to follow-up on those. |
Signed-off-by: Ruben Bridgewater <[email protected]>
To achieve this, some internal custom inspect functions had to be changed. They relied upon the former behavior. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: nodejs#33449 Fixes: nodejs#33419 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Landed in e24731c |
To achieve this, some internal custom inspect functions had to be changed. They relied upon the former behavior. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33449 Fixes: #33419 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
To achieve this, some internal custom inspect functions had to be changed. They relied upon the former behavior. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33449 Fixes: #33419 Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
@BridgeAR should this go back to v12.x? Looks like it'll need a manual backport if yes - if not just remove the label :) |
To achieve this, some internal custom inspect functions had to be
changed. They relied upon the former behavior.
Fixes: #33419
Signed-off-by: Ruben Bridgewater [email protected]
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes