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

Issue 2804113002: DDC fix for foreign futures (Closed)

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

Description

Patch Set 1 #

Total comments: 9

Patch Set 2 : Optimize #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -14 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 Binary file 0 comments Download
M pkg/dev_compiler/test/codegen_expected/BenchmarkBase.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/async_helper.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/closure.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/destructuring.js View 1 1 chunk +4 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/es6_modules.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/map_keys.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/node_modules.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/script.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/sunflower/sunflower.js View 1 1 chunk +5 lines, -1 line 0 comments Download
M pkg/dev_compiler/test/codegen_expected/varargs.js View 1 1 chunk +4 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart View 1 3 chunks +16 lines, -4 lines 0 comments Download
A tests/language_strong/async_await_foreign_test.dart View 1 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
vsm
https://codereview.chromium.org/2804113002/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/2804113002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart#newcode30 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart:30: let _Future = $Future.new(() => null).runtimeType; Is there a ...
3 years, 8 months ago (2017-04-06 19:45:05 UTC) #3
Jennifer Messerly
couple of suggestions but lgtm https://codereview.chromium.org/2804113002/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/2804113002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart#newcode29 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart:29: let FutureT = ${getGenericClass(Future)}($T); ...
3 years, 8 months ago (2017-04-06 20:01:52 UTC) #4
vsm
https://codereview.chromium.org/2804113002/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/2804113002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart#newcode29 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart:29: let FutureT = ${getGenericClass(Future)}($T); On 2017/04/06 20:01:52, Jennifer Messerly ...
3 years, 8 months ago (2017-04-06 21:31:32 UTC) #5
Jennifer Messerly
lgtm
3 years, 8 months ago (2017-04-06 21:34:12 UTC) #6
vsm
3 years, 8 months ago (2017-04-06 21:53:14 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:10001) manually as
5c3bcff375bae0f2ca383aca49f71a3b63c469e2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698