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

Issue 2769883002: Fix async iterator runtime type errors (Closed)

Created:
3 years, 9 months ago by vsm
Modified:
3 years, 9 months ago
Reviewers:
Leaf, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix async iterator runtime type errors Seeing errors on the bots triggered by a recent SDK change (FutureOrT typing?). See travis for current breakage. TBR=jmesserly@google.com Committed: https://github.com/dart-lang/sdk/commit/c3505f7d7242f91717e8f0751a014007503a60e8

Patch Set 1 #

Total comments: 1

Patch Set 2 : Only type the last future #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart View 1 1 chunk +15 lines, -5 lines 0 comments Download
M pkg/dev_compiler/tool/sdk_expected_errors.txt View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
vsm
3 years, 9 months ago (2017-03-23 00:15:29 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/2769883002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart File pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart (right): https://codereview.chromium.org/2769883002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart#newcode52 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart:52: future = FutureT.value(future); Chatted w/ Vijay offline ... I ...
3 years, 9 months ago (2017-03-23 00:31:20 UTC) #4
vsm
Fixed to type only the last future. TBR'ing to get travis green.
3 years, 9 months ago (2017-03-23 03:14:34 UTC) #6
vsm
Committed patchset #2 (id:10001) manually as c3505f7d7242f91717e8f0751a014007503a60e8 (presubmit successful).
3 years, 9 months ago (2017-03-23 03:15:15 UTC) #8
Jennifer Messerly
3 years, 9 months ago (2017-03-23 19:10:15 UTC) #9
Message was sent while issue was closed.
LGTM!

Powered by Google App Engine
This is Rietveld 408576698