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

Determine internal status using package-info annotations #1

Merged
merged 3 commits into from
May 11, 2024
Merged

Determine internal status using package-info annotations #1

merged 3 commits into from
May 11, 2024

Conversation

Su5eD
Copy link
Contributor

@Su5eD Su5eD commented May 3, 2024

JCC currently allows excluding internal come from comparison. However, it does not account for package-level internal annotations when evaluating class members' status.

This PR adds support for reading the annotations of package-info classes when present. Packages annotated as Internal will have all their classes and members of their classes excluded from compatibility checks.

@sciwhiz12 sciwhiz12 added the enhancement New feature or request label May 3, 2024
@Matyrobbrt Matyrobbrt merged commit d40d440 into neoforged:main May 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants