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

Issue 2584293003: DDC/AnalyzerCLI common cmdline option processing (Closed)

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

Description

DDC/AnalyzerCLI common cmdline option processing Refactor DDC and Analyzer CLI command line option processing to use common createContextBuilderOptions method and ContextBuilderOptions to hold common options. R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/13bd1ad0bfd738d68afba2c2ec74d92ce992af5e

Patch Set 1 #

Total comments: 4

Patch Set 2 : merge #

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -126 lines) Patch
M pkg/analyzer/lib/src/command_line/arguments.dart View 1 2 2 chunks +33 lines, -34 lines 0 comments Download
M pkg/analyzer_cli/lib/src/options.dart View 11 chunks +32 lines, -31 lines 0 comments Download
M pkg/analyzer_cli/test/options_test.dart View 1 chunk +1 line, -3 lines 0 comments Download
M pkg/dev_compiler/lib/src/analyzer/context.dart View 3 chunks +43 lines, -27 lines 0 comments Download
M pkg/dev_compiler/lib/src/compiler/command.dart View 4 chunks +15 lines, -14 lines 0 comments Download
M pkg/dev_compiler/test/codegen_test.dart View 5 chunks +11 lines, -16 lines 0 comments Download
M pkg/dev_compiler/web/web_command.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
4 years ago (2016-12-19 17:26:32 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2584293003/diff/1/pkg/analyzer/lib/src/command_line/arguments.dart File pkg/analyzer/lib/src/command_line/arguments.dart (right): https://codereview.chromium.org/2584293003/diff/1/pkg/analyzer/lib/src/command_line/arguments.dart#newcode107 pkg/analyzer/lib/src/command_line/arguments.dart:107: void defineAnalysisArguments(ArgParser parser, {bool hide: true, ddc: false}) ...
4 years ago (2016-12-19 17:45:36 UTC) #3
danrubel
https://codereview.chromium.org/2584293003/diff/1/pkg/analyzer/lib/src/command_line/arguments.dart File pkg/analyzer/lib/src/command_line/arguments.dart (right): https://codereview.chromium.org/2584293003/diff/1/pkg/analyzer/lib/src/command_line/arguments.dart#newcode107 pkg/analyzer/lib/src/command_line/arguments.dart:107: void defineAnalysisArguments(ArgParser parser, {bool hide: true, ddc: false}) { ...
4 years ago (2016-12-19 21:21:17 UTC) #4
danrubel
4 years ago (2016-12-19 21:24:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
13bd1ad0bfd738d68afba2c2ec74d92ce992af5e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698