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

Issue 2736103004: Use correct types on cloned constructors in mixin applications. (Closed)

Created:
3 years, 9 months ago by ahe
Modified:
3 years, 9 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com, kustermann, Vyacheslav Egorov (Google)
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use correct types on cloned constructors in mixin applications. R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/8608d1b43624017d91fe43eaa2ec5d75d01d7cd2

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update status file. #

Patch Set 3 : Address comments and subst dynamic for missing arguments. #

Patch Set 4 : Update kompile.status. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -73 lines) Patch
M pkg/front_end/lib/src/fasta/builder/class_builder.dart View 1 2 2 chunks +67 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 2 8 chunks +35 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_type_variable_builder.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/verifier.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M pkg/front_end/test/fasta/bootstrap_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/outline.status View 1 chunk +0 lines, -1 line 0 comments Download
D pkg/front_end/test/fasta/rasta/bad_continue.dart.direct.expect View 1 chunk +0 lines, -9 lines 0 comments Download
D pkg/front_end/test/fasta/rasta/bad_interpolation.dart.direct.expect View 1 chunk +0 lines, -5 lines 0 comments Download
M pkg/front_end/test/fasta/rasta/bad_setter_initializer.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/rasta/breaking_bad.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/rasta/class_hierarchy.dart.outline.expect View 1 chunk +7 lines, -3 lines 0 comments Download
M pkg/front_end/test/fasta/rasta/issue_000034.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/rasta/issue_000067.dart.direct.expect View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/rasta/issue_000067.dart.outline.expect View 1 chunk +4 lines, -2 lines 0 comments Download
M pkg/front_end/test/fasta/rasta/malformed_function.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/rasta/unresolved_for_in.dart.direct.expect View 1 chunk +16 lines, -24 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M tools/patch_sdk.dart View 1 chunk +9 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
ahe
@kustermann: I've moved compilation out of the quiet-zone. It no longer prints any messages. There ...
3 years, 9 months ago (2017-03-08 13:39:05 UTC) #4
karlklose
LGTM https://codereview.chromium.org/2736103004/diff/40001/pkg/front_end/lib/src/fasta/builder/class_builder.dart File pkg/front_end/lib/src/fasta/builder/class_builder.dart (right): https://codereview.chromium.org/2736103004/diff/40001/pkg/front_end/lib/src/fasta/builder/class_builder.dart#newcode124 pkg/front_end/lib/src/fasta/builder/class_builder.dart:124: // This method returns null if the map ...
3 years, 9 months ago (2017-03-08 14:00:06 UTC) #5
ahe
PTAL, I substituted dynamic for missing type arguments. https://codereview.chromium.org/2736103004/diff/40001/pkg/front_end/lib/src/fasta/builder/class_builder.dart File pkg/front_end/lib/src/fasta/builder/class_builder.dart (right): https://codereview.chromium.org/2736103004/diff/40001/pkg/front_end/lib/src/fasta/builder/class_builder.dart#newcode124 pkg/front_end/lib/src/fasta/builder/class_builder.dart:124: // ...
3 years, 9 months ago (2017-03-08 14:31:33 UTC) #6
karlklose
LGTM
3 years, 9 months ago (2017-03-09 09:44:26 UTC) #7
ahe
3 years, 9 months ago (2017-03-09 11:52:08 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:100001) manually as
8608d1b43624017d91fe43eaa2ec5d75d01d7cd2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698