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

Issue 2800083002: Complain about incorrect this/super constructor initializers. (Closed)

Created:
3 years, 8 months ago by ahe
Modified:
3 years, 8 months ago
Reviewers:
karlklose, Paul Berry
CC:
reviews_dartlang.org, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Complain about incorrect this/super constructor initializers. R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/e2eee219acd5b19459bbe4cf266c2ad50b85566e

Patch Set 1 #

Total comments: 9

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -95 lines) Patch
M pkg/front_end/lib/src/fasta/builder/member_builder.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_member_builder.dart View 2 chunks +10 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 7 chunks +98 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart View 6 chunks +34 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_builder.dart View 2 chunks +9 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_enum_builder.dart View 1 10 chunks +42 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 4 chunks +8 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_procedure_builder.dart View 3 chunks +6 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 8 chunks +14 lines, -19 lines 0 comments Download
M pkg/front_end/lib/src/fasta/names.dart View 1 chunk +13 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_class_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_loader.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/test/fasta/rasta/enum.dart.outline.expect View 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-kernel.status View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/language/language_kernel.status View 6 chunks +0 lines, -9 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 8 (2 generated)
ahe
https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/names.dart File pkg/front_end/lib/src/fasta/names.dart (right): https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/names.dart#newcode21 pkg/front_end/lib/src/fasta/names.dart:21: final Name emptyName = new Name(""); Added this and ...
3 years, 8 months ago (2017-04-07 13:06:36 UTC) #2
Paul Berry
https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode90 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:90: /// 4. if an initializer will always throw. It ...
3 years, 8 months ago (2017-04-07 15:56:38 UTC) #3
ahe
Thank you, Paul! Great suggestions. https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2800083002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode90 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:90: /// 4. if an ...
3 years, 8 months ago (2017-04-07 18:19:18 UTC) #4
ahe
PTAL
3 years, 8 months ago (2017-04-18 13:04:10 UTC) #5
Paul Berry
lgtm
3 years, 8 months ago (2017-04-19 07:56:48 UTC) #6
ahe
3 years, 8 months ago (2017-04-20 08:04:20 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e2eee219acd5b19459bbe4cf266c2ad50b85566e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698