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

CI check which verifies that all the automatically generated files are up to date #3715

Merged
merged 7 commits into from
Sep 6, 2017

Conversation

Kami
Copy link
Member

@Kami Kami commented Sep 5, 2017

This pull request adds a new CI check which verifies that all the automatically generated files are up to date (this means that if the file source file has been changed, automatically generated file has been re-generated and included in the changeset).

This way we can be sure we won't forget to run the auto generation script (they are part of all the Make targets, but it still happens people forget to include and commit it as part of their changes).

Thanks to @enykeev for the suggestion.

Copy link
Member

@arm4b arm4b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks 👍 and good idea by @enykeev

Kami added 4 commits September 5, 2017 22:19
values change based on the environment where this script run.

This way we ensure consistent and stable output of this script,
regardgless of where it runs.
@Kami
Copy link
Member Author

Kami commented Sep 6, 2017

It needed a bit more work (0daa95a, 93c02fb), but it's done and working now so I'm going ahead and merging it.

@Kami Kami merged commit 55e3b02 into master Sep 6, 2017
@Kami Kami deleted the generated_files_ci_check branch September 6, 2017 07: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.

2 participants