Updates:
Status: WorkingAsIntended
Comment #1 on issue 1918 by [email protected]: cpplint.py tool using
2.4 shebang
http://code.google.com/p/v8/issues/detail?id=1918
While I agree that the python2.4 shebang is not ideal, it's not a V8 bug.
We use whatever cpplint.py we find in $PATH, which is typically the one
from depot_tools, which I guess is checked out from
http://code.google.com/p/google-styleguide/source/browse/trunk/cpplint/cpplint.py.
I suggest to discuss and/or apply a fix there (probably #!/usr/bin/python2
is the right thing to do, unless the script has been tested for python3
compatibility).
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev