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

Issue 3003743002: Move tools to tool folder. (Closed)

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

Description

Patch Set 1 #

Total comments: 28

Patch Set 2 : Fix two problems that show up elsewhere. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+766 lines, -884 lines) Patch
M pkg/front_end/lib/compiler_options.dart View 1 1 chunk +5 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/base/processed_options.dart View 1 3 chunks +8 lines, -8 lines 1 comment Download
D pkg/front_end/lib/src/fasta/command_line.dart View 1 chunk +0 lines, -191 lines 0 comments Download
M pkg/front_end/lib/src/fasta/command_line_reporting.dart View 1 5 chunks +9 lines, -9 lines 0 comments Download
D pkg/front_end/lib/src/fasta/compile_platform.dart View 1 chunk +0 lines, -74 lines 0 comments Download
D pkg/front_end/lib/src/fasta/compiler_command_line.dart View 1 chunk +0 lines, -211 lines 0 comments Download
M pkg/front_end/lib/src/fasta/deprecated_problems.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D pkg/front_end/lib/src/fasta/fasta.dart View 1 chunk +0 lines, -223 lines 0 comments Download
A pkg/front_end/lib/src/fasta/get_dependencies.dart View 1 1 chunk +62 lines, -0 lines 0 comments Download
D pkg/front_end/lib/src/fasta/run.dart View 1 chunk +0 lines, -68 lines 0 comments Download
M pkg/front_end/lib/src/fasta/testing/kernel_chain.dart View 1 chunk +1 line, -2 lines 0 comments Download
A pkg/front_end/lib/src/fasta/util/bytes_sink.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M pkg/front_end/test/fasta/testing/suite.dart View 1 chunk +1 line, -2 lines 0 comments Download
A pkg/front_end/test/fasta/tool_test.dart View 1 1 chunk +179 lines, -0 lines 0 comments Download
M pkg/front_end/test/kernel_generator_test.dart View 1 2 chunks +5 lines, -1 line 0 comments Download
M pkg/front_end/test/src/base/processed_options_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/front_end/test/subpackage_relationships_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A pkg/front_end/tool/_fasta/command_line.dart View 1 1 chunk +366 lines, -0 lines 0 comments Download
M pkg/front_end/tool/_fasta/compile.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/tool/_fasta/compile_platform.dart View 1 chunk +71 lines, -3 lines 0 comments Download
M pkg/front_end/tool/_fasta/dump_partial.dart View 1 chunk +1 line, -0 lines 0 comments Download
A + pkg/front_end/tool/_fasta/entry_points.dart View 5 chunks +20 lines, -66 lines 0 comments Download
M pkg/front_end/tool/_fasta/outline.dart View 1 chunk +1 line, -1 line 0 comments Download
D pkg/front_end/tool/_fasta/run.dart View 1 chunk +0 lines, -7 lines 0 comments Download
M pkg/front_end/tool/bazel/worker.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/tool/fasta View 1 3 chunks +10 lines, -3 lines 0 comments Download
M tools/patch_sdk.dart View 1 2 chunks +3 lines, -2 lines 0 comments Download
M utils/kernel-service/kernel-service.dart View 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 11 (2 generated)
ahe
3 years, 4 months ago (2017-08-23 14:53:28 UTC) #2
ahe
Added some background information. https://codereview.chromium.org/3003743002/diff/1/pkg/front_end/lib/compiler_options.dart File pkg/front_end/lib/compiler_options.dart (right): https://codereview.chromium.org/3003743002/diff/1/pkg/front_end/lib/compiler_options.dart#newcode220 pkg/front_end/lib/compiler_options.dart:220: bool throwOnErrors = false; This ...
3 years, 4 months ago (2017-08-23 15:07:18 UTC) #3
Siggi Cherem (dart-lang)
https://codereview.chromium.org/3003743002/diff/1/pkg/front_end/lib/compiler_options.dart File pkg/front_end/lib/compiler_options.dart (right): https://codereview.chromium.org/3003743002/diff/1/pkg/front_end/lib/compiler_options.dart#newcode220 pkg/front_end/lib/compiler_options.dart:220: bool throwOnErrors = false; On 2017/08/23 15:07:18, ahe wrote: ...
3 years, 4 months ago (2017-08-23 20:17:35 UTC) #4
Siggi Cherem (dart-lang)
ha it got marked "green" even though I said l-g-t-m only for a subpart below. ...
3 years, 4 months ago (2017-08-23 20:18:48 UTC) #5
ahe
On 2017/08/23 20:18:48, Siggi Cherem (dart-lang) wrote: > Big picture comment: the move makes sense ...
3 years, 4 months ago (2017-08-24 09:48:59 UTC) #6
ahe
I've addressed most comments, except for the one thing that we need to discuss further. ...
3 years, 4 months ago (2017-08-24 11:52:02 UTC) #7
Siggi Cherem (dart-lang)
lgtm - as discussed offline, we'll defer this until we fix the issue by adding ...
3 years, 4 months ago (2017-08-24 18:30:22 UTC) #8
Siggi Cherem (dart-lang)
in case it was unclear: lgtm to land as it is. https://codereview.chromium.org/3003743002/diff/20001/pkg/front_end/lib/src/base/processed_options.dart File pkg/front_end/lib/src/base/processed_options.dart (right): ...
3 years, 4 months ago (2017-08-24 18:34:36 UTC) #9
ahe
3 years, 3 months ago (2017-08-29 12:30:59 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a5bcf58b064bd032af98b32ca37a15d0cb57d9d6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698