-
Notifications
You must be signed in to change notification settings - Fork 125
Dartdoc does not accept super calls from mixins #1541
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
cc @jcollins-g |
It's also failing for me on some of the packages we have already published, for example on
|
Looks like "my issue" is #1497, which was fixed later than the current version of dartdoc inside flutter... |
The problem with the super mixin seems to be still present in dartdoc version: 0.14.1 from Dart VM version: 2.0.0-dev.8.0 (Fri Nov 17 13:53:29 2017) on "macos_ia32" |
@mit-mit : dartdoc used by flutter is at 0.14.1: https://github.com/flutter/flutter/blob/master/dev/bots/docs.sh#L13 |
This looks like more fallout of the general problem that dartdoc does not obey analysis_options files. A side-effect of #1524 will make the general problem more likely to get fixed (reduced number of ways that the analyzer is invoked to one inside dartdoc) but there's no fix on deck yet for this or the specific issue filed. |
To reproduce (using flutter):
Replace
lib/test_plugin.dart
withRun
The text was updated successfully, but these errors were encountered: