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: auto random fill Buffer(num) and new Buffer(num) #11806

Closed
wants to merge 3 commits into from

Commits on Mar 12, 2017

  1. Configuration menu
    Copy the full SHA
    12cf538 View commit details
    Browse the repository at this point in the history
  2. src: add --pending-deprecation and NODE_PENDING_DEPRECATION

    Command line flag that can be used to indicate that pending
    deprecations should be emitted.
    jasnell committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    53b1253 View commit details
    Browse the repository at this point in the history
  3. buffer: add pending deprecation warning

    The pending deprecation warning is off by default.
    Launch the node process with --pending-deprecation
    or NODE_PENDING_DEPRECATION=1 env var set.
    jasnell committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    e89e556 View commit details
    Browse the repository at this point in the history