What you're probably seeing is that the wiki no longer has up to date 
information. As things have been fully fleshed out in the es6 draft spec, the 
wiki is no longer up to date.

To answer your question, the iterator protocol hasn't changed back to using 
StopIteration. It's still { value, done }.

> On Feb 20, 2014, at 2:27 AM, joe <[email protected]> wrote:
> 
> A while back, the wiki Harmony draft spec for iterators changed from a 
> Pythonic StopIteration approach to one where iterator objects return a {value 
> : iter-value, done : bool} object.  It since seems to have changed back.  Is 
> that the case, or am I misreading the situation?
> 
> It seems that Tracuer has yet to switch back, and before I bug the developers 
> on that project I wanted to make sure that StopIteration is, in fact, back.
> 
> Thanks,
> Joe Eagar
> _______________________________________________
> es-discuss mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/es-discuss
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to