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

Side by Side 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 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 17 matching lines...) Expand all
28 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3 28 BuildPublicNamespaceTask -> LIBRARY_ELEMENT3
29 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE 29 BuildSourceExportClosureTask -> EXPORT_SOURCE_CLOSURE
30 BuildTypeProviderTask -> TYPE_PROVIDER 30 BuildTypeProviderTask -> TYPE_PROVIDER
31 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask 31 COMPILATION_UNIT_CONSTANTS -> EvaluateUnitConstantsTask
32 COMPILATION_UNIT_CONSTANTS [shape=box] 32 COMPILATION_UNIT_CONSTANTS [shape=box]
33 COMPILATION_UNIT_ELEMENT [shape=box] 33 COMPILATION_UNIT_ELEMENT [shape=box]
34 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask 34 CONSTANT_DEPENDENCIES -> ComputeConstantValueTask
35 CONSTANT_DEPENDENCIES [shape=box] 35 CONSTANT_DEPENDENCIES [shape=box]
36 CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask 36 CONSTANT_EXPRESSIONS_DEPENDENCIES -> EvaluateUnitConstantsTask
37 CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box] 37 CONSTANT_EXPRESSIONS_DEPENDENCIES [shape=box]
38 CONSTANT_EXPRESSION_RESOLVED -> ComputeConstantDependenciesTask
39 CONSTANT_EXPRESSION_RESOLVED [shape=box]
38 CONSTANT_VALUE -> ComputeConstantValueTask 40 CONSTANT_VALUE -> ComputeConstantValueTask
39 CONSTANT_VALUE -> EvaluateUnitConstantsTask 41 CONSTANT_VALUE -> EvaluateUnitConstantsTask
40 CONSTANT_VALUE [shape=box] 42 CONSTANT_VALUE [shape=box]
41 CONTAINING_LIBRARIES -> DartErrorsTask 43 CONTAINING_LIBRARIES -> DartErrorsTask
42 CONTAINING_LIBRARIES [shape=box] 44 CONTAINING_LIBRARIES [shape=box]
43 CONTENT -> ScanDartTask 45 CONTENT -> ScanDartTask
44 CONTENT [shape=box] 46 CONTENT [shape=box]
45 CREATED_RESOLVED_UNIT [shape=box] 47 CREATED_RESOLVED_UNIT [shape=box]
46 CREATED_RESOLVED_UNIT1 [shape=box] 48 CREATED_RESOLVED_UNIT1 [shape=box]
49 CREATED_RESOLVED_UNIT10 -> ResolveConstantExpressionTask
47 CREATED_RESOLVED_UNIT10 [shape=box] 50 CREATED_RESOLVED_UNIT10 [shape=box]
48 CREATED_RESOLVED_UNIT11 [shape=box] 51 CREATED_RESOLVED_UNIT11 [shape=box]
49 CREATED_RESOLVED_UNIT2 [shape=box] 52 CREATED_RESOLVED_UNIT2 [shape=box]
50 CREATED_RESOLVED_UNIT3 [shape=box] 53 CREATED_RESOLVED_UNIT3 [shape=box]
51 CREATED_RESOLVED_UNIT4 [shape=box] 54 CREATED_RESOLVED_UNIT4 [shape=box]
52 CREATED_RESOLVED_UNIT5 [shape=box] 55 CREATED_RESOLVED_UNIT5 [shape=box]
53 CREATED_RESOLVED_UNIT6 [shape=box] 56 CREATED_RESOLVED_UNIT6 [shape=box]
54 CREATED_RESOLVED_UNIT7 -> ResolveInstanceFieldsInUnitTask 57 CREATED_RESOLVED_UNIT7 -> ResolveInstanceFieldsInUnitTask
55 CREATED_RESOLVED_UNIT7 [shape=box] 58 CREATED_RESOLVED_UNIT7 [shape=box]
56 CREATED_RESOLVED_UNIT8 -> InferInstanceMembersInUnitTask 59 CREATED_RESOLVED_UNIT8 -> InferInstanceMembersInUnitTask
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 REFERENCED_NAMES [shape=box] 215 REFERENCED_NAMES [shape=box]
213 RESOLVED_UNIT -> GenerateHintsTask 216 RESOLVED_UNIT -> GenerateHintsTask
214 RESOLVED_UNIT -> GenerateLintsTask 217 RESOLVED_UNIT -> GenerateLintsTask
215 RESOLVED_UNIT -> ReadyResolvedUnitTask 218 RESOLVED_UNIT -> ReadyResolvedUnitTask
216 RESOLVED_UNIT -> VerifyUnitTask 219 RESOLVED_UNIT -> VerifyUnitTask
217 RESOLVED_UNIT [shape=box] 220 RESOLVED_UNIT [shape=box]
218 RESOLVED_UNIT1 -> BuildDirectiveElementsTask 221 RESOLVED_UNIT1 -> BuildDirectiveElementsTask
219 RESOLVED_UNIT1 -> BuildEnumMemberElementsTask 222 RESOLVED_UNIT1 -> BuildEnumMemberElementsTask
220 RESOLVED_UNIT1 -> BuildLibraryElementTask 223 RESOLVED_UNIT1 -> BuildLibraryElementTask
221 RESOLVED_UNIT1 [shape=box] 224 RESOLVED_UNIT1 [shape=box]
222 RESOLVED_UNIT10 -> ComputeConstantDependenciesTask
223 RESOLVED_UNIT10 -> EvaluateUnitConstantsTask 225 RESOLVED_UNIT10 -> EvaluateUnitConstantsTask
224 RESOLVED_UNIT10 -> GatherUsedImportedElementsTask 226 RESOLVED_UNIT10 -> GatherUsedImportedElementsTask
225 RESOLVED_UNIT10 -> GatherUsedLocalElementsTask 227 RESOLVED_UNIT10 -> GatherUsedLocalElementsTask
226 RESOLVED_UNIT10 -> ResolveLibraryReferencesTask 228 RESOLVED_UNIT10 -> ResolveLibraryReferencesTask
227 RESOLVED_UNIT10 [shape=box] 229 RESOLVED_UNIT10 [shape=box]
228 RESOLVED_UNIT11 -> StrongModeVerifyUnitTask 230 RESOLVED_UNIT11 -> StrongModeVerifyUnitTask
229 RESOLVED_UNIT11 [shape=box] 231 RESOLVED_UNIT11 [shape=box]
230 RESOLVED_UNIT2 -> ResolveUnitTypeNamesTask 232 RESOLVED_UNIT2 -> ResolveUnitTypeNamesTask
231 RESOLVED_UNIT2 [shape=box] 233 RESOLVED_UNIT2 [shape=box]
232 RESOLVED_UNIT3 -> ResolveLibraryTypeNamesTask 234 RESOLVED_UNIT3 -> ResolveLibraryTypeNamesTask
(...skipping 17 matching lines...) Expand all
250 RESOLVED_UNIT9 -> ResolveUnitTask 252 RESOLVED_UNIT9 -> ResolveUnitTask
251 RESOLVED_UNIT9 [shape=box] 253 RESOLVED_UNIT9 [shape=box]
252 RESOLVE_TYPE_NAMES_ERRORS -> LibraryUnitErrorsTask 254 RESOLVE_TYPE_NAMES_ERRORS -> LibraryUnitErrorsTask
253 RESOLVE_TYPE_NAMES_ERRORS [shape=box] 255 RESOLVE_TYPE_NAMES_ERRORS [shape=box]
254 RESOLVE_UNIT_ERRORS -> LibraryUnitErrorsTask 256 RESOLVE_UNIT_ERRORS -> LibraryUnitErrorsTask
255 RESOLVE_UNIT_ERRORS [shape=box] 257 RESOLVE_UNIT_ERRORS [shape=box]
256 ReadyLibraryElement2Task -> READY_LIBRARY_ELEMENT2 258 ReadyLibraryElement2Task -> READY_LIBRARY_ELEMENT2
257 ReadyLibraryElement5Task -> READY_LIBRARY_ELEMENT5 259 ReadyLibraryElement5Task -> READY_LIBRARY_ELEMENT5
258 ReadyLibraryElement6Task -> READY_LIBRARY_ELEMENT6 260 ReadyLibraryElement6Task -> READY_LIBRARY_ELEMENT6
259 ReadyResolvedUnitTask -> READY_RESOLVED_UNIT 261 ReadyResolvedUnitTask -> READY_RESOLVED_UNIT
262 ResolveConstantExpressionTask -> CONSTANT_EXPRESSION_RESOLVED
260 ResolveInstanceFieldsInUnitTask -> CREATED_RESOLVED_UNIT8 263 ResolveInstanceFieldsInUnitTask -> CREATED_RESOLVED_UNIT8
261 ResolveInstanceFieldsInUnitTask -> RESOLVED_UNIT8 264 ResolveInstanceFieldsInUnitTask -> RESOLVED_UNIT8
262 ResolveLibraryReferencesTask -> LIBRARY_ELEMENT8 265 ResolveLibraryReferencesTask -> LIBRARY_ELEMENT8
263 ResolveLibraryReferencesTask -> REFERENCED_NAMES 266 ResolveLibraryReferencesTask -> REFERENCED_NAMES
264 ResolveLibraryTask -> LIBRARY_ELEMENT 267 ResolveLibraryTask -> LIBRARY_ELEMENT
265 ResolveLibraryTypeNamesTask -> LIBRARY_ELEMENT5 268 ResolveLibraryTypeNamesTask -> LIBRARY_ELEMENT5
266 ResolveUnitTask -> CONSTANT_EXPRESSIONS_DEPENDENCIES 269 ResolveUnitTask -> CONSTANT_EXPRESSIONS_DEPENDENCIES
267 ResolveUnitTask -> CREATED_RESOLVED_UNIT10 270 ResolveUnitTask -> CREATED_RESOLVED_UNIT10
268 ResolveUnitTask -> RESOLVED_UNIT10 271 ResolveUnitTask -> RESOLVED_UNIT10
269 ResolveUnitTask -> RESOLVE_UNIT_ERRORS 272 ResolveUnitTask -> RESOLVE_UNIT_ERRORS
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 315 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
313 VARIABLE_REFERENCE_ERRORS [shape=box] 316 VARIABLE_REFERENCE_ERRORS [shape=box]
314 VERIFY_ERRORS -> LibraryUnitErrorsTask 317 VERIFY_ERRORS -> LibraryUnitErrorsTask
315 VERIFY_ERRORS [shape=box] 318 VERIFY_ERRORS [shape=box]
316 VerifyUnitTask -> VERIFY_ERRORS 319 VerifyUnitTask -> VERIFY_ERRORS
317 dartErrorsForSource -> DartErrorsTask 320 dartErrorsForSource -> DartErrorsTask
318 dartErrorsForSource [shape=hexagon] 321 dartErrorsForSource [shape=hexagon]
319 dartErrorsForUnit -> DartErrorsTask 322 dartErrorsForUnit -> DartErrorsTask
320 dartErrorsForUnit [shape=hexagon] 323 dartErrorsForUnit [shape=hexagon]
321 } 324 }
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