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

Issue 2598523003: cmdline flags override analysis options in file (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

cmdline flags override analysis options in file Update command line arguments processing so that any analysis options flags specified on the command line (e.g. --supermixin) take precedence over corresponding flags in the analysis_options.yaml file. R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/0863ac0b2cf80460d3de770d2ed1281a2b658fd8

Patch Set 1 #

Patch Set 2 : enableSuperInMixinFlag --> enableSuperMixinFlag #

Total comments: 4

Patch Set 3 : merge #

Patch Set 4 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -8 lines) Patch
M pkg/analyzer/lib/src/command_line/arguments.dart View 1 2 3 4 chunks +25 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/context/builder.dart View 4 chunks +12 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/options.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/test/src/context/builder_test.dart View 2 chunks +29 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
4 years ago (2016-12-21 20:42:36 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2598523003/diff/20001/pkg/analyzer/lib/src/command_line/arguments.dart File pkg/analyzer/lib/src/command_line/arguments.dart (right): https://codereview.chromium.org/2598523003/diff/20001/pkg/analyzer/lib/src/command_line/arguments.dart#newcode32 pkg/analyzer/lib/src/command_line/arguments.dart:32: * Update [options] with the value of each ...
4 years ago (2016-12-21 21:48:06 UTC) #3
danrubel
https://codereview.chromium.org/2598523003/diff/20001/pkg/analyzer/lib/src/command_line/arguments.dart File pkg/analyzer/lib/src/command_line/arguments.dart (right): https://codereview.chromium.org/2598523003/diff/20001/pkg/analyzer/lib/src/command_line/arguments.dart#newcode32 pkg/analyzer/lib/src/command_line/arguments.dart:32: * Update [options] with the value of each analysis ...
4 years ago (2016-12-23 01:32:04 UTC) #4
danrubel
4 years ago (2016-12-23 01:36:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
0863ac0b2cf80460d3de770d2ed1281a2b658fd8 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698