On Wed, Feb 8, 2012 at 4:58 PM, Lex Berezhny <[email protected]> wrote:
> On Sun, Feb 5, 2012 at 12:39 PM, Pascal Chambon <[email protected]> wrote:

>> All tests are passing, except some added by Daniel (maybe his last
>> commit wasn't stable, or maybe I've broken stuffs while merging), so I
>> consider there is no regression.
>> I'll file bugreports later to "silence" these broken tests (mainly
>> dealing with sets and extended slices).
>> Anyway, I hope some people will check that /master can still compile
>> their current projects (I work on windows...)
>
> My project breaks on the following line after the upgrades:
>
> for tabValues in tabs[1:]:
>
> With the following error:
>
> Uncaught TypeError: Object slice([('tab', 'Tab')], 1, None) has no
> method '__iter__'

 deep joy.  can you check which commit (binary search it) actually
gives the problem?

 hmm, is there a way of running the different code, side-by-side?

> Also, pyv8run.py doesn't seem to work for me. It runs without error
> but I never get any output. Anyone know what could be wrong?

 again - find out more  at which commit(s) do things work, and which not.

> echo print "hello" > test.py
> ./pyv8run.py test.py

 this could be because of the platform overrides - i may have missed
something, maybe not.

Reply via email to