[issue30259] Test somehow that generated files are up to date: run make regen-all

STINNER Victor report at bugs.python.org
Wed May 3 12:26:48 EDT 2017


New submission from STINNER Victor:

bpo-23404 replaced "make touch" with "make regen-all". Generated files are no more regenerated based on file modification time anymore, the action is now explicit.

Zachary Ware proposed to add a buildbot to check that generated files are up to date: run "make regen-all" and test that no file was modified.

----------
components: Tests
messages: 292915
nosy: haypo, zach.ware
priority: normal
severity: normal
status: open
title: Test somehow that generated files are up to date: run make regen-all
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30259>
_______________________________________


More information about the Python-bugs-list mailing list