Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Issue 348893007: Allow yield expressions without a RHS. (Closed)

Created:
6 years, 5 months ago by wingo
Modified:
6 years, 5 months ago
Reviewers:
rossberg, marja
CC:
v8-dev
Visibility:
Public.

Description

Allow yield expressions without a RHS. R=marja@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=22163

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update tests, fix function* () { yield* } #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -29 lines) Patch
M src/ast.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/preparser.h View 1 1 chunk +26 lines, -5 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 3 chunks +28 lines, -15 lines 0 comments Download
M test/mjsunit/harmony/generators-iteration.js View 1 1 chunk +18 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/generators-parsing.js View 3 chunks +36 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
wingo
6 years, 5 months ago (2014-06-26 09:59:05 UTC) #1
marja
Could you add test-parsing tests for all kinds of legal and illegal cases? (That's the ...
6 years, 5 months ago (2014-06-26 10:41:52 UTC) #2
wingo
On 2014/06/26 10:41:52, marja wrote: > Could you add test-parsing tests for all kinds of ...
6 years, 5 months ago (2014-06-26 11:04:19 UTC) #3
wingo
https://codereview.chromium.org/348893007/diff/1/test/mjsunit/harmony/generators-parsing.js File test/mjsunit/harmony/generators-parsing.js (right): https://codereview.chromium.org/348893007/diff/1/test/mjsunit/harmony/generators-parsing.js#newcode39 test/mjsunit/harmony/generators-parsing.js:39: function* g() { yield; } On 2014/06/26 10:41:52, marja ...
6 years, 5 months ago (2014-06-26 11:04:27 UTC) #4
marja
6 years, 5 months ago (2014-06-27 09:51:19 UTC) #5
marja
On 2014/06/27 09:51:19, marja wrote: Hey, not fun! I wrote a reply but codereview eated ...
6 years, 5 months ago (2014-06-27 09:51:56 UTC) #6
marja
The reply was: I don't have super strong opinions on this. We'd need to find ...
6 years, 5 months ago (2014-06-27 09:55:36 UTC) #7
wingo
On 2014/06/27 09:55:36, marja wrote: > The reply was: > > I don't have super ...
6 years, 5 months ago (2014-06-27 10:06:31 UTC) #8
wingo
I believe I've addressed the feedback about tests; PTAL when you can. Happily adding more ...
6 years, 5 months ago (2014-07-02 12:53:29 UTC) #9
wingo
Forgot to mention that I rebased the patch :/, in order to have the test-parsing ...
6 years, 5 months ago (2014-07-02 13:00:16 UTC) #10
marja
lgtm (No problem with the patches, I don't look at the interdiffs anyway. And this ...
6 years, 5 months ago (2014-07-02 13:04:06 UTC) #11
wingo
6 years, 5 months ago (2014-07-02 13:48:39 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 manually as r22163 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698