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

buffer,error: improve bigint, big numbers and more #27228

Closed

Commits on Apr 15, 2019

  1. buffer,error: improve bigint, big numbers and more

    This improves the error message from `ERR_OUT_OF_RANGE` by closer
    inspecting the value and logging numbers above 2 ** 32 by adding
    commas to the output for integer and bigint. BigInt is now also
    marked if used.
    
    Buffer errors also format the range as 2 ** n instead of showing a
    huge number.
    BridgeAR committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    8dd4ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1987eeb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    9e05154 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    f823287 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    19aebdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7c61bb View commit details
    Browse the repository at this point in the history