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

Issue 2578733002: move CommandLineParser into analyzer for reuse by DDC (Closed)

Created:
4 years ago by danrubel
Modified:
4 years ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : add copyright comment #

Patch Set 3 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -143 lines) Patch
A pkg/analyzer/lib/src/command_line/command_line_parser.dart View 1 1 chunk +127 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/command_line/arguments_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A pkg/analyzer/test/src/command_line/command_line_parser_test.dart View 1 chunk +74 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/command_line/test_all.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/lib/src/options.dart View 3 chunks +1 line, -124 lines 0 comments Download
M pkg/analyzer_cli/test/options_test.dart View 3 chunks +0 lines, -18 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
danrubel
4 years ago (2016-12-14 20:54:36 UTC) #2
Brian Wilkerson
I would really prefer that we don't do this, because this class *really* needs to ...
4 years ago (2016-12-14 21:05:10 UTC) #3
danrubel
On 2016/12/14 21:05:10, Brian Wilkerson wrote: > I would really prefer that we don't do ...
4 years ago (2016-12-14 21:24:21 UTC) #4
Brian Wilkerson
No, the argument utilities include a function for removing unsupported flags before passing them to ...
4 years ago (2016-12-14 21:25:49 UTC) #5
danrubel
On 2016/12/14 21:24:21, danrubel wrote: > On 2016/12/14 21:05:10, Brian Wilkerson wrote: > > I ...
4 years ago (2016-12-14 21:27:47 UTC) #6
danrubel
https://codereview.chromium.org/2578733002/diff/1/pkg/analyzer/lib/src/command_line/command_line_parser.dart File pkg/analyzer/lib/src/command_line/command_line_parser.dart (right): https://codereview.chromium.org/2578733002/diff/1/pkg/analyzer/lib/src/command_line/command_line_parser.dart#newcode1 pkg/analyzer/lib/src/command_line/command_line_parser.dart:1: import 'package:args/args.dart'; On 2016/12/14 21:05:09, Brian Wilkerson wrote: > ...
4 years ago (2016-12-14 21:28:07 UTC) #7
danrubel
4 years ago (2016-12-14 21:31:51 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
2c62510f5f1acd650be9e6c79b8ced2d6b1a26b0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698