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

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

Issue 1708623002: Fix broken analyzer tests after 56a9c0d9f1ea1e5d86a4571d413f6c199dd19937. (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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 LIBRARY_ELEMENT8 [shape=box] 159 LIBRARY_ELEMENT8 [shape=box]
160 LIBRARY_ERRORS_READY [shape=box] 160 LIBRARY_ERRORS_READY [shape=box]
161 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask 161 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask
162 LIBRARY_SPECIFIC_UNITS -> PropagateVariableTypesInLibraryTask 162 LIBRARY_SPECIFIC_UNITS -> PropagateVariableTypesInLibraryTask
163 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask 163 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask
164 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask 164 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask
165 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask 165 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask
166 LIBRARY_SPECIFIC_UNITS [shape=box] 166 LIBRARY_SPECIFIC_UNITS [shape=box]
167 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit 167 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
168 LIBRARY_UNIT_ERRORS [shape=box] 168 LIBRARY_UNIT_ERRORS [shape=box]
169 LINE_INFO -> DartErrorsTask
169 LINE_INFO -> ParseDartTask 170 LINE_INFO -> ParseDartTask
170 LINE_INFO [shape=box] 171 LINE_INFO [shape=box]
171 LINTS -> LibraryUnitErrorsTask 172 LINTS -> LibraryUnitErrorsTask
172 LINTS [shape=box] 173 LINTS [shape=box]
173 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 174 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
174 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 175 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
175 MODIFICATION_TIME -> ParseDartTask 176 MODIFICATION_TIME -> ParseDartTask
176 MODIFICATION_TIME [shape=box] 177 MODIFICATION_TIME [shape=box]
177 PARSED_UNIT -> BuildCompilationUnitElementTask 178 PARSED_UNIT -> BuildCompilationUnitElementTask
179 PARSED_UNIT -> DartErrorsTask
178 PARSED_UNIT [shape=box] 180 PARSED_UNIT [shape=box]
179 PARSE_ERRORS -> dartErrorsForSource 181 PARSE_ERRORS -> dartErrorsForSource
180 PARSE_ERRORS [shape=box] 182 PARSE_ERRORS [shape=box]
181 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask 183 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask
182 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] 184 PROPAGABLE_VARIABLES_IN_UNIT [shape=box]
183 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask 185 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask
184 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] 186 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box]
185 PROPAGATED_VARIABLE -> PropagateVariableTypeTask 187 PROPAGATED_VARIABLE -> PropagateVariableTypeTask
186 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask 188 PROPAGATED_VARIABLE -> PropagateVariableTypesInUnitTask
187 PROPAGATED_VARIABLE [shape=box] 189 PROPAGATED_VARIABLE [shape=box]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 320 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
319 VARIABLE_REFERENCE_ERRORS [shape=box] 321 VARIABLE_REFERENCE_ERRORS [shape=box]
320 VERIFY_ERRORS -> LibraryUnitErrorsTask 322 VERIFY_ERRORS -> LibraryUnitErrorsTask
321 VERIFY_ERRORS [shape=box] 323 VERIFY_ERRORS [shape=box]
322 VerifyUnitTask -> VERIFY_ERRORS 324 VerifyUnitTask -> VERIFY_ERRORS
323 dartErrorsForSource -> DartErrorsTask 325 dartErrorsForSource -> DartErrorsTask
324 dartErrorsForSource [shape=hexagon] 326 dartErrorsForSource [shape=hexagon]
325 dartErrorsForUnit -> DartErrorsTask 327 dartErrorsForUnit -> DartErrorsTask
326 dartErrorsForUnit [shape=hexagon] 328 dartErrorsForUnit [shape=hexagon]
327 } 329 }
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