nodejs-github-bot · GitHub

Implementing the %o and %O as formatting specifier for util.format.
Based on discussion in issue, this specifier should just call
util.inspect to format passed in value.
Fixes: nodejs#14545

@nodejs-github-bot added the util

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

label

Jul 31, 2017

vsemozhetbyt

TimothyGu

tniessen

Doc update

silverwind

@silverwind silverwind added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Aug 1, 2017
Nit fix and changing behavior of %o

vsemozhetbyt

@gla5001

tniessen pushed a commit that referenced this pull request

Aug 4, 2017
Implementing the %o and %O formatting specifiers for util.format.
Based on discussion in issue, this specifier should just call
util.inspect to format the value.
PR-URL: #14558
Fixes: #14545
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>

Closed

addaleax pushed a commit that referenced this pull request

Aug 10, 2017
Implementing the %o and %O formatting specifiers for util.format.
Based on discussion in issue, this specifier should just call
util.inspect to format the value.
PR-URL: #14558
Fixes: #14545
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>

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

Aug 13, 2017

Closed

addaleax added a commit that referenced this pull request

Aug 13, 2017
Ref: #14558
PR-URL: #14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

addaleax added a commit that referenced this pull request

Aug 13, 2017
Ref: #14558
PR-URL: #14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>

Merged

addaleax added a commit that referenced this pull request

Aug 13, 2017
Notable changes
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

addaleax added a commit that referenced this pull request

Aug 14, 2017
Notable changes
* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](#14239)
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](#14465)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

evanlucas pushed a commit that referenced this pull request

Aug 15, 2017
Notable changes
* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](#14239)
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](#14465)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](#14558)
PR-URL: #14811

MSLaguana pushed a commit to nodejs/node-chakracore that referenced this pull request

Aug 21, 2017
Notable changes
* **HTTP2**
  * Experimental support for the built-in `http2` has been added via the
    `--expose-http2` flag.
    [#14239](nodejs/node#14239)
* **Inspector**
  * `require()` is available in the inspector console now.
    [#8837](nodejs/node#8837)
  * Multiple contexts, as created by the `vm` module, are supported now.
    [#14465](nodejs/node#14465)
* **N-API**
  * New APIs for creating number values have been introduced.
    [#14573](nodejs/node#14573)
* **Stream**
  * For `Duplex` streams, the high water mark option can now be set
    independently for the readable and the writable side.
    [#14636](nodejs/node#14636)
* **Util**
  * `util.format` now supports the `%o` and `%O` specifiers for printing
    objects.
    [#14558](nodejs/node#14558)
PR-URL: nodejs/node#14811

@pvdlg pvdlg mentioned this pull request

Oct 30, 2017

Closed

Closed

4 tasks

Read the original on github.com ↗