Skip to content

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

Closed
anders-sandholm opened this issue Oct 5, 2017 · 6 comments · Fixed by flutter/flutter#12420
Closed

Error in dartdoc blocking Dart roll in Flutter #1510

anders-sandholm opened this issue Oct 5, 2017 · 6 comments · Fixed by flutter/flutter#12420
Assignees
Labels
customer-flutter Issues originating from important to Flutter P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@anders-sandholm
Copy link

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

@anders-sandholm
Copy link
Author

From @rmacnak-google on October 4, 2017 21:9

This type seems to come from the analyzer.
@bwilkerson @scheglov

@anders-sandholm
Copy link
Author

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

@anders-sandholm
Copy link
Author

From @bwilkerson on October 4, 2017 21:20

@jcollins-g

@anders-sandholm
Copy link
Author

From @jcollins-g on October 4, 2017 21:28

Yes, you need >=0.13.0+3.

@anders-sandholm
Copy link
Author

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.

@jcollins-g jcollins-g added the P1 A high priority bug; for example, a single project is unusable or has many test failures label Oct 5, 2017
@jcollins-g
Copy link
Contributor

0.13.0+3 is already at head (hence P1 priority). Will use this to track rolling a newer version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-flutter Issues originating from important to Flutter P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants