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

deps: introduce embedder version number for V8 #9754

Closed
wants to merge 3 commits into from

Commits on Dec 7, 2016

  1. deps: introduce embedder version string for V8

    Sometimes upstream V8 may not want to merge a fix to their stable
    branches, but we might. This adds a new version string that the embedder
    can set independently of the official V8 version to avoid running
    into conflicts.
    
    Refs: nodejs#9730
    targos committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6a7aa65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48265fe View commit details
    Browse the repository at this point in the history
  3. tools: update tick processor for V8 embedder version

    Update the processor to accept a V8 with or without an embedder version
    string.
    targos committed Dec 7, 2016
    Configuration menu
    Copy the full SHA
    6240a57 View commit details
    Browse the repository at this point in the history