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 2726783002: echo analysis options information if dartanalyzer --verbose is specified (Closed)

Created:
3 years, 9 months ago by danrubel
Modified:
3 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, keertip, srawlins
Target Ref:
refs/heads/master
Visibility:
Public.

Description

echo analysis options information if dartanalyzer --verbose is specified With this change, if the dartanalyzer --verbose option is specified then you will see additional output indicating which analysis options file was read: Loaded analysis options from /path/to/.analysis_options In addition, if there are any command line flags that specify/override an analysis option then you will see something similar to this: Analysis options: strong = true R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/0c290ae4563560713b801c59614718b5ad4a28e3

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -8 lines) Patch
M pkg/analyzer/lib/src/command_line/arguments.dart View 1 chunk +14 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/context/builder.dart View 4 chunks +22 lines, -6 lines 0 comments Download
M pkg/analyzer_cli/lib/src/driver.dart View 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
danrubel
3 years, 9 months ago (2017-03-01 01:35:38 UTC) #2
Brian Wilkerson
lgtm https://codereview.chromium.org/2726783002/diff/1/pkg/analyzer/lib/src/context/builder.dart File pkg/analyzer/lib/src/context/builder.dart (right): https://codereview.chromium.org/2726783002/diff/1/pkg/analyzer/lib/src/context/builder.dart#newcode397 pkg/analyzer/lib/src/context/builder.dart:397: verbose('Exception: $e\n when loading ${optionsFile.path}'); Do we need ...
3 years, 9 months ago (2017-03-01 01:42:06 UTC) #3
danrubel
https://codereview.chromium.org/2726783002/diff/1/pkg/analyzer/lib/src/context/builder.dart File pkg/analyzer/lib/src/context/builder.dart (right): https://codereview.chromium.org/2726783002/diff/1/pkg/analyzer/lib/src/context/builder.dart#newcode397 pkg/analyzer/lib/src/context/builder.dart:397: verbose('Exception: $e\n when loading ${optionsFile.path}'); On 2017/03/01 01:42:06, Brian ...
3 years, 9 months ago (2017-03-01 01:47:04 UTC) #4
danrubel
3 years, 9 months ago (2017-03-01 01:49:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
0c290ae4563560713b801c59614718b5ad4a28e3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698