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

src: fix deferred events not working with -e #1793

Merged
merged 4 commits into from
May 26, 2015

Commits on May 26, 2015

  1. src: fix deferred events not working with -e

    Defer evaluation of the script for a tick.  This is a workaround for
    events not firing when evaluating scripts on the command line with -e.
    
    Fixes: nodejs#1600
    PR-URL: nodejs#1793
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed May 26, 2015
    Configuration menu
    Copy the full SHA
    93a44d5 View commit details
    Browse the repository at this point in the history
  2. test: fix deprecation warning in addons test

    The non-isolate version of node::FatalException() is deprecated, switch
    to the version that takes an isolate as its first argument.
    
    PR-URL: nodejs#1793
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed May 26, 2015
    Configuration menu
    Copy the full SHA
    280fb01 View commit details
    Browse the repository at this point in the history
  3. test: remove stray copyright notices

    Commit 3e1b1dd ("Remove excessive copyright/license boilerplate") left
    in a few lines of boilerplate here and there.  This commit removes them.
    
    PR-URL: nodejs#1793
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed May 26, 2015
    Configuration menu
    Copy the full SHA
    c2b8b30 View commit details
    Browse the repository at this point in the history
  4. test: don't lint autogenerated test/addons/doc-*/

    The JS source files in test/addons/doc-*/ are scraped from the reference
    documentation in doc/api and need not conform to the style guide.
    
    PR-URL: nodejs#1793
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed May 26, 2015
    Configuration menu
    Copy the full SHA
    6dfca71 View commit details
    Browse the repository at this point in the history