Skip to content

[CLEANUP] Drop redundant @internal annotations #951

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 1 commit into from
Feb 18, 2025

Conversation

oliverklee
Copy link
Collaborator

If a whole class is @internal, there is no need to mark the individual methods, properties or constants as @internal.

@coveralls
Copy link

coveralls commented Feb 18, 2025

Coverage Status

coverage: 51.335%. remained the same
when pulling 7d736bd on cleanup/redundant-internal
into 0079925 on main.

If a whole class is `@internal`, there is no need to mark
the individual methods, properties or constants as `@internal`.
@oliverklee oliverklee force-pushed the cleanup/redundant-internal branch from f4b72b9 to 7d736bd Compare February 18, 2025 16:31
Copy link
Collaborator

@JakeQZ JakeQZ left a comment

Choose a reason for hiding this comment

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

If a whole class is @internal, there is no need to mark the individual methods, properties or constants as @internal.

Indeed. Though the paper trail indicates that the constant was marked internal before the class finally was, so that was required for a time. But we didn't need to mark the methods as internal.

@JakeQZ JakeQZ merged commit bb72f6e into main Feb 18, 2025
21 checks passed
@JakeQZ JakeQZ deleted the cleanup/redundant-internal branch February 18, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants