Skip to content
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

util,console: more spec compliant util format #23708

Closed

Commits on Nov 30, 2018

  1. util,console: handle symbols as defined in the spec

    The `console` functions rely on the `util.format()` behavior. It
    did not follow the whatwg spec when it comes to symbols in combination
    with the %d, %i and %f format specifiers. Using a symbol argument in
    combination with one of these specifiers resulted in an error instead
    of returning `'NaN'`. This is now fixed by this patch.
    BridgeAR committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    baae49c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. fixup: fix typo

    Co-Authored-By: BridgeAR <ruben@bridgewater.de>
    richardlau and BridgeAR committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    dcdf5c2 View commit details
    Browse the repository at this point in the history