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

test: migrate process.binding to internalBinding for misc. #24952

Closed
wants to merge 12 commits into from
Closed

test: migrate process.binding to internalBinding for misc. #24952

wants to merge 12 commits into from

Commits on Feb 27, 2019

  1. lib: migrate process.binding to internalBinding for misc modules

    In places of process.binding, migrate to adapt internalBinding, for
    miscellaneous, identified source code & tests for various modules.
    
    Refs: #22160
    BeniCheni committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    cca74a4 View commit details
    Browse the repository at this point in the history
  2. src: revert incorrect internalBinding back to process.binding

    Revert the previous incorrect migration of internalBinding from
    process.binding in lib/stream & inspect_repl.
    
    Refs: #22160
    BeniCheni committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    6b348d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc891a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa0d8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15c5aea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    081db81 View commit details
    Browse the repository at this point in the history
  7. Update test/parallel/test-fs-readdir-types.js

    Co-Authored-By: BeniCheni <benjaminlchen@gmail.com>
    joyeecheung and BeniCheni committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    741e63d View commit details
    Browse the repository at this point in the history
  8. test: update require os constants in test-dgram-bind-fd.js

    Co-Authored-By: BeniCheni <benjaminlchen@gmail.com>
    joyeecheung and BeniCheni committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    0f4db2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63a7690 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae788ad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. fixup

    addaleax committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d9f1730 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. fixup

    addaleax committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    feddd9d View commit details
    Browse the repository at this point in the history