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

lib,tools: fix perm deopts #13384

Merged
merged 4 commits into from
Jun 5, 2017
Merged

lib,tools: fix perm deopts #13384

merged 4 commits into from
Jun 5, 2017

Commits on Jun 5, 2017

  1. tools: fix node args passing in test runner

    This fixes a regression from 53c88fa so that special arguments
    can once again be passed to the node executable when running tests.
    
    PR-URL: nodejs#13384
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    mscdex committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    8cc8358 View commit details
    Browse the repository at this point in the history
  2. events: fix potential permanent deopt

    PR-URL: nodejs#13384
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    mscdex committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    e374e44 View commit details
    Browse the repository at this point in the history
  3. process: fix permanent deopt

    PR-URL: nodejs#13384
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    mscdex committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    fc6f487 View commit details
    Browse the repository at this point in the history
  4. net: fix permanent deopt

    PR-URL: nodejs#13384
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    mscdex committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    d081548 View commit details
    Browse the repository at this point in the history