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

Issue 2767653002: Implement fullNameForErrors on all Builders. (Closed)

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

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Used <unnamed> instead of empty string. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -31 lines) Patch
M pkg/front_end/lib/src/fasta/builder/builder.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/class_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/builder/formal_parameter_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/member_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/metadata_builder.dart View 2 chunks +8 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/prefix_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/scope.dart View 5 chunks +29 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/type_builder.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/builder_accessors.dart View 4 chunks +5 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart View 1 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 1 chunk +3 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 7 (2 generated)
ahe
3 years, 9 months ago (2017-03-21 18:05:25 UTC) #2
Paul Berry
https://codereview.chromium.org/2767653002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart (right): https://codereview.chromium.org/2767653002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart#newcode24 pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart:24: String get fullNameForErrors => variable.name ?? ""; It seems ...
3 years, 9 months ago (2017-03-21 18:09:56 UTC) #3
ahe
Thank you, Paul! https://codereview.chromium.org/2767653002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart File pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart (right): https://codereview.chromium.org/2767653002/diff/1/pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart#newcode24 pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart:24: String get fullNameForErrors => variable.name ?? ...
3 years, 9 months ago (2017-03-21 18:22:18 UTC) #4
Paul Berry
lgtm
3 years, 9 months ago (2017-03-21 18:25:57 UTC) #5
ahe
3 years, 9 months ago (2017-03-22 08:52:40 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c9d9b4d29567748599f4c4f4b2b2d3e797a9ba29 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698