You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dartdoc doesn't generate good docs (see http://docs.flutter.io and missing 'empty' link, "sky_engine" library, etc) because it has lost track of where the Dart SDK is. This is likely related to a known issue in dartdoc (dart-lang/dartdoc#1367) where we don't obey analysis option files or the other hints that the analyzer uses to figure these things out.
I believe it is likely that this PR triggered the problem: flutter/engine#3575.
This interacts badly with the canonicalization improvements in dartdoc 0.10.0, because it now matters more to dartdoc that it can find the SDK. @sethladd@Hixie@devoncarew
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
dartdoc doesn't generate good docs (see http://docs.flutter.io and missing 'empty' link, "sky_engine" library, etc) because it has lost track of where the Dart SDK is. This is likely related to a known issue in dartdoc (dart-lang/dartdoc#1367) where we don't obey analysis option files or the other hints that the analyzer uses to figure these things out.
I believe it is likely that this PR triggered the problem: flutter/engine#3575.
This interacts badly with the canonicalization improvements in dartdoc 0.10.0, because it now matters more to dartdoc that it can find the SDK. @sethladd @Hixie @devoncarew
The text was updated successfully, but these errors were encountered: