-
Notifications
You must be signed in to change notification settings - Fork 124
add a bot to test Flutter #1382
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
Conversation
(bot results visible here: https://travis-ci.org/dart-lang/dartdoc/builds/223015439) |
I do see an exception on generation here: https://travis-ci.org/dart-lang/dartdoc/jobs/223015441#L444
|
We should never get into a findCanonicalLibrary loop; this is a dartdoc problem, though I'm surprised I haven't seen it before. Looking at your bot setup script. |
The output from travis looks wrong; for me, flutter has exactly one ambiguous reexport (Matrix4). So something about how this is being launched seems to be creating a harder problem for dartdoc to solve. |
I'll take another look at this as see if I'm doing anything strange in the setup. |
@jcollins-g, I took another look at the script; looks reasonable to me. Appreciate any feedback on it, and when you think we should land this PR - while we still have issues w/ flutter generation or after. |
(new build in progress: https://travis-ci.org/dart-lang/dartdoc/builds/223610320) |
Some work towards #1317:
@jcollins-g