[v10.x backport] util: handle null prototype on inspect#23655
[v10.x backport] util: handle null prototype on inspect#23655antsmartian wants to merge 1 commit intonodejs:v10.x-stagingfrom
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 <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: John-David Dalton <[email protected]>
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 <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: John-David Dalton <[email protected]>
|
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 <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: John-David Dalton <[email protected]>
This makes sure the prototype is always detected properly. Backport-PR-URL: #23655 PR-URL: #22331 Fixes: #22141 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: John-David Dalton <[email protected]>
Backport : https://github.com/nodejs/node/pull/22331/files
make -j4 test(UNIX), orvcbuild test(Windows) passes