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

Issue 2000663002: Handle resolvedAst for forwarding constructors and callType on unnamed mixin applications. (Closed)

Created:
4 years, 7 months ago by Johnni Winther
Modified:
4 years, 7 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Handle resolvedAst for forwarding constructors and callType on unnamed mixin applications. R=sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/95fa410d5373156c224739245a27bfcd04af7ca6

Patch Set 1 #

Total comments: 10

Patch Set 2 : Updated cf. comments. #

Patch Set 3 : Fix test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -79 lines) Patch
M pkg/compiler/lib/src/closure.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/common/backend_api.dart View 3 chunks +4 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/common/resolution.dart View 1 3 chunks +14 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/compile_time_constants.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 4 chunks +19 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/diagnostics/diagnostic_listener.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/compiler/lib/src/resolution/class_hierarchy.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/compiler/lib/src/resolution/class_members.dart View 17 chunks +40 lines, -40 lines 0 comments Download
M pkg/compiler/lib/src/resolution/members.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/resolution/resolution.dart View 3 chunks +5 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/serialization/modelz.dart View 5 chunks +17 lines, -4 lines 0 comments Download
M pkg/compiler/lib/src/serialization/task.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/compiler/lib/src/typechecker.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/diagnostic_reporter_helper.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/members_test.dart View 1 2 9 chunks +9 lines, -9 lines 0 comments Download
M tests/compiler/dart2js/override_inheritance_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/parser_helper.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/parser_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/compiler/dart2js/serialization/test_data.dart View 1 chunk +8 lines, -1 line 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 2 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Johnni Winther
4 years, 7 months ago (2016-05-20 12:13:05 UTC) #2
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/2000663002/diff/1/pkg/compiler/lib/src/common/resolution.dart File pkg/compiler/lib/src/common/resolution.dart (right): https://codereview.chromium.org/2000663002/diff/1/pkg/compiler/lib/src/common/resolution.dart#newcode201 pkg/compiler/lib/src/common/resolution.dart:201: /// Returns `true` if [library] is a backend ...
4 years, 7 months ago (2016-05-20 21:17:54 UTC) #3
Johnni Winther
https://codereview.chromium.org/2000663002/diff/1/pkg/compiler/lib/src/common/resolution.dart File pkg/compiler/lib/src/common/resolution.dart (right): https://codereview.chromium.org/2000663002/diff/1/pkg/compiler/lib/src/common/resolution.dart#newcode201 pkg/compiler/lib/src/common/resolution.dart:201: /// Returns `true` if [library] is a backend specific ...
4 years, 7 months ago (2016-05-23 08:42:36 UTC) #4
Johnni Winther
Committed patchset #3 (id:40001) manually as 95fa410d5373156c224739245a27bfcd04af7ca6 (presubmit successful).
4 years, 7 months ago (2016-05-23 08:42:52 UTC) #6
Siggi Cherem (dart-lang)
4 years, 7 months ago (2016-05-23 16:25:10 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2000663002/diff/1/tests/compiler/dart2js/seri...
File tests/compiler/dart2js/serialization/test_data.dart (right):

https://codereview.chromium.org/2000663002/diff/1/tests/compiler/dart2js/seri...
tests/compiler/dart2js/serialization/test_data.dart:246: main() => new
UnmodifiableListView(null);
> (a) Naming, yes. The unittest package, no. (Last time I looked it interleaved
> execution of asynchronous tests which makes the output incomprehensible!)

Let's give it another try... unittest should support async tests now: As long as
the test function returns a future, the unittest package will not execute any
subsequent test until the future completes.

Powered by Google App Engine
This is Rietveld 408576698