-
Notifications
You must be signed in to change notification settings - Fork 124
Error in dartdoc blocking Dart roll in Flutter #1510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @rmacnak-google on October 4, 2017 21:9 This type seems to come from the analyzer. |
From @aam on October 4, 2017 21:12 I found that upgrading to dartdoc to 0.13.0+3 worked in the past: flutter/flutter@f6fe8dc#diff-a1ec403951c0ee8a36a3b4d2bc1fa797 |
From @bwilkerson on October 4, 2017 21:20 |
From @jcollins-g on October 4, 2017 21:28 Yes, you need >=0.13.0+3. |
From @jcollins-g on October 4, 2017 21:31 The longer version is that 0.13.0+3 eliminates that fatal error, but in order to generate docs somewhat correctly you also need a release with #1506 and #1509. I'll be releasing a version with that soon, hopefully tomorrow. |
0.13.0+3 is already at head (hence P1 priority). Will use this to track rolling a newer version. |
From @rmacnak-google on October 4, 2017 21:1
dartdoc:stderr: Generation failed: Unknown type GenericFunctionTypeElementImpl
https://travis-ci.org/flutter/flutter/jobs/283373111
@jcollins-g @aam
Copied from original issue: dart-lang/sdk#31008
The text was updated successfully, but these errors were encountered: