util: fix sparse array inspection by BridgeAR · Pull Request #22283 · nodejs/node

@BridgeAR

For very special sparse arrays it was possible that util.inspect
visualized the entries not in the intended way.

@nodejs-github-bot added the util

Issues and PRs related to the built-in util module.

label

Aug 12, 2018

@BridgeAR BridgeAR added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Aug 13, 2018

BridgeAR added a commit to BridgeAR/node that referenced this pull request

Aug 15, 2018
For very special sparse arrays it was possible that util.inspect
visualized the entries not in the intended way.

PR-URL: nodejs#22283
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

targos pushed a commit that referenced this pull request

Aug 19, 2018
For very special sparse arrays it was possible that util.inspect
visualized the entries not in the intended way.

PR-URL: #22283
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

targos pushed a commit that referenced this pull request

Sep 3, 2018
For very special sparse arrays it was possible that util.inspect
visualized the entries not in the intended way.

PR-URL: #22283
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

This was referenced

Sep 6, 2018