Skip to content
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

extend hack to temporarily fix generic type alias detection. #2575

Merged

Conversation

jcollins-g
Copy link
Contributor

Fixes #2574.

A fragile bit of code trying to have it both ways for old and new type alias implementations is broken by new features in the analyzer. Correct the problem for now by extending the hack, but this should be fixable once analyzer is published and easier once some of the refactors in progress for type handling in dartdoc land.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Mar 12, 2021
@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 91.795% when pulling 76d1a01 on jcollins-g:generic-types-are-not-interfaces into bc7bc67 on dart-lang:master.

Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a horrible continuation of the hack. :)

@jcollins-g jcollins-g merged commit 2a97d3c into dart-lang:master Mar 12, 2021
@jcollins-g jcollins-g deleted the generic-types-are-not-interfaces branch March 12, 2021 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

presence of aliasElement breaks dartdoc at head analyzer
3 participants