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

Display inherited extensions #2625

Merged
merged 8 commits into from Aug 29, 2022
Merged

Display inherited extensions #2625

merged 8 commits into from Aug 29, 2022

Conversation

vmishenev
Copy link
Member

No description provided.

@IgnatBeresnev IgnatBeresnev mentioned this pull request Aug 18, 2022
Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

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

👍 well done!

We have a configuration property suppressInheritedMembers - I wonder if collecting inherited extensions should depend on it?

As far as I understand, one of the big reasons to suppress inherited members is because extending Android components adds a lot of them, and user-defined members are easily lost among it in documentation, which is not always desirable. If this could be tested on some android library, it'd be great to see the impact

@vmishenev vmishenev merged commit e68eea6 into master Aug 29, 2022
@vmishenev vmishenev deleted the display-inherited-extensions branch August 29, 2022 10:27
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.

Extension functions and properties defined for base classes and interfaces
2 participants