tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
440 stars 28 forks source link

Unable to checkout to branch-heads/5.9 in v8 #26

Closed wimoMisterX closed 6 years ago

wimoMisterX commented 6 years ago

This is an error I get when building v8 after 18th June 2018.

 git checkout branch-heads/5.9
  error: Your local changes to the following files would be overwritten by checkout:
    tools/link_clicker.extension/icon.png
    tools/turbolizer/turbolizer.png
  Please, commit your changes or stash them before you can switch branches.
  Aborting
tbodt commented 6 years ago

Most likely the fix is to change git checkout to git checkout -f in setup.py. Do you mind giving that a try?