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

Fix regression in canonicalization from extension methods #2179

Merged
merged 4 commits into from
Apr 14, 2020

Conversation

jcollins-g
Copy link
Contributor

Fixes #2099.

Some of the refactoring for extension methods left an untested canonicalization edge case no longer working.

Add tests and continue the refactor toward extracting out some canonicalization logic and special casing to the right mixins. Verified by hand that this eliminates all "no canonical found" warnings in flutter.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Apr 13, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 91.706% when pulling 02c3526 on flutter-fix-canonicalization into 086815c on master.

@jcollins-g jcollins-g merged commit e486b13 into master Apr 14, 2020
@jcollins-g jcollins-g deleted the flutter-fix-canonicalization branch April 27, 2020 20:40
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.

regression: widespread no canonical found warnings in dartdoc for flutter
4 participants