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

Issue 2704103002: Some improvements to the command-line analyzer's output. (Closed)

Created:
3 years, 10 months ago by devoncarew
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 7

Patch Set 2 : review comments #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -144 lines) Patch
M pkg/analyzer_cli/lib/src/analyzer_impl.dart View 1 7 chunks +13 lines, -77 lines 0 comments Download
M pkg/analyzer_cli/lib/src/build_mode.dart View 1 4 chunks +5 lines, -5 lines 0 comments Download
M pkg/analyzer_cli/lib/src/driver.dart View 1 7 chunks +30 lines, -13 lines 2 comments Download
M pkg/analyzer_cli/lib/src/error_formatter.dart View 1 6 chunks +40 lines, -8 lines 1 comment Download
A pkg/analyzer_cli/lib/src/error_severity.dart View 1 1 chunk +72 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/lib/src/options.dart View 1 6 chunks +18 lines, -12 lines 0 comments Download
M pkg/analyzer_cli/test/all.dart View 1 chunk +22 lines, -20 lines 0 comments Download
A pkg/analyzer_cli/test/data/errors_reported_once/bar.dart View 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/errors_reported_once/foo.dart View 1 chunk +11 lines, -0 lines 0 comments Download
A pkg/analyzer_cli/test/data/errors_reported_once/foo_part.dart View 1 chunk +5 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/test/data/options_tests_project/test_file.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_cli/test/driver_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
A pkg/analyzer_cli/test/errors_reported_once_test.dart View 1 chunk +57 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/test/reporter_test.dart View 4 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
devoncarew
Some improvements to the command-line analyzer's output: - refactoring some code into a new 'error_severity.dart' ...
3 years, 10 months ago (2017-02-19 22:28:35 UTC) #2
Brian Wilkerson
lgtm once the imports have been fixed https://codereview.chromium.org/2704103002/diff/1/pkg/analyzer_cli/lib/src/analyzer_impl.dart File pkg/analyzer_cli/lib/src/analyzer_impl.dart (right): https://codereview.chromium.org/2704103002/diff/1/pkg/analyzer_cli/lib/src/analyzer_impl.dart#newcode25 pkg/analyzer_cli/lib/src/analyzer_impl.dart:25: import 'options.dart'; ...
3 years, 10 months ago (2017-02-19 22:52:17 UTC) #3
devoncarew
Driver (inadvertent) change reverted, and changed the package imports back https://codereview.chromium.org/2704103002/diff/1/pkg/analyzer_cli/lib/src/analyzer_impl.dart File pkg/analyzer_cli/lib/src/analyzer_impl.dart (right): https://codereview.chromium.org/2704103002/diff/1/pkg/analyzer_cli/lib/src/analyzer_impl.dart#newcode25 ...
3 years, 10 months ago (2017-02-21 04:30:47 UTC) #4
danrubel
LGTM
3 years, 10 months ago (2017-02-21 13:14:17 UTC) #5
Brian Wilkerson
lgtm https://codereview.chromium.org/2704103002/diff/20001/pkg/analyzer_cli/lib/src/driver.dart File pkg/analyzer_cli/lib/src/driver.dart (right): https://codereview.chromium.org/2704103002/diff/20001/pkg/analyzer_cli/lib/src/driver.dart#newcode251 pkg/analyzer_cli/lib/src/driver.dart:251: // be reported multiple times (#25697). I have ...
3 years, 10 months ago (2017-02-21 15:26:43 UTC) #6
devoncarew
3 years, 10 months ago (2017-02-22 18:07:00 UTC) #7
devoncarew
3 years, 10 months ago (2017-02-22 20:35:17 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
46cacfeae93310b09b52d8fca2b8f9348f230a5e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698