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

Issue 997383002: Add MapBasedTaskInput. (Closed)

Created:
5 years, 9 months ago by scheglov
Modified:
5 years, 9 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Add MapBasedTaskInput. I found out that I'm blocked by its absence. To resolve directives (actually to report errors) I need to know source kinds. And the only way to get the SourceKind of a Source is to request a Map-based input. If you have already implemented it yourself, feel free to upload your CL instead. I'm not too much attached to this implementation :-) R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=44429

Patch Set 1 #

Total comments: 8

Patch Set 2 : Updates for review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -95 lines) Patch
M pkg/analyzer/lib/src/task/dart.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer/lib/src/task/inputs.dart View 1 3 chunks +202 lines, -94 lines 0 comments Download
M pkg/analyzer/test/src/task/inputs_test.dart View 2 chunks +138 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
5 years, 9 months ago (2015-03-12 06:30:15 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/997383002/diff/1/pkg/analyzer/lib/src/task/inputs.dart File pkg/analyzer/lib/src/task/inputs.dart (right): https://codereview.chromium.org/997383002/diff/1/pkg/analyzer/lib/src/task/inputs.dart#newcode348 pkg/analyzer/lib/src/task/inputs.dart:348: * another (base) task input is used to ...
5 years, 9 months ago (2015-03-12 13:59:47 UTC) #2
scheglov
https://codereview.chromium.org/997383002/diff/1/pkg/analyzer/lib/src/task/inputs.dart File pkg/analyzer/lib/src/task/inputs.dart (right): https://codereview.chromium.org/997383002/diff/1/pkg/analyzer/lib/src/task/inputs.dart#newcode348 pkg/analyzer/lib/src/task/inputs.dart:348: * another (base) task input is used to compute ...
5 years, 9 months ago (2015-03-12 15:10:36 UTC) #3
scheglov
5 years, 9 months ago (2015-03-12 15:11:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 44429 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698