[issue42212] Check if generated files are up-to-date in Github Actions

2021-03-02 Thread Neil Schemenauer
Change by Neil Schemenauer : -- nosy: +nascheme nosy_count: 3.0 -> 4.0 pull_requests: +23486 pull_request: https://github.com/python/cpython/pull/24708 ___ Python tracker ___ _

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread STINNER Victor
STINNER Victor added the comment: Thanks Filipe Laíns! I merged your PR on 3.8, 3.9 and master branches. -- components: +Build resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.8, Python 3.9 ___

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread miss-islington
miss-islington added the comment: New changeset b55a276a18e7c46f1e4e09fa24e9854deb0ed334 by Miss Islington (bot) in branch '3.8': bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) https://github.com/python/cpython/commit/b55a276a18e7c46f1e4e09fa24e9854deb0ed334

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread miss-islington
miss-islington added the comment: New changeset 15d42d7ec6ad4305ea20c7b98ab093bd33bc254c by Miss Islington (bot) in branch '3.9': bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) https://github.com/python/cpython/commit/15d42d7ec6ad4305ea20c7b98ab093bd33bc254c

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +22383 pull_request: https://github.com/python/cpython/pull/23494 ___ Python tracker ___ __

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +22382 pull_request: https://github.com/python/cpython/pull/23493 ___ Python tracker _

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-24 Thread STINNER Victor
STINNER Victor added the comment: New changeset ac7d0169d2bce2021b8d88973e649889d7dc1b03 by Victor Stinner in branch 'master': bpo-42212: smelly.py also checks the dynamic library (GH-23423) https://github.com/python/cpython/commit/ac7d0169d2bce2021b8d88973e649889d7dc1b03 -- __

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-20 Thread STINNER Victor
STINNER Victor added the comment: While we are here... it might interesting to also run patchcheck.py on PRs using GitHub Actions: https://mail.python.org/archives/list/python-...@python.org/message/DKLD2VLHZ3F54WTKZ7JHKWBMOZ4N5TK7/ .travis.yml uses: script: # Using the built Python as pat

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-20 Thread STINNER Victor
STINNER Victor added the comment: Let's see how it goes on PRs for a few days, and later we can decide if it should be backported to 3.8 and 3.9 branches. -- ___ Python tracker _

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset d20b7ed9c1fabac3fdebb7ec362fe4f022a54639 by Filipe Laíns in branch 'master': bpo-42212: Check if generated files are up-to-date in GitHub Actions (GH-23042) https://github.com/python/cpython/commit/d20b7ed9c1fabac3fdebb7ec362fe4f022a54639 -

[issue42212] Check if generated files are up-to-date in Github Actions

2020-11-20 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +22315 pull_request: https://github.com/python/cpython/pull/23423 ___ Python tracker ___ __

[issue42212] Check if generated files are up-to-date in Github Actions

2020-10-30 Thread Filipe Laíns
Change by Filipe Laíns : -- keywords: +patch pull_requests: +21961 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23042 ___ Python tracker ___

[issue42212] Check if generated files are up-to-date in Github Actions

2020-10-30 Thread Filipe Laíns
New submission from Filipe Laíns : https://github.com/python/core-workflow/issues/380 -- ___ Python tracker ___ ___ Python-bugs-list

[issue42212] Check if generated files are up-to-date in Github Actions

2020-10-30 Thread Filipe Laíns
Change by Filipe Laíns : -- nosy: FFY00, vstinner priority: normal severity: normal status: open title: Check if generated files are up-to-date in Github Actions ___ Python tracker