-
Notifications
You must be signed in to change notification settings - Fork 119
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
Unhandled exceptions with --link-to-remote (type 'DynamicTypeImpl' is not a subtype of type 'InterfaceType') #2113
Comments
Yes, this is a similar bug and already fixed. |
Reopening this, as it was not fixed with
The stacktrace differs in some of the lines from the previous one:
|
(Oh, I thought I can reopen... should I create a new issue to track this?) |
This looks like some kind of different edge case. Thanks for pasting the log information into the bug, it helps a great deal! |
This is what @scheglov warned me about in a previous PR; a bug where we assume |
Similar to #2101, I've found another exception that is triggered when running dartdoc with
--link-to-remote
:https://pub.dev/packages/aws_sns_api
On pub.dev:
https://pub.dev/documentation/aws_sns_api/latest/log.txt
The fix to #2101 may have been fixed this one too, please double-check...
The text was updated successfully, but these errors were encountered: