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

Save sequence produced by AA to a List to not recompute it all time #3635

Merged
merged 1 commit into from
May 30, 2024

Conversation

whyoleg
Copy link
Contributor

@whyoleg whyoleg commented May 28, 2024

No description provided.

@whyoleg whyoleg self-assigned this May 28, 2024
@@ -408,7 408,9 @@ internal class DokkaSymbolVisitor(
val syntheticJavaProperties =
namedClassOrObjectSymbol.buildSelfClassType().getSyntheticJavaPropertiesScope()?.getCallableSignatures()
?.map { it.symbol }
?.filterIsInstance<KtSyntheticJavaPropertySymbol>() ?: emptySequence()
?.filterIsInstance<KtSyntheticJavaPropertySymbol>()
Copy link
Member

Choose a reason for hiding this comment

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

Dokka calls syntheticJavaProperties.any (terminal operation) multiple times below

@whyoleg whyoleg merged commit 1f213f6 into master May 30, 2024
13 checks passed
@whyoleg whyoleg deleted the fix-sequence-k2 branch May 30, 2024 07:53
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.

None yet

2 participants