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

Create vee-eight-5.0 branch (take 2) #5945

Merged
merged 2 commits into from
Apr 6, 2016

Commits on Apr 6, 2016

  1. deps: upgrade V8 to 5.0.71.25

    * Pick up the current branch head for V8 5.0 [1]
    * Edit v8 gitignore to allow trace_event copy
    * Update V8 DEP trace_event as per deps/v8/DEPS [2]
    
    [1] v8/v8@a480160
    [2] https://chromium.googlesource.com/chromium/src/base/trace_event/common/+/4b09207e447ae5bd34643b4c6321bee7b76d35f9
    
    PR-URL: nodejs#5945
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
    ofrobots committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    5dc5364 View commit details
    Browse the repository at this point in the history
  2. test: update error message for JSON.parse

    V8 5.0 introduced a small modification for the unexpected end of input
    error.
    
    PR-URL: nodejs#5945
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
    targos authored and ofrobots committed Apr 6, 2016
    Configuration menu
    Copy the full SHA
    c01a9cc View commit details
    Browse the repository at this point in the history