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

Side by Side Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 1410363003: Regenerate tasks.dot file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". 7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart".
8 // 8 //
9 // To render this graph using Graphviz (www.graphviz.org) use the command: 9 // To render this graph using Graphviz (www.graphviz.org) use the command:
10 // "dot tasks.dot -Tpdf -O". 10 // "dot tasks.dot -Tpdf -O".
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 EvaluateUnitConstantsTask -> RESOLVED_UNIT10 60 EvaluateUnitConstantsTask -> RESOLVED_UNIT10
61 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS 61 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS
62 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS 62 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS
63 GenerateHintsTask -> HINTS 63 GenerateHintsTask -> HINTS
64 GenerateLintsTask -> LINTS 64 GenerateLintsTask -> LINTS
65 HINTS -> LibraryUnitErrorsTask 65 HINTS -> LibraryUnitErrorsTask
66 HINTS [shape=box] 66 HINTS [shape=box]
67 IMPORTED_LIBRARIES -> BuildDirectiveElementsTask 67 IMPORTED_LIBRARIES -> BuildDirectiveElementsTask
68 IMPORTED_LIBRARIES -> ResolveUnitTypeNamesTask 68 IMPORTED_LIBRARIES -> ResolveUnitTypeNamesTask
69 IMPORTED_LIBRARIES [shape=box] 69 IMPORTED_LIBRARIES [shape=box]
70 IMPORT_EXPORT_SOURCE_CLOSURE -> ComputeConstantDependenciesTask
70 IMPORT_EXPORT_SOURCE_CLOSURE -> ComputeLibraryCycleTask 71 IMPORT_EXPORT_SOURCE_CLOSURE -> ComputeLibraryCycleTask
71 IMPORT_EXPORT_SOURCE_CLOSURE -> PartiallyResolveUnitReferencesTask 72 IMPORT_EXPORT_SOURCE_CLOSURE -> PartiallyResolveUnitReferencesTask
72 IMPORT_EXPORT_SOURCE_CLOSURE -> ResolveLibraryReferencesTask 73 IMPORT_EXPORT_SOURCE_CLOSURE -> ResolveLibraryReferencesTask
73 IMPORT_EXPORT_SOURCE_CLOSURE -> StrongModeVerifyUnitTask 74 IMPORT_EXPORT_SOURCE_CLOSURE -> StrongModeVerifyUnitTask
74 IMPORT_EXPORT_SOURCE_CLOSURE -> VerifyUnitTask 75 IMPORT_EXPORT_SOURCE_CLOSURE -> VerifyUnitTask
75 IMPORT_EXPORT_SOURCE_CLOSURE [shape=box] 76 IMPORT_EXPORT_SOURCE_CLOSURE [shape=box]
76 INCLUDED_PARTS -> BuildLibraryElementTask 77 INCLUDED_PARTS -> BuildLibraryElementTask
77 INCLUDED_PARTS [shape=box] 78 INCLUDED_PARTS [shape=box]
78 INFERABLE_STATIC_VARIABLES_IN_UNIT -> InferStaticVariableTypesInUnitTask 79 INFERABLE_STATIC_VARIABLES_IN_UNIT -> InferStaticVariableTypesInUnitTask
79 INFERABLE_STATIC_VARIABLES_IN_UNIT [shape=box] 80 INFERABLE_STATIC_VARIABLES_IN_UNIT [shape=box]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 LIBRARY_ELEMENT3 [shape=box] 113 LIBRARY_ELEMENT3 [shape=box]
113 LIBRARY_ELEMENT4 -> ResolveLibraryTypeNamesTask 114 LIBRARY_ELEMENT4 -> ResolveLibraryTypeNamesTask
114 LIBRARY_ELEMENT4 -> ResolveUnitTypeNamesTask 115 LIBRARY_ELEMENT4 -> ResolveUnitTypeNamesTask
115 LIBRARY_ELEMENT4 [shape=box] 116 LIBRARY_ELEMENT4 [shape=box]
116 LIBRARY_ELEMENT5 -> PartiallyResolveUnitReferencesTask 117 LIBRARY_ELEMENT5 -> PartiallyResolveUnitReferencesTask
117 LIBRARY_ELEMENT5 -> ResolveInstanceFieldsInUnitTask 118 LIBRARY_ELEMENT5 -> ResolveInstanceFieldsInUnitTask
118 LIBRARY_ELEMENT5 -> ResolveLibraryReferencesTask 119 LIBRARY_ELEMENT5 -> ResolveLibraryReferencesTask
119 LIBRARY_ELEMENT5 -> ResolveUnitTask 120 LIBRARY_ELEMENT5 -> ResolveUnitTask
120 LIBRARY_ELEMENT5 [shape=box] 121 LIBRARY_ELEMENT5 [shape=box]
121 LIBRARY_ERRORS_READY [shape=box] 122 LIBRARY_ERRORS_READY [shape=box]
123 LIBRARY_SPECIFIC_UNITS -> ComputeConstantDependenciesTask
124 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask
125 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask
126 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask
127 LIBRARY_SPECIFIC_UNITS -> StrongModeVerifyUnitTask
128 LIBRARY_SPECIFIC_UNITS -> VerifyUnitTask
129 LIBRARY_SPECIFIC_UNITS [shape=box]
122 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit 130 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
123 LIBRARY_UNIT_ERRORS [shape=box] 131 LIBRARY_UNIT_ERRORS [shape=box]
124 LINE_INFO -> ParseDartTask 132 LINE_INFO -> ParseDartTask
125 LINE_INFO [shape=box] 133 LINE_INFO [shape=box]
126 LINTS -> LibraryUnitErrorsTask 134 LINTS -> LibraryUnitErrorsTask
127 LINTS [shape=box] 135 LINTS [shape=box]
128 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 136 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
129 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 137 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
130 MODIFICATION_TIME -> ParseDartTask 138 MODIFICATION_TIME -> ParseDartTask
131 MODIFICATION_TIME [shape=box] 139 MODIFICATION_TIME [shape=box]
132 PARSED_UNIT -> BuildCompilationUnitElementTask 140 PARSED_UNIT -> BuildCompilationUnitElementTask
133 PARSED_UNIT [shape=box] 141 PARSED_UNIT [shape=box]
134 PARSE_ERRORS -> dartErrorsForSource 142 PARSE_ERRORS -> dartErrorsForSource
135 PARSE_ERRORS [shape=box] 143 PARSE_ERRORS [shape=box]
136 ParseDartTask -> EXPLICITLY_IMPORTED_LIBRARIES 144 ParseDartTask -> EXPLICITLY_IMPORTED_LIBRARIES
137 ParseDartTask -> EXPORTED_LIBRARIES 145 ParseDartTask -> EXPORTED_LIBRARIES
138 ParseDartTask -> IMPORTED_LIBRARIES 146 ParseDartTask -> IMPORTED_LIBRARIES
139 ParseDartTask -> INCLUDED_PARTS 147 ParseDartTask -> INCLUDED_PARTS
148 ParseDartTask -> LIBRARY_SPECIFIC_UNITS
140 ParseDartTask -> PARSED_UNIT 149 ParseDartTask -> PARSED_UNIT
141 ParseDartTask -> PARSE_ERRORS 150 ParseDartTask -> PARSE_ERRORS
142 ParseDartTask -> SOURCE_KIND 151 ParseDartTask -> SOURCE_KIND
143 ParseDartTask -> UNITS 152 ParseDartTask -> UNITS
144 PartiallyResolveUnitReferencesTask -> INFERABLE_STATIC_VARIABLES_IN_UNIT 153 PartiallyResolveUnitReferencesTask -> INFERABLE_STATIC_VARIABLES_IN_UNIT
145 PartiallyResolveUnitReferencesTask -> RESOLVED_UNIT5 154 PartiallyResolveUnitReferencesTask -> RESOLVED_UNIT5
146 REFERENCED_NAMES [shape=box] 155 REFERENCED_NAMES [shape=box]
147 RESOLVED_UNIT -> GenerateHintsTask 156 RESOLVED_UNIT -> GenerateHintsTask
148 RESOLVED_UNIT -> GenerateLintsTask 157 RESOLVED_UNIT -> GenerateLintsTask
149 RESOLVED_UNIT -> VerifyUnitTask 158 RESOLVED_UNIT -> VerifyUnitTask
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 TYPE_PROVIDER -> InferStaticVariableTypeTask 225 TYPE_PROVIDER -> InferStaticVariableTypeTask
217 TYPE_PROVIDER -> PartiallyResolveUnitReferencesTask 226 TYPE_PROVIDER -> PartiallyResolveUnitReferencesTask
218 TYPE_PROVIDER -> ResolveInstanceFieldsInUnitTask 227 TYPE_PROVIDER -> ResolveInstanceFieldsInUnitTask
219 TYPE_PROVIDER -> ResolveLibraryTypeNamesTask 228 TYPE_PROVIDER -> ResolveLibraryTypeNamesTask
220 TYPE_PROVIDER -> ResolveUnitTask 229 TYPE_PROVIDER -> ResolveUnitTask
221 TYPE_PROVIDER -> ResolveUnitTypeNamesTask 230 TYPE_PROVIDER -> ResolveUnitTypeNamesTask
222 TYPE_PROVIDER -> ResolveVariableReferencesTask 231 TYPE_PROVIDER -> ResolveVariableReferencesTask
223 TYPE_PROVIDER -> StrongModeVerifyUnitTask 232 TYPE_PROVIDER -> StrongModeVerifyUnitTask
224 TYPE_PROVIDER -> VerifyUnitTask 233 TYPE_PROVIDER -> VerifyUnitTask
225 TYPE_PROVIDER [shape=box] 234 TYPE_PROVIDER [shape=box]
226 UNITS -> GenerateHintsTask
227 UNITS -> LibraryErrorsReadyTask 235 UNITS -> LibraryErrorsReadyTask
228 UNITS -> ResolveLibraryReferencesTask
229 UNITS -> ResolveLibraryTypeNamesTask
230 UNITS -> StrongModeVerifyUnitTask
231 UNITS -> VerifyUnitTask
232 UNITS [shape=box] 236 UNITS [shape=box]
233 USED_IMPORTED_ELEMENTS -> GenerateHintsTask 237 USED_IMPORTED_ELEMENTS -> GenerateHintsTask
234 USED_IMPORTED_ELEMENTS [shape=box] 238 USED_IMPORTED_ELEMENTS [shape=box]
235 USED_LOCAL_ELEMENTS -> GenerateHintsTask 239 USED_LOCAL_ELEMENTS -> GenerateHintsTask
236 USED_LOCAL_ELEMENTS [shape=box] 240 USED_LOCAL_ELEMENTS [shape=box]
237 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 241 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
238 VARIABLE_REFERENCE_ERRORS [shape=box] 242 VARIABLE_REFERENCE_ERRORS [shape=box]
239 VERIFY_ERRORS -> LibraryUnitErrorsTask 243 VERIFY_ERRORS -> LibraryUnitErrorsTask
240 VERIFY_ERRORS [shape=box] 244 VERIFY_ERRORS [shape=box]
241 VerifyUnitTask -> VERIFY_ERRORS 245 VerifyUnitTask -> VERIFY_ERRORS
242 dartErrorsForSource -> DartErrorsTask 246 dartErrorsForSource -> DartErrorsTask
243 dartErrorsForSource [shape=hexagon] 247 dartErrorsForSource [shape=hexagon]
244 dartErrorsForUnit -> DartErrorsTask 248 dartErrorsForUnit -> DartErrorsTask
245 dartErrorsForUnit [shape=hexagon] 249 dartErrorsForUnit [shape=hexagon]
246 } 250 }
OLDNEW
« 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