-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Use Travis to make sure all generated files are up to date #2080
Conversation
@zware, thanks for your PR! By analyzing the history of the files in this pull request, we identified @brettcannon, @berkerpeksag and @dstufft to be potential reviewers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and I see from the commit history that you've checked to ensure it actually fails CI when provoked :)
Another useful thing this will check is cherry-picked regenerated files - those where the changes have been brought in from master
(e.g. by cherry_pick.py
), rather than the regeneration being run on the target branch.
Thanks, Nick! As @serhiy-storchaka already gave approval of at least the approach on IRC, I'll go ahead and merge. |
…honGH-2080) (cherry picked from commit 0afbabe)
…honGH-2080) (cherry picked from commit 0afbabe)
If this works as expected, it should effectively address python/core-workflow#118, unless we really want it as a separate check.