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 a check that ./dev.sh generate is never out of date. #16

Open
matanlurey opened this issue Dec 21, 2024 · 0 comments
Open

Add a check that ./dev.sh generate is never out of date. #16

matanlurey opened this issue Dec 21, 2024 · 0 comments
Labels
repo-tools Unrelated to any published package.

Comments

@matanlurey
Copy link
Owner

Currently it's possible to update the code/file generators but not know they were not run in a commit.

The easiest way to do this would be to run ./dev.sh generate and use git to verify that the generator did not dirty any file, but it would be nice to bake this into ./dev.sh generate --check (or related) instead; that would require more instrumentation, though.

@matanlurey matanlurey added the repo-tools Unrelated to any published package. label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo-tools Unrelated to any published package.
Projects
None yet
Development

No branches or pull requests

1 participant