joe (2014-02-20T10:27:00.000Z)
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140220/e9feb3bc/attachment.html>
domenic at domenicdenicola.com (2014-02-21T20:22:19.755Z)
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.