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

Issue 2775633002: Use ansi color in the dartanalyzer cli output. (Closed)

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

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : make tests more robust #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -23 lines) Patch
M pkg/analyzer/lib/src/dart/analysis/driver.dart View 1 chunk +7 lines, -2 lines 0 comments Download
A pkg/analyzer_cli/lib/src/ansi.dart View 1 chunk +35 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/lib/src/error_formatter.dart View 5 chunks +17 lines, -5 lines 0 comments Download
M pkg/analyzer_cli/lib/src/options.dart View 4 chunks +10 lines, -1 line 0 comments Download
M pkg/analyzer_cli/test/driver_test.dart View 1 8 chunks +14 lines, -8 lines 0 comments Download
M pkg/analyzer_cli/test/reporter_test.dart View 5 chunks +13 lines, -5 lines 0 comments Download
M pkg/analyzer_cli/test/super_mixin_test.dart View 3 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
devoncarew
3 years, 9 months ago (2017-03-23 16:59:33 UTC) #2
danrubel
Nice! LGTM
3 years, 9 months ago (2017-03-23 17:04:05 UTC) #3
Brian Wilkerson
Assuming the tests will work on Windows, lgtm. https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart File pkg/analyzer_cli/lib/src/ansi.dart (right): https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart#newcode16 pkg/analyzer_cli/lib/src/ansi.dart:16: class ...
3 years, 9 months ago (2017-03-23 17:09:51 UTC) #4
karlklose
DBC https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart File pkg/analyzer_cli/lib/src/ansi.dart (right): https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart#newcode12 pkg/analyzer_cli/lib/src/ansi.dart:12: !Platform.isWindows && Here is the detection code we ...
3 years, 9 months ago (2017-03-24 09:08:08 UTC) #6
devoncarew
Committed patchset #2 (id:20001) manually as b51d1fd8e39964a24129de0ca088f49947c938df (presubmit successful).
3 years, 9 months ago (2017-03-25 22:02:44 UTC) #8
devoncarew
https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart File pkg/analyzer_cli/lib/src/ansi.dart (right): https://codereview.chromium.org/2775633002/diff/1/pkg/analyzer_cli/lib/src/ansi.dart#newcode12 pkg/analyzer_cli/lib/src/ansi.dart:12: !Platform.isWindows && On 2017/03/24 09:08:08, karlklose wrote: > Here ...
3 years, 9 months ago (2017-03-25 22:33:17 UTC) #9
kevmoo
DBC: update the min required Dart SDK version? ...since this is a new feature. Right?
3 years, 9 months ago (2017-03-27 01:06:22 UTC) #11
devoncarew
3 years, 9 months ago (2017-03-27 01:23:35 UTC) #12
Message was sent while issue was closed.
We haven't changed the APIs we're using, and analyzer_cli isn't a published
package...

Powered by Google App Engine
This is Rietveld 408576698