nodejs-github-bot · GitHub

@nodejs-github-bot added the util

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

label

May 14, 2019

@BridgeAR BridgeAR added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

May 14, 2019
This adds a reference anchor to circular structures when using
`util.inspect`. That way it's possible to identify with what object
the circular reference corresponds too.

@BridgeAR

@BridgeAR

addaleax

@BridgeAR BridgeAR added the author ready

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

label

May 14, 2019

benjamingr

antsmartian

Fishrock123

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

May 20, 2019
This adds a reference anchor to circular structures when using
`util.inspect`. That way it's possible to identify with what object
the circular reference corresponds too.
PR-URL: nodejs#27685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

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

Aug 6, 2019
This adds a reference anchor to circular structures when using
`util.inspect`. That way it's possible to identify with what object
the circular reference corresponds too.
PR-URL: nodejs#27685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

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

Aug 6, 2019
This patch makes sure no breaking changes from the referenced
semver-major PR are backported.
Refs: nodejs#27685

Closed

4 tasks

Merged

BridgeAR added a commit that referenced this pull request

Sep 25, 2019
This adds a reference anchor to circular structures when using
`util.inspect`. That way it's possible to identify with what object
the circular reference corresponds too.
PR-URL: #27685
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

Merged

This was referenced

Sep 25, 2019

Closed

Closed

Closed

Closed

Closed

Closed

@BridgeAR

BridgeAR deleted the add-circular-reference-anchors branch

January 20, 2020 12:04

trentm added a commit to trentm/node-bunyan that referenced this pull request

Jun 27, 2020
…rcular refs
In nodejs/node#27685 (part of node v14), how
objects with circular references are stringified with `util.inspect` changed.

trentm added a commit to trentm/node-bunyan that referenced this pull request

Jun 27, 2020
…rcular refs
In nodejs/node#27685 (part of node v14), how
objects with circular references are stringified with `util.inspect` changed.

Read the original on github.com ↗