[issue20396] Argument Clinic: Touch source file if any output file changed

2015-02-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Argument Clinic ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue20396] Argument Clinic: Touch source file if any output file changed

2014-01-26 Thread Nick Coghlan
Nick Coghlan added the comment: With Serhiy's modification, sounds like a reasonable plan to me. -- ___ Python tracker ___ ___ Python-

[issue20396] Argument Clinic: Touch source file if any output file changed

2014-01-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It should first touch source file and then generated file. So that the date of generated file is always later the date of source file. -- ___ Python tracker

[issue20396] Argument Clinic: Touch source file if any output file changed

2014-01-26 Thread Larry Hastings
New submission from Larry Hastings: A minor bug, but still one that could cause confusion. It's already bitten me once. If I change the code generator in clinic.py, then --make everything, files using the "file" destination often won't change. All the changes to the generated code will go i