Add a check that ./dev.sh generate
is never out of date.
#16
Labels
repo-tools
Unrelated to any published package.
./dev.sh generate
is never out of date.
#16
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 usegit
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.The text was updated successfully, but these errors were encountered: