Erik Arvidsson (2014-02-25T13:04:08.000Z)
I think we can settle this now.

Lets allow an argument.

On Tuesday, February 25, 2014 6:27:26 AM, Brendan Eich <brendan at mozilla.com>
wrote:

> Andy Wingo wrote:
> > Hi,
> >
> > I don't see the point of throwing an error when calling .next('foo') on
> > a newborn generator.  We don't throw an error on .next('foo', 'bar'),
> > and unlike the case with most function calls there is no way to get the
> > 'bar' when resuming a generator, as you don't have an arguments object.
> >
> > I would punt on this issue entirely, and ideally remove the
> > "suspendedStart" state from the spec, renaming "suspendedYield" to
> > simply "suspended".
> >
> > Just MHO:)
>
> I agree, and I thought we agreed at the last TC39 meeting, but I was
> wrong or else it got lost.
>
> We'll settle it at the early April meeting.
>
> /be
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140225/93e2375e/attachment.html>
domenic at domenicdenicola.com (2014-03-02T22:35:05.960Z)
I think we can settle this now.

Lets allow an argument.