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 source links in case of dri clashing #2676

Merged
merged 2 commits into from Sep 26, 2022

Conversation

vmishenev
Copy link
Member

No description provided.

Comment on lines 44 to 46
if (v != null) v + resolveSources(
sourceLinks, documentable
) else resolveSources(sourceLinks, documentable)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if (v != null) v + resolveSources(
sourceLinks, documentable
) else resolveSources(sourceLinks, documentable)
val sources = resolveSources(sourceLinks, documentable)
v?.plus(sources) ?: sources

@vmishenev vmishenev merged commit 9207f8f into master Sep 26, 2022
@vmishenev vmishenev deleted the fix-source-links--dri-clashing branch September 26, 2022 14:41
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