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

Issue 887433002: Add simple Dart tasks (Closed)

Created:
5 years, 10 months ago by Brian Wilkerson
Modified:
5 years, 10 months ago
Reviewers:
Paul Berry, scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add base class and general implementation of description #

Unified diffs Side-by-side diffs Delta from patch set Stats (+649 lines, -10 lines) Patch
A pkg/analyzer/lib/src/task/dart.dart View 1 1 chunk +314 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/general.dart View 1 3 chunks +21 lines, -10 lines 0 comments Download
M pkg/analyzer/lib/task/model.dart View 1 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/analyzer/test/src/task/dart_test.dart View 1 chunk +307 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/test_all.dart View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Brian Wilkerson
The first couple of Dart related tasks converted to the new task model.
5 years, 10 months ago (2015-01-28 16:57:51 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/887433002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/887433002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode163 pkg/analyzer/lib/src/task/dart.dart:163: HashSet<Source> importedSources = new HashSet<Source>(); If there is ...
5 years, 10 months ago (2015-01-28 18:25:53 UTC) #3
Brian Wilkerson
PTAL https://codereview.chromium.org/887433002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/887433002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode163 pkg/analyzer/lib/src/task/dart.dart:163: HashSet<Source> importedSources = new HashSet<Source>(); > If there ...
5 years, 10 months ago (2015-01-28 20:51:08 UTC) #5
scheglov
LGTM
5 years, 10 months ago (2015-01-28 21:19:16 UTC) #6
Brian Wilkerson
5 years, 10 months ago (2015-01-28 21:56:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 43261 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698