Skip to content

Adjust hierarchy for correct usage in mustache. #2370

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

Merged
merged 2 commits into from
Oct 5, 2020

Conversation

srawlins
Copy link
Member

@srawlins srawlins commented Oct 2, 2020

Declare that Container mixes in TypeParameters, as the two classes which extend
Container each already mix it in, and _head.html relies on a Container having a
hasGenericParameters getter.

Additional minor changes to Category for debugging, and for use in templates.

Declare that Container mixes in TypeParameters, as the two classes which extend
Container each already mix it in, and _head.html relies on a Container having a
`hasGenericParameters` getter.

Additional minor changes to Category for debugging, and for use in templates.
@srawlins srawlins requested a review from jcollins-g October 2, 2020 23:53
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Oct 2, 2020
* `navLinksWithGenerics` must contain Containers, so that fields like
  `hasGenericParameters` are statically available.
* TemplateData must have a `homepage` field as it is referenced in
  `_search_sidebar` template, so it must always be available.
@srawlins srawlins merged commit 50c0e0b into dart-lang:master Oct 5, 2020
@srawlins srawlins deleted the adjust-hierarchy branch October 5, 2020 16:27
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.

3 participants