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

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

Issue 2171673002: Fix for limited invalidation in the middle, and the unlimited invalidation for an exported library. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update tasks. Created 4 years, 5 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 | « pkg/analyzer/test/src/context/context_test.dart ('k') | 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 DART_SCRIPTS [shape=box] 83 DART_SCRIPTS [shape=box]
84 DartErrorsTask -> DART_ERRORS 84 DartErrorsTask -> DART_ERRORS
85 EXPLICITLY_IMPORTED_LIBRARIES [shape=box] 85 EXPLICITLY_IMPORTED_LIBRARIES [shape=box]
86 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask 86 EXPORTED_LIBRARIES -> BuildDirectiveElementsTask
87 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task 87 EXPORTED_LIBRARIES -> ReadyLibraryElement2Task
88 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task 88 EXPORTED_LIBRARIES -> ReadyLibraryElement5Task
89 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task 89 EXPORTED_LIBRARIES -> ReadyLibraryElement6Task
90 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask 90 EXPORTED_LIBRARIES -> ResolveTopLevelLibraryTypeBoundsTask
91 EXPORTED_LIBRARIES [shape=box] 91 EXPORTED_LIBRARIES [shape=box]
92 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask 92 EXPORT_SOURCE_CLOSURE -> BuildExportNamespaceTask
93 EXPORT_SOURCE_CLOSURE -> ResolveTopLevelUnitTypeBoundsTask
93 EXPORT_SOURCE_CLOSURE [shape=box] 94 EXPORT_SOURCE_CLOSURE [shape=box]
94 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13 95 EvaluateUnitConstantsTask -> CREATED_RESOLVED_UNIT13
95 EvaluateUnitConstantsTask -> RESOLVED_UNIT13 96 EvaluateUnitConstantsTask -> RESOLVED_UNIT13
96 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS 97 GatherUsedImportedElementsTask -> USED_IMPORTED_ELEMENTS
97 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS 98 GatherUsedLocalElementsTask -> USED_LOCAL_ELEMENTS
98 GenerateHintsTask -> HINTS 99 GenerateHintsTask -> HINTS
99 GenerateLintsTask -> LINTS 100 GenerateLintsTask -> LINTS
100 HINTS -> LibraryUnitErrorsTask 101 HINTS -> LibraryUnitErrorsTask
101 HINTS [shape=box] 102 HINTS [shape=box]
102 IGNORE_INFO -> DartErrorsTask 103 IGNORE_INFO -> DartErrorsTask
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 359 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
359 VARIABLE_REFERENCE_ERRORS [shape=box] 360 VARIABLE_REFERENCE_ERRORS [shape=box]
360 VERIFY_ERRORS -> LibraryUnitErrorsTask 361 VERIFY_ERRORS -> LibraryUnitErrorsTask
361 VERIFY_ERRORS [shape=box] 362 VERIFY_ERRORS [shape=box]
362 VerifyUnitTask -> VERIFY_ERRORS 363 VerifyUnitTask -> VERIFY_ERRORS
363 dartErrorsForSource -> DartErrorsTask 364 dartErrorsForSource -> DartErrorsTask
364 dartErrorsForSource [shape=hexagon] 365 dartErrorsForSource [shape=hexagon]
365 dartErrorsForUnit -> DartErrorsTask 366 dartErrorsForUnit -> DartErrorsTask
366 dartErrorsForUnit [shape=hexagon] 367 dartErrorsForUnit [shape=hexagon]
367 } 368 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/src/context/context_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698