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

Detect and report unused proto types #497

Open
alexander-yevsyukov opened this issue Nov 12, 2023 · 1 comment
Open

Detect and report unused proto types #497

alexander-yevsyukov opened this issue Nov 12, 2023 · 1 comment
Labels
/Build Build tasks

Comments

@alexander-yevsyukov
Copy link
Contributor

When working on tests in Validation I've discovered a number of proto types under test/proto that were not used at all.
This did not do any harm, but made tests harder to understand.

We need to detect such types and report them during the build process.

The same may apply to main proto types, but their usage and suggestion for removal should be done with greater care so that we don't break existing protocols.

Ideally such a feature should be available as a part of Spine SDK tooling so that the users can be reminded of "dead" generated code.

@alexander-yevsyukov alexander-yevsyukov added the /Build Build tasks label Nov 12, 2023
@alexander-yevsyukov
Copy link
Contributor Author

@armiol, FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
/Build Build tasks
Projects
None yet
Development

No branches or pull requests

1 participant