-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
[v10.x backport] util: handle null prototype on inspect #23655
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
[v10.x backport] util: handle null prototype on inspect #23655
Conversation
92dc0a6 to
e983968
Compare
|
The build is failing (https://travis-ci.com/nodejs/node/jobs/151670153) because If I add this change, that should go as different commit or to be combined in the same commit? cc @BridgeAR @targos. Thanks! |
|
You can combine in the same commit. Thanks for doing that! |
e983968 to
98c716d
Compare
|
Thanks @targos. I have taken care those changes. |
3f63297 to
8e7a12f
Compare
|
hmmm, looks like conflict. Will get rebased with master. |
This makes sure the prototype is always detected properly. PR-URL: nodejs#22331 Fixes: nodejs#22141 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
98c716d to
a39f341
Compare
|
@BridgeAR I have now rebased with staging branch, can you have a look at it and merge if all good please? |
|
rebuild of OSX which failed due to infra: https://ci.nodejs.org/job/node-test-commit-osx/22376/ |
This makes sure the prototype is always detected properly. Backport-PR-URL: #23655 PR-URL: #22331 Fixes: #22141 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
|
landed in 3df083c |
|
@MylesBorins Thanks! |
This makes sure the prototype is always detected properly. Backport-PR-URL: #23655 PR-URL: #22331 Fixes: #22141 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
This makes sure the prototype is always detected properly. Backport-PR-URL: #23655 PR-URL: #22331 Fixes: #22141 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: John-David Dalton <john.david.dalton@gmail.com>
Backport : https://github.com/nodejs/node/pull/22331/files
make -j4 test(UNIX), orvcbuild test(Windows) passes