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

Issue 2653253002: Use microtasks in dart.async (Closed)

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

Description

Use microtasks in dart.async Not quite sure about this, but it makes ordering match for the example in #28509 R=jmesserly@google.com Committed: https://github.com/dart-lang/sdk/commit/a91cc9cc9e3f90e648685fb3cef92b36ab75e332

Patch Set 1 #

Total comments: 2

Patch Set 2 : Revert most of this #

Patch Set 3 : Mark test as skip #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M pkg/dev_compiler/lib/js/amd/dart_sdk.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/lib/js/common/dart_sdk.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/lib/js/es6/dart_sdk.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/lib/js/legacy/dart_sdk.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View 1 2 Binary file 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
vsm
3 years, 11 months ago (2017-01-25 17:49:26 UTC) #3
Jennifer Messerly
this is not correct according to the spec? See http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-408.pdf 16.30 Await Expressions > Otherwise, ...
3 years, 11 months ago (2017-01-25 18:19:17 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/2653253002/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/2653253002/diff/1/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart#newcode45 pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart:45: var result = future; as noted, this change appears ...
3 years, 11 months ago (2017-01-25 18:31:18 UTC) #5
Jennifer Messerly
LGTM. do you want to add a test case?
3 years, 11 months ago (2017-01-25 21:46:12 UTC) #6
vsm
3 years, 11 months ago (2017-01-26 00:14:12 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
a91cc9cc9e3f90e648685fb3cef92b36ab75e332 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698