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

Unified Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 1672323002: Generate tasks.dot for the new tasks structure. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/tool/task_dependency_graph/tasks.dot
diff --git a/pkg/analyzer/tool/task_dependency_graph/tasks.dot b/pkg/analyzer/tool/task_dependency_graph/tasks.dot
index 4c1322cbca1e606889f8884e8e368035f07b6974..3953adcf9db75604b1d7d7fb07b52417ea246460 100644
--- a/pkg/analyzer/tool/task_dependency_graph/tasks.dot
+++ b/pkg/analyzer/tool/task_dependency_graph/tasks.dot
@@ -35,6 +35,8 @@ digraph G {
CONSTANT_DEPENDENCIES [shape=box]
CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask
CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box]
+ CONSTANT_EXPRESSION_RESOLVED -> ComputeConstantDependenciesTask
+ CONSTANT_EXPRESSION_RESOLVED [shape=box]
CONSTANT_VALUE -> ComputeConstantValueTask
CONSTANT_VALUE -> EvaluateUnitConstantsTask
CONSTANT_VALUE [shape=box]
@@ -44,6 +46,7 @@ digraph G {
CONTENT [shape=box]
CREATED_RESOLVED_UNIT [shape=box]
CREATED_RESOLVED_UNIT1 [shape=box]
+ CREATED_RESOLVED_UNIT10 -> ResolveConstantExpressionTask
CREATED_RESOLVED_UNIT10 [shape=box]
CREATED_RESOLVED_UNIT11 [shape=box]
CREATED_RESOLVED_UNIT2 [shape=box]
@@ -219,7 +222,6 @@ digraph G {
RESOLVED_UNIT1 -> BuildEnumMemberElementsTask
RESOLVED_UNIT1 -> BuildLibraryElementTask
RESOLVED_UNIT1 [shape=box]
- RESOLVED_UNIT10 -> ComputeConstantDependenciesTask
RESOLVED_UNIT10 -> EvaluateUnitConstantsTask
RESOLVED_UNIT10 -> GatherUsedImportedElementsTask
RESOLVED_UNIT10 -> GatherUsedLocalElementsTask
@@ -257,6 +259,7 @@ digraph G {
ReadyLibraryElement5Task -> READY_LIBRARY_ELEMENT5
ReadyLibraryElement6Task -> READY_LIBRARY_ELEMENT6
ReadyResolvedUnitTask -> READY_RESOLVED_UNIT
+ ResolveConstantExpressionTask -> CONSTANT_EXPRESSION_RESOLVED
ResolveInstanceFieldsInUnitTask -> CREATED_RESOLVED_UNIT8
ResolveInstanceFieldsInUnitTask -> RESOLVED_UNIT8
ResolveLibraryReferencesTask -> LIBRARY_ELEMENT8
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698