Skip to content

dartdoc generates broken links for inherited fields in enums #1361

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

Closed
jcollins-g opened this issue Mar 30, 2017 · 3 comments
Closed

dartdoc generates broken links for inherited fields in enums #1361

jcollins-g opened this issue Mar 30, 2017 · 3 comments
Assignees
Labels
P2 A bug or feature request we're likely to work on

Comments

@jcollins-g
Copy link
Contributor

As part of fixing #1360 I found this:

$ grind check-links
grinder running [check-links]

[check-links]
    * Not found: testing/test_package_docs/ex/Animal/hashCode.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/runtimeType.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/operator_equals.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/noSuchMethod.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/toString.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/fake/Color/hashCode.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/runtimeType.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/operator_equals.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/noSuchMethod.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/toString.html from fake/Color-class.html
@jcollins-g jcollins-g added the P0 A serious issue requiring immediate resolution label Mar 30, 2017
@jcollins-g
Copy link
Contributor Author

jcollins-g commented Mar 30, 2017

Cause of the link breakage seems to be that we're just not generating the files when we are supposed to be.

@jcollins-g
Copy link
Contributor Author

This has been broken since at least 0.9.11. Maybe just noone has noticed.

@jcollins-g jcollins-g added P2 A bug or feature request we're likely to work on and removed P0 A serious issue requiring immediate resolution labels Mar 30, 2017
@jcollins-g
Copy link
Contributor Author

Since this only impacts enums and was introduced in 0.9.11, no need to block releases on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

1 participant