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

Issue 195483004: Convert the command line dart analyzer to be async. (Closed)

Created:
6 years, 9 months ago by jwren
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Convert the command line dart analyzer to be async. R=brianwilkerson@google.com, scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=33558

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : 2 nits #

Total comments: 19

Patch Set 4 : #

Patch Set 5 : nit bugs #

Patch Set 6 : Rebase with bleeding_edge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -81 lines) Patch
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M pkg/analyzer/bin/analyzer.dart View 1 2 3 4 2 chunks +14 lines, -47 lines 0 comments Download
M pkg/analyzer/lib/src/analyzer_impl.dart View 1 2 3 4 5 8 chunks +81 lines, -33 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jwren
6 years, 9 months ago (2014-03-11 18:17:02 UTC) #1
Bob Nystrom
https://codereview.chromium.org/195483004/diff/40001/pkg/analyzer/lib/src/analyzer_impl.dart File pkg/analyzer/lib/src/analyzer_impl.dart (right): https://codereview.chromium.org/195483004/diff/40001/pkg/analyzer/lib/src/analyzer_impl.dart#newcode68 pkg/analyzer/lib/src/analyzer_impl.dart:68: void _analyze() { Drive-by code review! It's considered good ...
6 years, 9 months ago (2014-03-11 18:24:46 UTC) #2
Brian Wilkerson
LGTM https://codereview.chromium.org/195483004/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java (right): https://codereview.chromium.org/195483004/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java#newcode100 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java:100: public boolean isMoreWork() { Perhaps "hasMoreWork"? Also, the ...
6 years, 9 months ago (2014-03-11 18:36:53 UTC) #3
scheglov
LGTM
6 years, 9 months ago (2014-03-11 18:44:24 UTC) #4
jwren
https://codereview.chromium.org/195483004/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java (right): https://codereview.chromium.org/195483004/diff/40001/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java#newcode100 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisResult.java:100: public boolean isMoreWork() { On 2014/03/11 18:36:53, Brian Wilkerson ...
6 years, 9 months ago (2014-03-11 21:53:04 UTC) #5
jwren
6 years, 9 months ago (2014-03-11 22:05:42 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r33558 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698