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

Add the concept of roots #55

Merged
merged 5 commits into from
Feb 24, 2024
Merged

Add the concept of roots #55

merged 5 commits into from
Feb 24, 2024

Conversation

ogolberg
Copy link
Member

In larger projects, a lot of noise is produced by unused classes in dependencies. To deal with some of that noise, we add the concept of "roots," which is a subset of application classes. Instead of validating all application classes, we start with roots and recursively traverse application classes reachable from those roots. The resulting closure is the set of application classes that we will actually validate. By default, the roots are all classes in the current project.

@ogolberg ogolberg changed the title [wip] add the concept of roots Add the concept of roots Feb 24, 2024
@ogolberg ogolberg marked this pull request as ready for review February 24, 2024 14:27
@ogolberg ogolberg merged commit 08e04dd into open-toast:main Feb 24, 2024
1 check passed
@ogolberg ogolberg deleted the roots branch February 24, 2024 14:31
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.

1 participant