-
Notifications
You must be signed in to change notification settings - Fork 125
Can't build Angular 5-beta+2 docs under linux #1728
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
I can reproduce this. Looking into it now. |
This is a problem with inconsistent special object handling (at least). #1554 |
@jcollins-g - after downgrading dartdoc to version 0.20.0 I was able to generate the docs. I assume that we can use 0.20.0 for the next little while (in case you have more pressing issues to address)? |
0.20.0 is shortly going to stop working >dev-69.0. So this is pretty high on my list to get fixed. |
And strangely, despite fixing the problem I saw and testing to make sure that this exception didn't happen, after merging I see it again. |
Might be related to the SDK version -- I'm using 69.2 post merge and 69.0 is what I tested the fix against. |
Angular was broken with two problems -- one that I fixed in #1729, and this one. It looks like this issue only occurs when |
* Prepare for 0.20.2 and fix void problems * dartfmt * Fix travis problems and expand sdk deps to let Flutter's SDK back in * Type change * Update changelog and pubspec.lock for 69.2 * Update packages to latest versions where possible * Refix #1728 after updating packages * review comment
@chalin Give recently published version 0.20.2 a spin, it should fix your problem. |
@jcollins-g: I confirm that it is working now, thanks! |
Environment:
Log:
This Travis log contains the failure:
I can't reproduce it under macOS.
cc @kwalrath
The text was updated successfully, but these errors were encountered: