[issue23585] patchcheck doesn't depend on all

2015-03-15 Thread Robert Collins
Changes by Robert Collins : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue23585] patchcheck doesn't depend on all

2015-03-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset de093a1ec51b by Robert Collins in branch 'default': Issue #23585: make patchcheck will ensure the interpreter is built. https://hg.python.org/cpython/rev/de093a1ec51b -- nosy: +python-dev ___ Python track

[issue23585] patchcheck doesn't depend on all

2015-03-15 Thread Nick Coghlan
Nick Coghlan added the comment: Sounds fine to me. This could be particularly useful for docs-only patches, where you may not have done a local "make test" first. -- nosy: +ncoghlan ___ Python tracker ___

[issue23585] patchcheck doesn't depend on all

2015-03-04 Thread Robert Collins
New submission from Robert Collins: make patchcheck depends on the interpreter and modules being built to work correctly but the make target doesn't have this expressed. This simple patch will fix it and adds well under a second of latency for me. cpython.hg$ make patchcheck ./python ./Tools/s