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

Issue 2974933002: Remove deprecated_internalProblem. (Closed)

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

Description

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+664 lines, -423 lines) Patch
M pkg/front_end/lib/src/fasta/builder/builder.dart View 4 chunks +4 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/class_builder.dart View 4 chunks +16 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/library_builder.dart View 4 chunks +25 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/mixin_application_builder.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/command_line.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/deprecated_problems.dart View 1 chunk +0 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_member_builder.dart View 3 chunks +5 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 2 chunks +10 lines, -4 lines 2 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_typedef_builder.dart View 3 chunks +5 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/fasta_codes_generated.dart View 10 chunks +173 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 21 chunks +70 lines, -67 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/fasta_accessors.dart View 15 chunks +53 lines, -46 lines 2 comments Download
M pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart View 4 chunks +16 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_class_builder.dart View 5 chunks +7 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_field_builder.dart View 2 chunks +15 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 3 chunks +12 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_mixin_application_builder.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_outline_shaker.dart View 3 chunks +3 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_procedure_builder.dart View 4 chunks +16 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_shadow_ast.dart View 5 chunks +10 lines, -22 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 5 chunks +20 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/modifier.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/token_stream_rewriter.dart View 2 chunks +7 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/problems.dart View 1 chunk +6 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/quote.dart View 5 chunks +7 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scope.dart View 7 chunks +16 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_listener.dart View 2 chunks +23 lines, -24 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 4 chunks +20 lines, -19 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_class_builder.dart View 3 chunks +7 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 3 chunks +15 lines, -13 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 5 chunks +23 lines, -21 lines 0 comments Download
M pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart View 3 chunks +10 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/type_inference/type_inferrer.dart View 4 chunks +10 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/type_inference/type_promotion.dart View 2 chunks +8 lines, -2 lines 0 comments Download
M pkg/front_end/messages.yaml View 1 chunk +30 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 6 (2 generated)
ahe
3 years, 5 months ago (2017-07-11 12:37:58 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/2974933002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_target.dart File pkg/front_end/lib/src/fasta/dill/dill_target.dart (right): https://codereview.chromium.org/2974933002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_target.dart#newcode47 pkg/front_end/lib/src/fasta/dill/dill_target.dart:47: return new Future<Null>.sync(() => unsupported("buildProgram", -1, null)); Should ...
3 years, 5 months ago (2017-07-11 18:34:06 UTC) #3
ahe
Thank you, Johnni! https://codereview.chromium.org/2974933002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_target.dart File pkg/front_end/lib/src/fasta/dill/dill_target.dart (right): https://codereview.chromium.org/2974933002/diff/1/pkg/front_end/lib/src/fasta/dill/dill_target.dart#newcode47 pkg/front_end/lib/src/fasta/dill/dill_target.dart:47: return new Future<Null>.sync(() => unsupported("buildProgram", -1, ...
3 years, 5 months ago (2017-07-12 14:04:02 UTC) #4
ahe
3 years, 5 months ago (2017-07-12 14:28:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
de891789da1a74ae9911c2d3c9785cc6fe94b5c9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698