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

Issue 1190413005: Fixes #151 (Closed)

Created:
5 years, 6 months ago by vsm
Modified:
5 years, 6 months ago
Reviewers:
Leaf
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixes #151 Type check async-return, async*-yield, and sync*-yield. R=leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/da59b9304a81cbbc636b13671a3083719274916e

Patch Set 1 #

Total comments: 2

Patch Set 2 : yield* #

Patch Set 3 : Reformat #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -115 lines) Patch
M lib/src/checker/checker.dart View 1 2 8 chunks +129 lines, -111 lines 0 comments Download
M lib/src/checker/rules.dart View 3 chunks +3 lines, -4 lines 0 comments Download
M test/checker/checker_test.dart View 1 1 chunk +58 lines, -0 lines 1 comment Download

Messages

Total messages: 8 (1 generated)
vsm
5 years, 6 months ago (2015-06-19 21:01:15 UTC) #2
Leaf
I think this is missing support for yield*, but otherwise LGTM. If you're just not ...
5 years, 6 months ago (2015-06-19 22:15:27 UTC) #3
vsm
yield*
5 years, 6 months ago (2015-06-19 23:09:45 UTC) #4
vsm
Reformat
5 years, 6 months ago (2015-06-19 23:12:34 UTC) #5
vsm
Added yield* - PTAL https://codereview.chromium.org/1190413005/diff/40001/test/checker/checker_test.dart File test/checker/checker_test.dart (right): https://codereview.chromium.org/1190413005/diff/40001/test/checker/checker_test.dart#newcode2705 test/checker/checker_test.dart:2705: Stream<int> baz3() async* { yield* ...
5 years, 6 months ago (2015-06-19 23:15:25 UTC) #6
vsm
Committed patchset #3 (id:40001) manually as da59b9304a81cbbc636b13671a3083719274916e (presubmit successful).
5 years, 6 months ago (2015-06-22 17:22:31 UTC) #7
Leaf
5 years, 6 months ago (2015-06-23 01:19:28 UTC) #8
Message was sent while issue was closed.
On 2015/06/22 17:22:31, vsm wrote:
> Committed patchset #3 (id:40001) manually as
> da59b9304a81cbbc636b13671a3083719274916e (presubmit successful).

still lgtm

Powered by Google App Engine
This is Rietveld 408576698