Closed GoogleCodeExporter closed 8 years ago
Realized just now I opened a duplicate issue notification. Sorry.
Original comment by angelo.d...@gmail.com
on 25 Aug 2011 at 8:23
I am definitely seeing this issue as well.
Original comment by treyl...@jess3.com
on 25 Aug 2011 at 4:06
While waiting for a fix, you can build pyv8 trunk if you revert to the 3.5.7
tag of v8:
$ svn co http://v8.googlecode.com/svn/tags/3.5.7 v8-3.5.7
$ export V8_HOME=$PWD/v8-3.5.7
$ python setup.py build
Everything after this tag will contain the incompatible change (8999), as the
next tag is at 9009: http://code.google.com/p/v8/source/detail?r=9009
The tests all pass except testDate due to issue #47.
http://code.google.com/p/pyv8/issues/detail?id=47
Original comment by david.schoonover
on 26 Aug 2011 at 2:26
Please verify it with SVN trunk code after r395
Original comment by flier...@gmail.com
on 26 Aug 2011 at 5:37
Confirmed, and all tests pass (excepting issue #47).
Original comment by david.schoonover
on 26 Aug 2011 at 11:16
Original comment by flier...@gmail.com
on 27 Aug 2011 at 2:07
Original issue reported on code.google.com by
angelo.d...@gmail.com
on 25 Aug 2011 at 8:21