Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Issue 2355 in v8: Implement `yield` for generators
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
codesite-nore...@google.com  
View profile  
 More options Oct 2 2012, 11:13 am
From: codesite-nore...@google.com
Date: Tue, 02 Oct 2012 15:13:23 +0000
Local: Tues, Oct 2 2012 11:13 am
Subject: Issue 2355 in v8: Implement `yield` for generators
Status: New
Owner: ----

New issue 2355 by longs...@gmail.com: Implement `yield` for generators
http://code.google.com/p/v8/issues/detail?id=2355

Generators have been approved for ES.next:  
http://wiki.ecmascript.org/doku.php?id=harmony:generators

Firefox currently implements the `yield` keyword, but not the function*()  
{} syntax. I think v8 should do the same for now.

I searched everywhere and I can't find any existing bugs or plans for the  
`yield` keyword. This is a significant feature for javascript, one of the  
few that introduces a new semantic that is very difficult to simulate  
without native support.

This would have a big impact on node.js as well, allowing better style for  
async code.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Jan 17, 6:38 pm
From: codesite-nore...@google.com
Date: Thu, 17 Jan 2013 23:38:23 +0000
Local: Thurs, Jan 17 2013 6:38 pm
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #1 on issue 2355 by gorgi.ko...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

+1. While for some people this will be just a "nice to have", for complex  
JS code and especially in node.js it would make all the difference in the  
world. It will enable people to write coroutine-like code instead of crufty  
and sometimes convoluted callback boilerplate.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Jan 17, 6:41 pm
From: codesite-nore...@google.com
Date: Thu, 17 Jan 2013 23:41:13 +0000
Local: Thurs, Jan 17 2013 6:41 pm
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #2 on issue 2355 by gorgi.ko...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

+1. While for some people this will be just a "nice to have", for complex  
JS code and especially in node.js it would make all the difference in the  
world. It will enable people to write coroutine-like code instead of crufty  
and sometimes convoluted callback boilerplate.

Edit: forgot to add - for example, something like task.js  
http://taskjs.org/ + V8 would mean pure awesome (especially for node)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Jan 19, 1:28 am
From: codesite-nore...@google.com
Date: Sat, 19 Jan 2013 06:28:15 +0000
Local: Sat, Jan 19 2013 1:28 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #3 on issue 2355 by kurtisfi...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

All I can say is ... what's the hold up?  Firefox has had this for 5 years  
now.  You guys could at least make it conditionally compiled so that  
node.js can use it.  And while I'm dreaming maybe you could implement  
the 'async' keyword?  Of course that would mean having a task framework  
like .Net, which would imply having a standard framework period.

I wish someone could at least explain why generators are not being  
implemented in V8.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Jan 20, 10:57 pm
From: codesite-nore...@google.com
Date: Mon, 21 Jan 2013 03:57:09 +0000
Local: Sun, Jan 20 2013 10:57 pm
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #4 on issue 2355 by disfated: Implement `yield` for generators
http://code.google.com/p/v8/issues/detail?id=2355

I would give all Harmony features for only the support for generators. I  
believe it will bring ssjs to a comletely new level. So... WHEN??? :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 26, 2:09 pm
From: codesite-nore...@google.com
Date: Tue, 26 Mar 2013 18:09:40 +0000
Local: Tues, Mar 26 2013 2:09 pm
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #5 on issue 2355 by aarons...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

Please, for the love of all that is good, yes. Sooner than later.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 6:35 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 10:35:03 +0000
Local: Wed, Mar 27 2013 6:35 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators
Updates:
        Status: Accepted

Comment #6 on issue 2355 by yang...@chromium.org: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 6:42 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 10:42:15 +0000
Local: Wed, Mar 27 2013 6:42 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #7 on issue 2355 by kurtisfi...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

Yay!

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 6:43 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 10:43:15 +0000
Local: Wed, Mar 27 2013 6:43 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #8 on issue 2355 by disfated: Implement `yield` for generators
http://code.google.com/p/v8/issues/detail?id=2355

Thanks all gods!

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 6:51 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 10:51:17 +0000
Local: Wed, Mar 27 2013 6:51 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators
Updates:
        Owner: mstarzin...@chromium.org

Comment #9 on issue 2355 by yang...@chromium.org: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 7:07 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 11:07:49 +0000
Local: Wed, Mar 27 2013 7:07 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #10 on issue 2355 by tobias.b...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

Thank you!

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 7:39 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 11:39:25 +0000
Local: Wed, Mar 27 2013 7:39 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #11 on issue 2355 by mieli...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

Please make it an expression  so one can conveniently pass a value to  
generator, e.g.:

   var x;
   x = yield;

or

   return yield MyAsyncFunction();

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 11:05 am
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 15:05:20 +0000
Local: Wed, Mar 27 2013 11:05 am
Subject: Re: Issue 2355 in v8: Implement `yield` for generators

Comment #12 on issue 2355 by edy.b...@gmail.com: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

The specs already has yield as an expression, so they should implement it  
that way.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
codesite-nore...@google.com  
View profile  
 More options Mar 27, 12:14 pm
From: codesite-nore...@google.com
Date: Wed, 27 Mar 2013 16:14:27 +0000
Local: Wed, Mar 27 2013 12:14 pm
Subject: Re: Issue 2355 in v8: Implement `yield` for generators
Updates:
        Cc: rossb...@chromium.org
        Labels: Harmony

Comment #13 on issue 2355 by yang...@chromium.org: Implement `yield` for  
generators
http://code.google.com/p/v8/issues/detail?id=2355

(No comment was entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »