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

Issue 929053005: Merge request - fixes dart2js async problems.

Created:
5 years, 10 months ago by sigurdm
Modified:
5 years, 10 months ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Merge request - fixes dart2js async problems. This is a compilation of these revisions from bleeding edge. 43719 - Fix problems in with return from async in checked mode 43754 - Update status file 43812 - Fix error handling in async functions 43813 - Update status file 43758 - Fix problem with a variable not being declared in some cases

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1767 lines, -861 lines) Patch
M pkg/compiler/lib/src/dart_types.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/js/rewrite_async.dart View 47 chunks +279 lines, -148 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/backend.dart View 4 chunks +13 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/ssa/builder.dart View 6 chunks +48 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/js_lib/js_helper.dart View 13 chunks +85 lines, -76 lines 0 comments Download
A sdk/lib/_internal/compiler/js_lib/shared/async_await_error_codes.dart View 1 chunk +10 lines, -0 lines 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/async_await_js_transform_test.dart View 15 chunks +747 lines, -611 lines 0 comments Download
M tests/compiler/dart2js/mock_libraries.dart View 2 chunks +1 line, -2 lines 0 comments Download
A tests/language/async_return_types_test.dart View 1 chunk +55 lines, -0 lines 0 comments Download
A tests/language/async_throw_in_catch_test.dart View 1 chunk +440 lines, -0 lines 0 comments Download
A tests/language/asyncstar_throw_in_catch_test.dart View 1 chunk +65 lines, -0 lines 0 comments Download
M tests/language/language.status View 2 chunks +4 lines, -0 lines 0 comments Download
M tests/language/language_analyzer.status View 2 chunks +6 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 2 chunks +1 line, -4 lines 0 comments Download
M tests/language/sync_generator3_test.dart View 1 chunk +6 lines, -8 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698