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

Issue 2718113003: Run dartfmt on pkg/front_end/lib. (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 #

Patch Set 2 : Rerun after merging. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2475 lines, -2755 lines) Patch
M pkg/front_end/lib/src/fasta/analyzer/analyzer.dart View 1 chunk +12 lines, -22 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/element_store.dart View 8 chunks +17 lines, -19 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/mock_element.dart View 6 chunks +9 lines, -18 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/mock_type.dart View 5 chunks +7 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/token_utils.dart View 2 chunks +151 lines, -94 lines 0 comments Download
M pkg/front_end/lib/src/fasta/bin/generate_dart_libraries.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/bin/log_analyzer.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/bin/log_collector.dart View 3 chunks +9 lines, -13 lines 0 comments Download
M pkg/front_end/lib/src/fasta/bin/run.dart View 1 chunk +13 lines, -21 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/builder.dart View 4 chunks +41 lines, -58 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/class_builder.dart View 2 chunks +20 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/constructor_reference_builder.dart View 1 chunk +3 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/dynamic_type_builder.dart View 1 chunk +1 line, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/enum_builder.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/field_builder.dart View 1 chunk +3 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/formal_parameter_builder.dart View 1 chunk +5 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/function_type_alias_builder.dart View 2 chunks +15 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/invalid_type_builder.dart View 1 chunk +1 line, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/library_builder.dart View 2 chunks +9 lines, -20 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/member_builder.dart View 2 chunks +3 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/metadata_builder.dart View 3 chunks +14 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/mixed_accessor.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/mixin_application_builder.dart View 1 chunk +6 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/modifier_builder.dart View 1 chunk +4 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/named_mixin_application_builder.dart View 1 chunk +17 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/named_type_builder.dart View 1 chunk +8 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/prefix_builder.dart View 3 chunks +11 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/procedure_builder.dart View 2 chunks +21 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/scope.dart View 3 chunks +5 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/type_builder.dart View 1 chunk +3 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart View 2 chunks +10 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/builder/type_variable_builder.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/combinator.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/command_line.dart View 6 chunks +19 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform.dart View 2 chunks +17 lines, -30 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compile_platform_dartk.dart View 3 chunks +35 lines, -48 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compiler_command_line.dart View 3 chunks +6 lines, -10 lines 0 comments Download
M pkg/front_end/lib/src/fasta/compiler_context.dart View 2 chunks +5 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_class_builder.dart View 1 chunk +8 lines, -18 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_library_builder.dart View 3 chunks +28 lines, -34 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_loader.dart View 1 chunk +8 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_member_builder.dart View 1 chunk +6 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/dill/dill_target.dart View 2 chunks +12 lines, -26 lines 0 comments Download
M pkg/front_end/lib/src/fasta/environment_variable.dart View 4 chunks +14 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/errors.dart View 3 chunks +9 lines, -18 lines 0 comments Download
M pkg/front_end/lib/src/fasta/export.dart View 1 chunk +2 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/import.dart View 1 chunk +2 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 62 chunks +220 lines, -251 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/builder_accessors.dart View 23 chunks +115 lines, -113 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/frontend_accessors.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_builder.dart View 1 chunk +33 lines, -43 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_class_builder.dart View 4 chunks +52 lines, -47 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_enum_builder.dart View 7 chunks +117 lines, -81 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_field_builder.dart View 3 chunks +12 lines, -21 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_formal_parameter_builder.dart View 1 chunk +20 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_function_type_alias_builder.dart View 2 chunks +30 lines, -27 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_invalid_type_builder.dart View 1 chunk +3 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart View 13 chunks +146 lines, -94 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_mixin_application_builder.dart View 1 chunk +19 lines, -24 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_named_mixin_application_builder.dart View 1 chunk +20 lines, -17 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_named_type_builder.dart View 3 chunks +13 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_procedure_builder.dart View 9 chunks +89 lines, -76 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 10 chunks +106 lines, -114 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_type_builder.dart View 1 chunk +3 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_type_variable_builder.dart View 2 chunks +14 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/kernel_variable_builder.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/redirecting_factory_body.dart View 2 chunks +12 lines, -13 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/verifier.dart View 1 chunk +3 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/loader.dart View 1 chunk +7 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/messages.dart View 2 chunks +7 lines, -14 lines 0 comments Download
M pkg/front_end/lib/src/fasta/modifier.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/operator.dart View 1 chunk +40 lines, -20 lines 0 comments Download
M pkg/front_end/lib/src/fasta/outline.dart View 3 chunks +23 lines, -35 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser.dart View 1 chunk +9 lines, -20 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/class_member_parser.dart View 1 chunk +4 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart View 1 chunk +4 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/error_kind.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 1 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/main.dart View 3 chunks +13 lines, -20 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 1 9 chunks +93 lines, -99 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/top_level_parser.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/quote.dart View 3 chunks +31 lines, -29 lines 0 comments Download
M pkg/front_end/lib/src/fasta/run.dart View 1 chunk +6 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner.dart View 1 chunk +22 lines, -30 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/abstract_scanner.dart View 4 chunks +10 lines, -23 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/array_based_scanner.dart View 1 chunk +9 lines, -24 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/error_token.dart View 3 chunks +8 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/io.dart View 1 chunk +3 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/keyword.dart View 5 chunks +4 lines, -15 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/main.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/precedence.dart View 1 chunk +74 lines, -74 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/recover.dart View 4 chunks +8 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/string_canonicalizer.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/string_scanner.dart View 1 chunk +3 lines, -7 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/token.dart View 3 chunks +7 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/scanner/utf8_bytes_scanner.dart View 1 chunk +5 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_listener.dart View 7 chunks +41 lines, -50 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/diet_parser.dart View 1 chunk +7 lines, -11 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 16 chunks +67 lines, -69 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/scope_listener.dart View 1 chunk +5 lines, -12 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_class_builder.dart View 3 chunks +40 lines, -37 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_library_builder.dart View 8 chunks +105 lines, -77 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/source_loader.dart View 4 chunks +34 lines, -56 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/unhandled_listener.dart View 2 chunks +4 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/target.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M pkg/front_end/lib/src/fasta/target_implementation.dart View 2 chunks +7 lines, -16 lines 0 comments Download
M pkg/front_end/lib/src/fasta/testing/kernel_chain.dart View 9 chunks +48 lines, -62 lines 0 comments Download
M pkg/front_end/lib/src/fasta/testing/suite.dart View 6 chunks +58 lines, -64 lines 0 comments Download
M pkg/front_end/lib/src/fasta/translate_uri.dart View 3 chunks +6 lines, -8 lines 0 comments Download
M pkg/front_end/lib/src/fasta/util/link.dart View 2 chunks +3 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/util/link_implementation.dart View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
ahe
With the rapid growth of the team, I'm a minority when it comes to my ...
3 years, 9 months ago (2017-02-27 18:48:57 UTC) #2
Paul Berry
lgtm
3 years, 9 months ago (2017-02-27 21:05:48 UTC) #3
ahe
3 years, 9 months ago (2017-02-28 04:52:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c2f7f52e42009e7b1598d61d272af55f9712c663 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698