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

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

Issue 2235373003: Fix summary handling of unresolved imports, exports, and parts. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Simplify `allowMissingFiles` Created 4 years, 4 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/summary/summary_common.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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit 182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
183 LIBRARY_UNIT_ERRORS [shape=box] 183 LIBRARY_UNIT_ERRORS [shape=box]
184 LINE_INFO -> DartErrorsTask 184 LINE_INFO -> DartErrorsTask
185 LINE_INFO -> ParseDartTask 185 LINE_INFO -> ParseDartTask
186 LINE_INFO [shape=box] 186 LINE_INFO [shape=box]
187 LINTS -> LibraryUnitErrorsTask 187 LINTS -> LibraryUnitErrorsTask
188 LINTS [shape=box] 188 LINTS [shape=box]
189 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 189 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
190 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 190 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
191 MODIFICATION_TIME -> BuildDirectiveElementsTask 191 MODIFICATION_TIME -> BuildDirectiveElementsTask
192 MODIFICATION_TIME -> BuildLibraryElementTask
192 MODIFICATION_TIME -> ParseDartTask 193 MODIFICATION_TIME -> ParseDartTask
193 MODIFICATION_TIME -> ScanDartTask 194 MODIFICATION_TIME -> ScanDartTask
194 MODIFICATION_TIME -> VerifyUnitTask 195 MODIFICATION_TIME -> VerifyUnitTask
195 MODIFICATION_TIME [shape=box] 196 MODIFICATION_TIME [shape=box]
196 PARSED_UNIT -> BuildCompilationUnitElementTask 197 PARSED_UNIT -> BuildCompilationUnitElementTask
197 PARSED_UNIT [shape=box] 198 PARSED_UNIT [shape=box]
198 PARSE_ERRORS -> dartErrorsForSource 199 PARSE_ERRORS -> dartErrorsForSource
199 PARSE_ERRORS [shape=box] 200 PARSE_ERRORS [shape=box]
200 PENDING_ERRORS -> VerifyUnitTask 201 PENDING_ERRORS -> VerifyUnitTask
201 PENDING_ERRORS [shape=box] 202 PENDING_ERRORS [shape=box]
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 366 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
366 VARIABLE_REFERENCE_ERRORS [shape=box] 367 VARIABLE_REFERENCE_ERRORS [shape=box]
367 VERIFY_ERRORS -> LibraryUnitErrorsTask 368 VERIFY_ERRORS -> LibraryUnitErrorsTask
368 VERIFY_ERRORS [shape=box] 369 VERIFY_ERRORS [shape=box]
369 VerifyUnitTask -> VERIFY_ERRORS 370 VerifyUnitTask -> VERIFY_ERRORS
370 dartErrorsForSource -> DartErrorsTask 371 dartErrorsForSource -> DartErrorsTask
371 dartErrorsForSource [shape=hexagon] 372 dartErrorsForSource [shape=hexagon]
372 dartErrorsForUnit -> DartErrorsTask 373 dartErrorsForUnit -> DartErrorsTask
373 dartErrorsForUnit [shape=hexagon] 374 dartErrorsForUnit [shape=hexagon]
374 } 375 }
OLDNEW
« no previous file with comments | « pkg/analyzer/test/src/summary/summary_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698