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 generic types caching #2619

Merged
merged 2 commits into from Aug 18, 2022
Merged

Fix generic types caching #2619

merged 2 commits into from Aug 18, 2022

Conversation

vmishenev
Copy link
Member

It caused flaky generation of type links for generic type params (#2596)

@vmishenev vmishenev force-pushed the fix-flaky-dri-of-generic-types branch from e2531f2 to 7a8647c Compare August 10, 2022 11:55
@vmishenev vmishenev changed the title Fix generic type caching Fix generic types caching Aug 10, 2022
@vmishenev vmishenev linked an issue Aug 10, 2022 that may be closed by this pull request
)

else -> {
// cache types that has no annotation and no type parameter
Copy link
Member

Choose a reason for hiding this comment

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

Side note: this comments explains the code, but doesn't explain the intention behind it, so it's not really clear why we can't cache type parameters. Describing a use case where this can hurt would be nice

@vmishenev vmishenev merged commit df8d987 into master Aug 18, 2022
@vmishenev vmishenev deleted the fix-flaky-dri-of-generic-types branch August 18, 2022 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation generation is flaky
2 participants