-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-fuchsiaIssues originating from or important to FuchsiaIssues originating from or important to Fuchsia
Description
Problems in the analyzer in resolving export directives due to missing files currently result in ugly exceptions. Convert this to a dartdoc error (or possibly, warning) instead that gives an indication of where the problem is, and keep going on doc generation.
Generation failed: NoSuchMethodError: The getter 'exports' was called on null.
Receiver: null
Tried calling: exports
dart:core Object.noSuchMethod
package:dartdoc/src/model.dart 4405:58 PackageGraph._tagReexportsFor
package:dartdoc/src/model.dart 4406:7 PackageGraph._tagReexportsFor
package:dartdoc/src/model.dart 4406:7 PackageGraph._tagReexportsFor
package:dartdoc/src/model.dart 4417:9 PackageGraph.libraryElementReexportedBy
package:dartdoc/src/model.dart 4536:9 PackageGraph.findLibraryFor
package:dartdoc/src/model.dart 4724:28 PackageGraph.findOrCreateLibraryFor
package:dartdoc/src/model.dart 4050:7 new PackageGraph.<fn>
dart:collection __CompactLinkedHashSet&_HashFieldBase&_HashBase&_OperatorEqualsAndHashCode&SetMixin.forEach
package:dartdoc/src/model.dart 4049:28 new PackageGraph
package:dartdoc/src/model.dart 5511:16 PackageBuilder.buildPackageGraph
===== asynchronous gap ===========================
dart:async _AsyncAwaitCompleter.completeError
package:dartdoc/src/model.dart PackageBuilder.buildPackageGraph
===== asynchronous gap ===========================
dart:async _asyncThenWrapperHelper
package:dartdoc/src/model.dart PackageBuilder.buildPackageGraph
package:dartdoc/dartdoc.dart 139:26 Dartdoc.generateDocs
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work oncustomer-fuchsiaIssues originating from or important to FuchsiaIssues originating from or important to Fuchsia