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

Issue 2788153002: Create separate scopes for constructors, setters, and other members. (Closed)

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

Description

Create separate scopes for constructors, setters, and other members. R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/b06e4d575450c47c48cecc4c9bdc096ff3698bd0

Patch Set 1 #

Patch Set 2 : Update subpackage dependencies. #

Total comments: 6

Patch Set 3 : Update comments. #

Patch Set 4 : Status updates and dartfmt. #

Patch Set 5 : One more flaky standalone/io test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -458 lines) Patch
M pkg/front_end/lib/src/fasta/builder/builder.dart View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/class_builder.dart View 1 2 3 6 chunks +21 lines, -63 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/library_builder.dart View 3 chunks +21 lines, -16 lines 0 comments Download
D pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart View 1 chunk +0 lines, -24 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/named_mixin_application_builder.dart View 2 chunks +16 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/prefix_builder.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart View 2 chunks +20 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 4 chunks +21 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/import.dart View 1 chunk +6 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 2 3 5 chunks +13 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_class_builder.dart View 1 2 3 4 chunks +9 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_enum_builder.dart View 9 chunks +20 lines, -13 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 1 2 11 chunks +63 lines, -43 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_mixin_application_builder.dart View 1 2 3 3 chunks +12 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_named_mixin_application_builder.dart View 2 chunks +17 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/scope.dart View 6 chunks +108 lines, -57 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_listener.dart View 3 chunks +19 lines, -25 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_class_builder.dart View 6 chunks +46 lines, -49 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 2 3 12 chunks +68 lines, -52 lines 0 comments Download
M samples/samples.status View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download
M tests/co19/co19-kernel.status View 1 2 3 4 chunks +0 lines, -8 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 3 3 chunks +0 lines, -5 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 2 chunks +18 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
ahe
3 years, 8 months ago (2017-03-31 15:45:55 UTC) #2
karlklose
LGTM https://codereview.chromium.org/2788153002/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart (right): https://codereview.chromium.org/2788153002/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart#newcode183 pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart:183: // A legal name. How about 'A legal ...
3 years, 8 months ago (2017-04-03 08:05:37 UTC) #3
ahe
Thank you, Karl! https://codereview.chromium.org/2788153002/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart (right): https://codereview.chromium.org/2788153002/diff/20001/pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart#newcode183 pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart:183: // A legal name. On 2017/04/03 ...
3 years, 8 months ago (2017-04-04 09:54:51 UTC) #4
ahe
3 years, 8 months ago (2017-04-05 14:07:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
b06e4d575450c47c48cecc4c9bdc096ff3698bd0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698